#help-10
1 messages · Page 323 of 1
Closed by @glass spindle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
If each side of a cube is doubled, how many times will its surface area increase?
4 times
how ?
if length of a side is x, then the area is 6 * x^2 right
if we double the x, then it's $$6 * (2x)^2$$ so $$4 * 6 * x^2$$
szahu420
does that make sense?
.close
Closed by @nocturne wagon
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
What is the multiplicative inverse of 7 mod 33
I.e. 7 times what gets you 1 mod 33
,calc mod(7*19,33)
Result:
1
Ye
Also
Is this (7x+10) mod 33 or 7x + (10 mod 33)
I assume the former
If so you should write 7x mod 33 on the other side
what do you mean with "in terms of x"? i would think y =7x+10 is "in terms of x"
So in terms of y
But if you have (y-10) mod 33= 7x mod 33 if you multiply both sides by 19 you get
719x mod 33 but as we showed 7*19 is 1 mod 33
So we just get x
Well technically x mod 33 but x is already supposed to be a number mod 33
The coefficient of x to be absolutely clear
Closed by @tired prawn
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
just looking for an answer here
I understand the first info, just not the second one
<@&286206848099549185>
Let me. Try
thanks
It is saying if f'<0 then f''>0 means f' is increasing
And f'>0 then function f' is decreasing
You know when the theta increase of tangent then tan thehta increase
And f' increase
right
Let's follow C
From left
If you draw tangent in 3rd quadrant
You find is positive
yes got that
Ya angle it makes with x axis
ahh yes got it now
Slope make angle
ok so its positive at first and the it's decreasing
Ya then it becomes 0
correct
ok
so it's C?
Ya
f' being negative and f'' being positive means f'(x)*f''(x)<0 ?
Ya
ok thank you
Try one more time I just guessed it by looking
If you try it on paper you get right result
first condition rules out A correct?
yes it's negative
And afterwards angle is increasing in minus
So it's decreasing
Means f'' also negative
They both negative
both negative so the product is positive
Ya ok good luck
Closed by @burnt linden
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
,rccw
!status
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
1
Try writing f(x)+x as (f(x)-2x+5)+2x-5+x
what would that get me?
oh sorry
just noticed
didnt see that was the bottom of the fraction
ok let me try that
I can just write it as that?
or do I have to change anything else?
What do you mean?
This?
yes
f(x)+x is the same thing as (f(x)-2x+5)+2x-5+x
I just added and subtracted 2x-5
If instead of $\dfrac{x}{(f(x)-2x+5)+2x-5+x}$ you had $\dfrac{x}{2x-5+x}$, what would you do next?
d
simplify to $\dfrac{x}{3x-5}$
angelina
And then?
oh right, I would $\dfrac{x}{3x}$
angelina
But $\dfrac{x}{3x-5}$ is not the same as $\dfrac{x}{3x}$
d
You can't just change from one to the other
it's not but when I solve limits when x tends to infinty I often solve them like that
Well, that's not a correct way to do it
In general, for polynomials, you should divide by the largest power of x
$\dfrac{x}{3x-5}=\dfrac{x/x}{(3x-5)/x}$
d
$=\dfrac{1}{3-\tfrac{5}{x}}$
d
pretty sure this is correct tho
I think it is not
It gives the correct result, but it is not a good justification
Anyway, for the question you asked in the first place, you can do what I said
Divide by x
And obtain $\dfrac{\tfrac{x}{x}}{\tfrac{f(x)-2x+5}{x}+\tfrac{2x}{x}-\tfrac{5}{x}+\tfrac{x}{x}}$
d
ok
Now try to continue from here
honestly I don't know, tha's not something I am used to
Well, try to find the limit of each term (x/x, (f(x)-2x+5)/x, et cetera) and then substitute what you obtain
For example
$\lim_{x\to+\infty}\dfrac{1}{3+\tfrac{5}{x}}$ is 1/3 because $\lim_{x\to+\infty}1$ is 1, $\lim_{x\to+\infty}3$ is 3 and $\lim_{x\to+\infty}\dfrac{5}{x}$ is $\dfrac{5}{\infty}=0$, so $$\lim_{x\to+\infty}\dfrac{1}{3+\tfrac{5}{x}} = \dfrac{1}{3+0} = \dfrac{1}{3}$$
d
ok right
Have you ever found a limit that way, or is it new for you?
no I understand that
in class we usually do the way I did, it's the limit of the highest order of x
but I understand that
ok so limit of x/x is 1
at infinity they are equivalent
The problem with this method is that it does not work when you have something that is not a polynomial, like this f(x)
Yes
At least that fact should be mentioned. I think that just writing lim x/(x+1) = lim x/x without any further explanation is not enough
Now use the information in the question
that one is 0
Yes
Correct
hmm maybe, for me (or at least in my uni), it's like a given after taking finite expansion/tylor series
high school in europe and its the way I learned
Yes, there is a point at late university from which it is no longer necessary to precisely say everything
But at high school it is important to say all the details
true true
Closed by @burnt linden
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how to show that a ~ b = a+b+ab with G=R\{-1} is closed ?
@cosmic veldt
we say, an operatior * is closed in a set A, if operating any two elements ends up back in A
Agreed
The issue for me is doing it for all
It will take forever to list all right?
Unles I use common sense?
the elements are from R-{-1}
But is that even a proof
you basically want to show that if a+b+ab=-1, then a and b are not in R \ {-1}
which can perhaps be done by assuming a+b+ab=-1 and seeing what a and b are
Oh shit
use you have to check if the operation a~b ends up at -1
yeah
!occupied
Someone else is already using this help channel. If you need help with a question, please open your own help channel/thread (see #❓how-to-get-help for instructions).
so i got a = -1 and b = -1 can u check my algebra is correct?
and i also think this means its not in set
cuz R\{-1}
this feels wack cuz even though i contradicted the = -1 case dont i have to check everything else just incase i get -1
like, it makes sense mathematically but not intuitively if u get my pt
oh wait
alright
a,b in G=R\ {-1}
then a~b=a+b+ab
suppose a+b+ab=-1, then a(1+b)+b=-1
a=(-1-b)/(1+b)=-1
therefore a is not in G, so contradiction reached
could probably stop here though really, but can do b as well ig
a+b(1+a)=-1 b=(-1-a)/(1+a) = -1
so b also isnt in G, another contradiction
a and b are arbitrary elements of G
wait why can i stop there
oh tru that makes sense
@cosmic veldt Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
excuse me
k does not equal 0
k is an arbitrary scalar that isn;t zero
u and v are parallel if and only if there exists a nonzero scalar k such that u = kv.
ye
if one vector can be expressed as a scalar multiple of another, they are parallel
so in this example, yes they are parallel?
yes
yes they are
because the first one is multiplied by 3?
k is 3
and they are going in the same direction
so that proves that statement u = kv
ah ok thanks guys :D
that isn;t a necessity, they can be in opposite directions too, and still be parallel
ahhhhhhhhhh yes yes
atleast that's the definition I learnt
makes sense
if k is negative, it move in the opposite direction
so if you only want to know if it is parallel, the k being positive or negative does not matter
Closed by @edgy needle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
hello
Do you refer to the k(xi+yj)?
yes
It is a different thing from the above
The third step does not follow from the second
ohh yes i see
but to get to the second step, did they rearrange the equation?
to make it (xi+ mi) + (yj+nj)
The text is essentially saying that you are allowed to rearrange terms
ah ok
These are vectors, not numbers
So the basic rules of algebra do not apply here
You have to use these new ones
Some of them work, like those two
it seems like algebra tho?
Some others don't
For example there are two different ways to multiply vectors, and each one has its own rules
Yes, at the beginning it can be confusing
But it is not too difficult
yeah its so hard for me to understand this new concept :(((( ͡° ͜ʖ ͡°)
oops
i loved algebra
btw
is i going along the x axis?
and j going along the y axis?
Yes
i is in the x axis, goes to the right and has length 1
And j is in the y axis, goes upwards and has length 1
And for example i+j goes in this diagonal
how come they are using the pythagorean theorm
when its not a right angle triangle?
It is
oh what
my diagram looked like this
oh i drew OB wrong
but it still not right angle to me?
AOB is not
But this one is
New math is always confusing
what happened to the 2i - j?
some of my classmates get it instantly
i wish i was like them mannnnnnnnnnnnnnnnnnnnnnnnnnnnnn
2i-j was OB, but then they are asking about |2i-3j|, which is a different vector
You have to write .close instead of .CLOSE
Closed by @edgy needle
Use .reopen if this was a mistake.
✅
how did they do that to A
It is a new definition
a is a vector, and â is another vector
It might be the same
It might not
Yes
WHY ARE THEY MAKING LIFE SO HARDD MAN
10th grade wasnt this hard
this is straight up gibberish
does it get easier?
All this about vectors will make more sense when you study other things like physics
oh im studying physics later this year
Right now it is just a bunch of symbols and rules to manipulate them which has no use
No, it doesn't
Maybe chapters 1 and 11
In chapters 11 and 12 vectors will make more sense
ok thanks :D
that depends on how matrices is taught , when I first learnt matrices I just learnt it as an array of numbers.
Well this is actually true
And 12?
chapter 12?
Yes
Yes, here vectors will have more geometric meaning
Of course
Matrices are like vectors, they follow some rules of algebra but not all of them, however they have a very important interpretation in geometry
Maybe by the time you get to chapter 11 you will already be familiar with vectors, and things which are not numbers in general
Actually most modern math (the one that is studied nowadays) is about things which are not numbers
It's harder but more useful
No
No
Complex numbers are not hard
It's just numbers, but there is a new number which is called i, and i times i equals -1
I think it would not be too different math
its not difficult when u say it lik dat but i have to learn the concept very carefully
like understand it well
cuz in exams
they really like tricking u
do u want to see an example?
electrical engineering requires phasors which are basically vectors though, right?
and that would mean a lot of matrices too
And complex numbers too probably
yup
Yes, this is true, the following chapters will usually require you to understand all the previous ones
Complex numbers require understanding vectors
oh.
But you will eventually identify the complex number a+bi with the vector ai+bj
2i would essentially be the vector 2j

A lot of people, and that's why it is so confusing
Each mathematician who invented something made up a notation and now they are all mixed
what are u studying?
that requires so much math
Mathematics
Yes
oh.
thanks.
im very bad at maths
do u have any tips on how to be good at math
or is it just natural
like everything, it's practice
^
not the person you were talking to but PRACTICE, A LOT
yeah but some people get math instantly
I like math a lot and I studied it a lot
Y DO I HAVE TO STUDY FOr hoURS WHEN SOMEONE CAN DO IT WITHOUT
theres literally a 12 year old in my class
A 12 YEAR OLD
OMD
at a college class? There will always be a few geniuses everywhere
no im in grade 11
i accelerated one year
i skipped grade 8
BIGGEST REGRET OF MY LIFE
😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭
how do i become a genius
In many cases it is about reading the correct thing, or talking to the right person about the right thing
I had a subject which was about something called differentiable manifolds and I found it quite confusing for a few months, then I read something about where the notation came from and then a lot of things made sense
hmm yes makes sense
im self learning right now
bc i wanna be ready next year
cuz last year i failed badly
Sometimes just one idea can help you understand a whole subject in one or two minutes
You can't, but you can read a lot, which is better
when i read
i cant like envision stuff
so i hate reading
like some people can SEE MATH??
Yes
Then try something different, like asking people or drawing things
yeah i am a visual learner when it comes to math
For example vectors make more sense with drawings
The current time for nutgun. is 01:59 AM (AWST) on Mon, 22/01/2024.
can i pls message u in dms sometime?
Yes
Closed by @edgy needle
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
This is the same as a is subset of b right
yes
@steel urchin Has your question been resolved?
Closed by @steel urchin
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Def
3 square foot 48 + square foot 12 - square foot 47
Please show the original problem, exactly as it was stated to you, with the entire original context. A picture or screenshot is best. If the original problem is not in English, then post it anyway! The additional context might still be helpful. Do your best to provide a translation.
🟦 🦶
Is it 11 square root 3
can you maybe show us a picture of the problem
so you mistyped it
Pretty sure it’s 11 square of 3
anyway, square roots are typed as sqrt().
oh my bad
foot?!?! xD
also square root isnt the same thing as square.
timed?
timed
a test?
you're trying to get help on a timed test?
Caught in 4k
thats prob still against server rules.
<@&268886789983436800> we got a maybe test cheater
oh thought it only applied to actual grades
gonna let the mods sort that out
save it for the mods kid
👍
If its a timed quiz i don't think you should be getting outside help from others
i don't think u should be playing valorant while taking a test either :p
oh
How’d u know
I have it opened LMAO
okay I finished can u guys check and see if I got any wrong
oh yeah i sometime forget that square foot isnt square root
@rotund crater Has your question been resolved?
.close
Closed by @rotund crater
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I'm guessing the professor just had a typo?
for the second term of the equation to the left of "or" on the bottom
because shouldn't it be d/dy in that case for the second term?
No you're differentiating both sides with respect to x
You can't differentiate some terms with respect to x and others with respect to y
so if you are differentiating with respect to x, then why does it become 2y?
are you differentiating with respect to x and also differentiating implcitly at the same time?
You use the chain rule (twice) on y²
Since y is a function of x
Implicit differentiating just means you're differentiating an implicit equation (I.e. not one that looks like y = ...)
I guess I'm kind of confused why its not 0
Because y is a function of x
You're really differentiating (y(x))² with respect to x
hmm oh ok
so you could just write is as 2y'?
instead of 2y (dy/dx)
I guess I was maybe getting confused with partial derivative versus implicit derivative
no?
Would have to be 2yy'
oh yeah
so it is implicit differentiation
but if it was a partial derivative it would be 0
If partial wrt x then yes
Closed by @wide ice
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How to make a canonical form matrix?
Should I simply go for solving until I have 1s on main diagonal and 0s everywhere else?
The matrix is 3x4 so its not square
Or should I do it by adding 2 more P and Q which are both diagonal matrixes
@woeful herald Has your question been resolved?
@woeful herald Has your question been resolved?
I did it but I'm not sure if it's correct
@woeful herald Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How would I do this one?
I understand nothing in this one
draw a picture
Hold up, lemme switch accounts rq
,rotate
ok, can you write expressions for the area of the photo and the border?
also not sure this picture is right
the question is a little unclear to me 
It's okay
(SAME)
😭 I honestly am gonna skip that one and ask my teacher
Thanks tho!
if this picture is right then the inside border walls should be 6-2x
Closed by @swift latch
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@hushed drum Has your question been resolved?
<@&286206848099549185>
@hushed drum Has your question been resolved?
.close
Closed by @hushed drum
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can someone give me a hint for this? I don't know how to solve for two variables
You can make two equations
A pot of water is boiling, the heat is turned off at t = 0
ahhh
Do you see what the other equation is now?
yeah
@keen ingot Has your question been resolved?
Closed by @keen ingot
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Uh
Closed by @unborn dew
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
@burnt thunder Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do i find the value of W? i have no clue how to start
similar triangles?
hay solo un variable
Closed by @spare solstice
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Helps please
Please only use the <@&286206848099549185> ping once if your question has not been answered for 15 minutes. Please do not ping or DM individual users about your question.
@round stone Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how to do
use sin,cos,tan functions to solve
This is a trig question though.
You've never seen sin(x) = opposite / hypothenuse?
Maybe you learned some specific techniques for 30, 60, 90 triangles then
yea
it says y=2x
its like long side is x root 3
i found answer but does the math work
Yes, in those triangles, the short side is the long side /sqrt(3)
Then you can use pythagora's theorem to solve for y
Or whatever technique you've learned
Closed by @fickle fractal
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
can i talk through
@formal turtle Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do I find x? X^2-5x+1=0
do you know quadratic formula
well assuming it's x^2 and not X^2, ofcourse
So x=-1 and x=4?
etto... no...
how did you get that? try plugging the values into the original equation, do they satisfy it?
you're going to have to explain how you are trying to think of it, because all that is wrong
I used the quadratic formula
ill put it here for a reminder
Thanks
so with a = 1, b = -5, c = 1, did you use those values correctly?
Yes
$\frac{5\pm\sqrt{25-4(1)(1)}}{2(1)}$
Soosh
so you get $\frac{5\pm\sqrt{21}}{2}$
Soosh
you can't really simplify any more than this, you can write decimal approximations if you want but leaving this answer in exact form is best
Ohh I see I got 5 and 2 cuz I square root both the numbers that’s where I was wrong
So x= this?
This?
erm yeah square roots \ exponents dont distribute over addition\subtraction, careful there
yes
Closed by @viral wigeon
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how to show that P(A U B | B) = 1 using a venn diagram?
i can explain it easily: if we know b happened, obviously A or B happened
but how do i show it visually?
@cosmic veldt Has your question been resolved?
We know $P(X | Y) = \frac{P(X\cap Y)}{P(Y)}$
Azyrashacorki
You can probably draw a Venn diagram and see that P(X n Y) in this case is just P(Y), so the probability is 1.
how
wut does it look like
wher did u get that eq from
So just X = X u Y and Y = Y
@cosmic veldt Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
is 15/tan28 not the correct equation?
I did Tan(28)15/x and then cancelled out the x and got 15 over tan(28)
can't really tell, is that marked wrong on your paper?
maybe, because the question is to "write an equation," so maybe it expects the whole rigamarole of: CD = 15/tan28 instead of just the answer?
these sites are a pain
Closed by @gritty temple
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how do i find where the rate of change of y with respect to x is increasing / decreasing given this?
is the answer a point or a range?
A range
when the question is increasing or decreasing, it's always a range
Also graphically the rate is the slope of the graph
Closed by @nimble iris
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I'm curious how these values were derived
And how were they specifically positioned to that spot
why isn't x the hypotenuse
@pastel bough Has your question been resolved?
<@&286206848099549185>
<@&286206848099549185>
@pastel bough Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do I solve this?
,rccw
I mean how do I factor it
Because if I directly subtitute it the answer will be 0/0
Which is wrong
Because it is one of the deadly sin
is the graph below for the equation above
(Also may be worth using the piecewise definition of the absolute value function…)
then just check the limit from the left and right to see if it exists or not
from the graph above it should be easy to see whether the limit exists
can I just answer that the limit does not exist because it suppose to be two-sided limits?
left limit does not equal right limit
basically what you said here
im supposing what you meant by two sided limits is that the left and right limits should be the same
yess
Closed by @lethal blaze
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
How do I integrate sin^3(x) cos^4(x) dx?
I'm getting cos^5(x)/5 - cos^7/7 + C but apparently it's not right
sin³x =(1-cos²x)sin x
Take cos x =u
Wait
U did that only ig
@real coral Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
I need to find the perimeter
yes
ok
that means that lines with two stripes are of length 5
ok
b is thus 17-d = 17-5 = 12
the perimeter of that quarter circle is quarter of the whole circumference
yep
what about for question c
same thing
look at the double striped lines
the whole length is 10
and it's divided into two equal parts -> the double striped line is 5 cm
so you can find the quarter circle again
and for the triangle is pythagoras
Closed by @gaunt raft
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Can someone help me to take the derivative of this
Let me know if there’s something wrong in the process
looks good
yeah its simplified enough
I missed the t into the trig function
I wonder if the red underlined possessing any information
hm?
I shouldn’t adding this fraction up, right?
I see
its your choice
Closed by @brisk arrow
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
1-3+5-7+9-11……-2015+2017
i don’t really know where to begin
ya
you could do something like group the terms in pairs
use the sum of arithmetic series formula
S=(n/2)(a+l)
n is the number of terms
a is the first term
l is the last term
S then is the sum
am i wrong?
it's not an arithmetic series in the current shape
because the sign is alternating
ah my bad
after the grouping tho it's possible
you "could" split this into 2 arith series if you wanted
grouping on top
Closed by @spiral hedge
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
Is it able to know what would t equals to without a calculator
I know the value of cos 30, 45, 60 but none of them are equivalent to 4/5
I have no clue
For those who are curious, this is physics-related question.
it is about S.H.M specifically
adumb
yeah sorry man idk how i would solve that im stuck as well
@brisk arrow Has your question been resolved?
it is fine, i think it require a calculator
maybe complex numbers can be used somehow, but i don't see any obvious easy way
I see
Also im not respond to your DM about my earlier question is because i cannot understand them.
I will let my teacher check on them tomorrow.
all good, if you want additional help with help, hit me up
@brisk arrow Has your question been resolved?
jai shree ram
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
A spherical balloon of radius r subtends an angle θ at the eye of an observer. If the angle of elevation of its centre is φ, find the height of the centre of the balloon.
subtends an angle θ at the eye of an observer - how? like is there a chord or what
i cant rlly visualise that part im stupid?? 💀
What step are you on?
1. I don't know where to begin.
2. I have begun but got stuck midway.
3. I got an answer but I was told that it's wrong.
4. I got an answer and would like my work checked.
5. I have a question about someone else's work/solution.
6. I have completed the problem and don't need help anymore. Thank you.
7. None of the above
2
@timid silo Has your question been resolved?
@timid silo Has your question been resolved?
Closed due to timeout
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
how can i solve this
"K" = 10
"A" = 0
12
@glass pasture Has your question been resolved?
I didn't understand
i think it will be like this
3x10 + a = 0
a = -30 ( +26 )
a = -4 ( + 26 )
a = 22
right ?
Ya you right my answer wrong sorry 👍
Closed by @glass pasture
Use .reopen if this was a mistake.
Send your question here to claim the channel.
Remember:
• Ask your math question in a clear, concise manner.
• Show your work, and if possible, explain where you are stuck.
• After 15 minutes, feel free to ping <@&286206848099549185>.
• Type the command .close to free the channel when you're done.
• Be polite and have a nice day!
Read #❓how-to-get-help for further information on how to ask a good question, and about conduct in the question channels.
<@&286206848099549185> can anyone help me with indirect proportion and direct please
whats the problem you’re working on
Can I help
If u want
You tried something
I haven’t done anything yet
Let 'C' be cost of cloth and 'L' be its length
Ok
Constant is always k right?
Ya k constant
Ok
Now can you figure out k