#help-0
1 messages · Page 398 of 1
Closed by @frigid mirage
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 you have the pattern 1,3,5,8,_ the next number is apparently 13, but i dont get how you get it
Are you sure this is the exact pattern
yes
Maybe it should be 1, 2, 3, 5, 8, _
nope, its 1,3,5,8,_
Because in this sequence you get the next term by adding the previous two
It's called the fibonacci sequence
There is a site that recognizes sequences, but it doesn't give any simple results https://oeis.org/search?q=1%2C3%2C5%2C8%2C13&language=english&go=Search
although A080614 is kinda interesting
and the one below is the most simple, but I don't think you are expected to guess that
probably a typo
they probably missed 2
i emailed my teacher, its not a typo, there isnt supposed to be a 2
@inner bough Has your question been resolved?
no clue lol
@inner bough Has your question been resolved?
Closed by @inner bough
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.
There are 2 functions
fx= -1/2 x2 + 3x +1/2
gx= x2
the 2s after the x are square
so how do you have to multiply x and which translation to be in function fx
i tought it was multiply the x axis by -0,5 and then translation (3,5)
Someone pls react i have a test tomorrow
x^2 is common plain text notation for exponents
Or, if you are familiar with latex, you can do $x^2$
SWR
@steel phoenix Has your question been resolved?
i dont see the explanation here
i want to know which translation i do to make gx fx
I was just showing you how to write exponents, I hadn't helped with the problem
Do you know how to express f(x) in vertex form?
@steel phoenix Has your question been resolved?
Closed by @steel phoenix
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 this asking
unless [x] is a function, it's asking what's the limit as x tends to 2 for the function x
[x] is probably the greatest integer function then
i have no idea what ur talking about
,w graph y=floor(x)
it should be this function, but the notation just looks different
Closed by @honest flame
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.
Wouldn’t a and d both be correct?
I solved for a but the answer key says it’s d
Can you show your work for when you got a?
I think you forgot to add a +C after intergrating both sides
What would +C even be in this case?
Wher
it might be under message requests
@gray heart 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.
if you have n points of n different colours with any 2 points having the possibility of being connected by a line, what is the formula for the number of possibilities?
would it not be
$n^n\cdot{n\choose 2}^2$?
Chaon
consider the possibilities for any "first" point
the first point connects to up to n-1 other points
for each of those other points there are two possibilities (connection / no connection)
so for that first point there are 2^(n-1) possible connection options
pick another point
now, you've already considered the connection to the first selected point
so for that point there are 2^(n-2) possible connection options left
2^(n-1) * 2^(n-2) * ...
a pattern emerges
2^sum(k=1,n,n-k)?
No?
2^(n-1) * 2^(n-2) * 2^(n-3) * ... * 2^1 * 2^0
= 2^((n-1) + (n-2) + (n-3) + ... + 1 + 0)
Yeah
so you'd get the sum[k=0 to n-1] of k
and you can summarize that sum using a certain formula :3
(Arithmetic Series)
Right ty
np 🦇
.close
Closed by @inner bough
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.
help me to solve
$$4p+4q+4r-16 = p\cdot q\cdot r~~~ p,q,r \in \mathbb{N}$$
Gilgamesh
@regal lake Has your question been resolved?
<@&286206848099549185>
do you just need one solution or all solutions?
all solution
for p=q=2 we have infinity solutions
we do?
yes
ah yeah we do
ok what about 1,1 or 1,2?
it seems to me that these numbers can't be very high in most cases
we can use python to see the solutions firstly
much of the solutions are (2, 2, x)
but i search for the solution like (1, 6, 6) or (1, 5, 8)
can we use modular arithmetic here and how we can use it @tardy stag
i'm not sure
but it must have a trivial way to solve it
The equation reminds me of the plane that passes through all unit vectors
there's a special name for it, can't remember what
phind.com helped me find it: https://en.wikipedia.org/wiki/Simplex
In geometry, a simplex (plural: simplexes or simplices) is a generalization of the notion of a triangle or tetrahedron to arbitrary dimensions. The simplex is so-named because it represents the simplest possible polytope in any given dimension. For example,
a 0-dimensional simplex is a point,
a 1-dimensional simplex is a line segment,
a 2-dimen...
on the RHS you have a hyperboloid
It's a hard task, don't worry you're not dumb
I'm wondering if you can do something like fix c, consider 4p+4q+4r-16=c and visualize what that looks like (displaced/translated simplex? simplex with different gradient?), as well as pqr=c (hyperbola) and then find the intersection
yep, that gives you a displaced simplex
you can graph the 2d version on desmos
But I have to show it through elementary number theory and algebra
@regal lake Has your question been resolved?
No
@regal lake Has your question been resolved?
i need help
!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).
in my opinion, the most important thing about this problem is that p, q, and r are symmetric relative with each other
which means that for example, if (2, 2, 3) is a solution, then so are (2, 3, 2) and (3, 2, 2)
then, without loss of generality, you can vary one variable, claim it is the lowest-valued, and solve for the rest
for example, you can start with: "i will say that of the 3 variables, p is the smallest (or tied for the smallest), and p = 1"
then, this becomes a casework problem featuring simon's favorite factoring trick (if you don't know what that is, it's basically factoring equations in the form xy - px - qy + C)
(as an extra note, it's good that you noticed p = q = 2 has infinitely many solutions)
(okay i admit this is a bit of a long/convoluted way of explaining my general thought process, but i hope the idea is still there)
@regal lake 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 this correct
@brazen slate 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.
What mean this "to"?
this is WA's output
it sometimes tries to say something beyond a mere "DNE" when a limit doesn't exist.
here what it's trying to say is that x^i, a.k.a. e^(i ln(x)), spins around endlessly along the unit circle.
@dusk granite 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 help

um but they wont intersect? is there like an option to say that they dont have a solution
theyre parrell right? cause they are going n the same direction
yeah
my teacher created this not me
what about this questiom?
if anyone could help
<@&286206848099549185>
What grade??
9th
What grade
9th grade
I assume you have to mark the points on the graph/plot points on the graph
So
hint: value of y and $$ y = -\frac{5}{2}x +4 = -1$$ , find the value of x
after you get the value of x then plot (x,y) co-ordinates on the plane
Snow
..
@alpine sable 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 help factoring cubic trinomials
2x^3-7x+2 and such
@whole flame 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 did this turn into cosec cot 😭
,rccw
whats $\ds \f{\m{\sec^2}\theta}{\m\sec\theta}$
I don’t understand what is going on
Ooooooh okay it has smth to do with leaving one sin down
@lusty sigil Has your question been resolved?
Closed by @lusty sigil
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.
$$\text{Let }(1+x+x^2)^{30} = \Sigma_{r=0}^{60} a_rx^r$$
$$\text{if }Pa_{21}=Qa_{20}+Ra_{19}$$
$$\text{Find } P+Q+R$$
xd_senBugha
how would i solve this?
@hidden wind Has your question been resolved?
<@&286206848099549185> help please
Snöwdinger
Snöwdinger
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
i got that but the number of cases would just be insane for me to find out the coefficients of x^21, x^20, x^19
is there any shorter way?
<@&286206848099549185> help please
@hidden wind Has your question been resolved?
@hidden wind Has your question been resolved?
<@&286206848099549185> please
Please don't talk in other people's help channels if you can't help
All of them, please don't talk in other people's help channels if you can't help them
<@&286206848099549185> sorry for the 4th ping but I really need help on it, I gotta submit in for an assignment tomorrow
a_21 is the coefficient of x^21
We don't know p,q,r
Yeah I know
But what is P_a21
P = value of a at 21th term
This is the only way ik to solve a trinomial eq using binomial expansion 🤷
If u want a shorter way then I can't really help u w that
Btw finding co-efficients of this expansion is not that hard
if you write it as ((x+1)x+1)^30 it makes it easier (maybe) to count the terms which results in an x^19, x^20, x^21.
Not exactly
A is the coefficient of the expansion
And p is another constant multiplied to it
That's actually clever thank you
I'll try to think on it
But if any of you guys find a better way lmk
@hidden wind 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 do this?
i know using 45-45-90 triangle that the other sides are also 72 ft
and the hypotenuse must be sqrt(2) but i dont know how to go about getting it from therer
72(sqrt(2))
?
i got 101.8 from that
ur meant to use trig functions though, not prior knowledge
oh
we learned trig functions and the triangles
during this lesson
but i get what u mean
not prior sorry
do u think ur teacher would care?
i dont believe so
she didnt specify
however i will do it using the trig functions just to be sure
do u know sin 45 degrees?
the exact value? no
we only went over using trig functions to find angles inside a triangle or parts outside of a triangle
u can use calculators right?
so you know sin is opposite / hypotenuse
yeah
now you know the opposite but not the hypotenuse
whats a way you can get the opposite on the bottom and the hypotenuse on top
you can either solve it out like that or just use the opposite or repciprocal of that function
so cosecant
is opposite of sine
and you are correct
the question specifically says to use trig functions, idk ur teacher but i know some of mine would have been annoyed if i didnt do it the way they asked
its kind of dumb
oh i didnt read that lol
yeah its a little assignment that can be redone like infinite amount of times
nor do we do written tests
however im sure that varies upon teachers
thanks anyways
bruh lucky
we get paper and pencils then work from an online quiz
but calculus is all written
however im precal
oh. i thought u straight up didnt do tests lol
Closed by @abstract wadi
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 found out the range/domain of every trig function
i know i can look at a picture that lists all of them
but how do i get to it using math
well, its the reciprocal of cos right?
yep r/x
cos is between 1 and -1, so what must the range of sec be
i mean cos has a range of [-1,1]
how do you know that
idk im in pre trig
cos and sin are bounded by 1 and -1
so im just now learning everything
my only solution is to memorize all 6 domains and ranges?
id just remember what a sin, cos and tan graph look like, its useful stuff to know
i guess
i see, the unit circle also demonstrates cos being bounded by -1 and 1, since it doesnt exceed those values at any point on it (the circle has radius 1 so its impossible)
found this in my textbook
so i use the rules they set to help?
like sin is y/r right
y and r are greater than 0 and less than 0
so isnt it -inf,inf
not sure what you mean there
if you can accept cos having range [-1,1] the question becomes quite simple, the unit circle shows this anyway if youve been using it
so if cos is [-1,1] then secant is also [-1,1]?
tells you the range of sec cant be [-1,1] as you speculated
what happens if you divide 1 by a number with magnitude less than or equal to 1?
you get infinitely larger?
yeah, the magnitude of the number cant be less than 1 right
right
so is this possible
by impossible you mean you cant get a solution?
cos is bounded by -1 and 1, so yeah theres no possible way for cos to be greater than 1 or less than -1 so no solution
itll probably help you to learn the characteristics of the 3 basic trig functions
theres not much to go over really, just range, domain, period for the most part
thatll set you off
so cos is bound by [-1,1] sine is bound by [-1,1] and tan is bound by (-inf,0),(0,inf)
tan can be 0
and i can apply that to the other functions by just inverting it
just -inf,inf then
yeah
oh right
if cos is 0 tan is undefined
so most of trig is everything being connected through these basic principles?
pretty much i suppose, theyre the bare fundamentals
nw
.close
Closed by @mystic nebula
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.
Channel closed due to the original message being deleted.
If you did not intend to do this, please open a new help channel,
as this action is irreversible, and this channel may abruptly lock.
ah ok
give it a few minutes
ok
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.
In right triangle $ABC$, the length of side $BC$ is $2$ units, the length of side $AC$ is $4$ units and the measure of angle $C$ is $60$ degrees. What is the length of side $AB$, in units? Express your answer in simplest radical form.
!satoro !
uh, I'm stuck on this question
cosine rule
side
AC means the line between vertex A and C
👍
Yeah but sine rule also exists
[idk if u can use it for ur question, i havent been reading]
oh ok
your ganna have to use both of them at some point
I did this question on alcumus and it says this
That means use a^2 + b^2 = c^2
oh yeah but idk what the ac and bc mean
You dont need to know sine/ cos rule, its way to advanced for your level
I already know sine rule
yeah
Well its not the best drawn right angle triangle
ohh I see now
but yeah
I thought a was the length
because in the previous question it just said side A is this length
now it says a - b
ok I understand now
thank you
.close
Closed by @candid radish
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 anyone able to help me in a call
how do you format your messages like this
is anyone able to help me in a voice call if i share my screen
its a bot 💀
wow
@sharp sage 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.
can someone help me solve this?
I think it might be 0 based only on some playing around with geogebra
No idea if this is actually true, nor how to prove it
@dire trout Has your question been resolved?
wait
I doubt this has a nice geometric solution, best bet is a complex bash
hmm ok
does it make it easier that there are no solutions
The midpoint of DE works right?
i dont think so
Yeah nvm I miscalculated
It’s just D and E that work I think
Ggb seems to say there are more
If G is the intersection of the perpendicular bisector of DE and circumcircle of the hexagon every point on DG and EG works
Maybe there is a nice geometric way
<@&286206848099549185>
Its not rigorous but when P is at D or E it satisfies the equality but not the inequality, meaning it is either a minimum or maximum. If P lies on FE or CD, AP + BP decreases as P approaches F or C respectively. There could be other solutions on DE but none of those matter because it would lie on a line anyways let me know if anything seems wrong because im also unsure. If you wanted to make it more rigorous the area of the solution would be a trapezoid with points at E, D, somewhere on CD and FE. Could probably find an equation relating the distance from E/D to P when it is on FE or DC and confirm
It is also only a trapezoid if midpoint of DE does not work I should add, I didn't check if it does
the midpoint does not work
Then either the perimeter of ABP increases until a certain point along FE/CD then decreases until P = F/D, or it strictly decreases. If its the latter then area is 0. If its the former then youd have to find P' where it starts decreasing, which you could do by making an equation relating the perimeter to the area. BCP's area is constant as you move P along FE and FEP constant for BC, so you could probably try something using that, herons formula, and the bounds of AP + BP + CP + DP + EP + FP
but id be surprised if it even did increase along FE or DC
Hi
Which question?
.
Which math is that? Like calc, trig, algebra?
What have you tried so far?
i know that points d and e satisfy it but i think thats it? im not sure how to proceed
i dont get this lol
@dire trout 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 help with this question (6v^3 + 42V^2 - 50V - 20) / v+8
that's just an expression. What's the question?
@hybrid aspen Has your question been resolved?
oh
I mean that was the question i was assigned
i think i had to do long division
i'm not going to teach you how to do polynomial long division, if that's what you're asking
if you can get started and end up running into a roadblock, then I can help overcome that
Closed by @hybrid aspen
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 6C if they don't give me an equation
you use a linear approximation
how do i do that again?
$f(y) \approx f(x) + f'(x) (y - x)$ should work
cwatson
is that the same as
x is the value for which you know f(x)
would it just be f(140) + f'(140)(y-140)
of course
then would the y be 140?
it would
so then the equation would be 120 + 2.5(140-135) ??
oh ok thx!
@dapper coral Has your question been resolved?
Closed by @dapper coral
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 does the combination formula relate to matrices
the 2x1 matrix for a combination is n!/(n-k)!*x!
how does this relate to a 2x1 matrix
or does it not
because the standard way of writing it looks like
are there formulas like this for other matrices with different dimensions
This is correct
oh so y would they make it look like a matrix
the context should make it clear when it's to be treated as a vector and when as the combination interpretation
i’d prefer to write it as nCk
the same way (x,y) can either be an open interval or an ordered pair
true
i just didn’t know if they were related at all
fair enough
Closed by @buoyant saddle
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 wondering when to use long division and synthetic division when dividing polynomials?
they accomplish the same thing, do they not
well, ish
as im looking at what he sent, yeah, i missed last math class and didnt know anything abt the two
synthetic is specialized to linear divisors with leading coeff 1 while long can handle any divisor
what do i do when im left with a remainder?
so your real question was "what even ARE long division and synthetic division"
lol yeah
depends on what the problem's asking you for...
when i do long division, and i end up with a remainder, how do i write it up top, dont i have to write as "remainder/divisor"?
the same way when you divide numbers you might have it as a mixed number like 3 and a half
3 +1/2
which is really 7/2
but 2 goes in 3 times with a remainder of 1
so u put the remainder over the divisor which is 2
it’s the same principle
just with variables now
@signal dust 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.
at T minutes past 2 pm , the time needed by the minute hand of the clock to show 3 pm was found to be 3 minutes less than T^2 /4 minutes . Find T
Can someone help me with this question ??
!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
Ok, you begin by setting up an equation
So
If it is T minutes past 2, then how many minutes is it until 3?
Hint: 3:00 = 2:60
okay then ?
What do you mean? I asked a question and am awaiting a response from you.
This one.
we could take that as a variable maybe ?
Well, you're correct that we don't know it; however, we don't need to introduce a new variable, we can describe this in terms of T
yes
There are 60 minutes in an hour
If T minutes have already elapsed in this hour, how many minutes are left out of the 60 total?
60 minus T
Ok cool.
Just bringing this down for me
So we have "the time needed by the minute hand of the clock to show 3 pm", which we just figured out to be 60 - T
yes
"was found to be" (e.g. equal to), "3 minutes less than T^2/4 minutes"
So what's this last part in equation form?
3 minus T^2 / 4
ooh okay
Just like 3 less than 20 is 17 or 20-3
yes you are right
So now we have both halves of the equation, let's put them together.
from the first we can take value of T equals to 60
I am solving that right now just give me a few minutes
This is kind of a mean equation, because it really punishes you if you just use the quadratic equation. If you attempt to complete the square it is much nicer
I have got the value of T 14
That is correct.
the other one is negative 18 hence ,that would be rejected
Have a nice one
BTW where are you from ??
Originally from Louisiana, currently living in the Midwest.
@left niche Has your question been resolved?
Closed by @left niche
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.
do you know how the graph looks in the plane?
then what aspect of the graph do you see represented in the equation
wait what are the answer choices?
just I, II, or III?
or can there be a combination of 2
I don't know what is 'constant or coefficient' means? When question ask about this for what I have to look?
constants mean not changing so vertex always remains -9 in y it doesn't change?
yes
so what does the -9 represent in the equation?
it represent that y coordinate in vertex is -9
what else, for this graph specifically?
-9 peak ?
It is down parabola looks like -9 is highest point of it
what's the y-intercept
y intercept is -9?
yeah
so y intercept is displayed as constant or coefficient?
or both y cordinate or vertex
if it was like (x-2)^2-9 then it wouldn't be
both
Yes so II and III
i believe so
what about this
how can I create a form of it that display constant or coefficient
x intercept of parabola
factor
I have to factorize it
(x-3)(x+7)
so what are the roots
So this is the answer?
i think so
x = 3 and x = -7
yeah
well wait
i think it should be the answer but idk if it wants you to have 3 and -7 in the polynomial
that'd be kinda silly though
okay so when y intercept is displayed as constant or coefficient the form is vertex form however, incase of x intercept is the factored form?
the x part is right
the y-intercept is not always the y value of the vertex though, as i said earlier
.close
Closed by @pulsar lynx
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.
for this one, i dont really understand how they found out it was continuous
(i dont get the explanation)
do you know what ⋂ means
nooo
"U" basically means anything that's in set A or B
"⋂" means anything that is in both set A and B
$f(x)=g(x)+h(x)$ where $g(x)=(x-4)^3-\frac{3x}{2}$ and $h(x)=9\log_4(x)$
Vѳrtєx-
we know that the polynomial is continuous across $(-\infty,+\infty)$
Vѳrtєx-
however, $9\log_4(x)$ is only defined on the positive interval $(0,+\infty)$
Vѳrtєx-
adding two continuous functions gives you a continuous function
i can elaborate on this if needed
but basically over the interval $(0,+\infty),$ you know it's continuous because both $g(x)$ and $h(x)$ are continuous on that interval
Vѳrtєx-
oh so because, basically there are two ranges, for the polynomial and the log
$(infty, -infty)$
then
$(0, infty)$ for the log cause $4^a=x$ can not have any negative x
adumb
domain
range is from -inf to +inf
i could be misinterpreting your meaning when you say "range" though
yep
all g
the domain of any log function is 0,infty
then the domain of any polynomial is -infty,infty
Closed by @clear tulip
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.
Guys im tripping
I cannot factorize sqrt(x) - x^2 = 0
This is the easiest question ever wtf
sqrt(x) = x^2
sqrt(x)/x^2 = x^2/x^2
x^(1/2 - 2) = 1
x^(-3/2) = 1
x^(-3/2) - 1
It says its wrong
you are getting 1/2 - 2 = -3/2
Oke good haha I was questioning everything
But yeah still dont see what im doing wrong
loses you 0
Closed by @warped topaz
Use .reopen if this was a mistake.
it's almost 4am imma just sit and watch from now on
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.
Why does F • Hz = Ω
How else can you express F Hz and omega?
Btw are you sure your question is correct?
@frosty burrow
Because as far as I know F • Hz = 1/Ω
Let’s start with the simple one what is a Hz?
Yes that’s what he means
do you know about impedance?
I think that’s too “high level” for the question
depends on what he is doing
i never found breaking up the units into theor base form and seeing that it does infact equal one another intuitive
Yeah
Yeah I see what you mean
then think about a capacitor with some capacitance at high freq AC and low frequency AC/DC
at high frequency its got low impedance
so 1/resistance is high
and at low frequencies its got high impedance so its resistance is high
which to me explains why F*Hz = 1/Ohm
higher frequency-> lower resistance
Closed by @frosty burrow
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.
No
Wait
(X-b)^2 you mean?
yes
we want the expressions to be the same
To multiply with the factors
Mycobacterium
Mycobacterium
right
Or remove it
No we good
Lets procced
3x^2-x-1
We need a term x for -1
but also
make -2x from *3
-2/3
3x(x-2/3)+(x-1)
Correct?
You got a video for that?
no
???
put some efforts of your own
Bruh
.close
Closed by @mellow skiff
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 have to find the solution to the associated homogeneous equation given that r=1 is a double root of the characteristic equation
I've reached an answer but have no means of knowing if I got it right.. is there any online solver for this kind of stuff?
@humble salmon Has your question been resolved?
Use wolfram
Closed by @humble salmon
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.
Does anyone have a youtube list for these topics?
that's discrete math.
Videos: Trevor Bazett Discrete math
Book: Epp Discrete math
Those are my favorite two
@hollow viper 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.
Did the author make a mistake here because why is g(b) = f(a) when in reality it's g(b) = f(b - a + b) = f(2b - a)?
so yeah happens sometimes xd
@inland arrow Has your question been resolved?
Closed by @inland 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.
Where did i go wrong? the answer is ln(b+1/a+1)
I used frullani's integral theorem
<@&286206848099549185>
its supposed to be e^-bu and e^-au in the numerator
.close
Closed by @tidal summit
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.
hi
hello
hi
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
hi, do you have a math question to ask?
@warm creek 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.
P(t > 2.03, Degrees of Freedom = 29) = 0.0258
how'd they get this from a table?
@true sandal Has your question been resolved?
Closed by @true sandal
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.
hi
oh sorry
How do i create a help
first find the distance
50 minutes + (time taken to do the 2 km) gives 17:35
wait nvm i read it wrong
she travels from home to gym and reaches at 17:35
you can find the time taken from home to gym using the 2 km and 10 km/h
idk how the 50 minutes from school to home is relevant
@alpine sable Has your question been resolved?
Austin and Brian started running at constant speeds from the point in opposite directions. After running 10 minutes, they were 2,500 m apart. Austin ran at a speed of 150 m/min.
This is easy but like how
Wait ill get the ques
Find the total distance that Austin ran
Find Brian’s speed.
@alpine sable Has your question been resolved?
@alpine sable after 10mins austin ran x amount of distance. He ran 150 m/min. First try to set up an equation
Hint in the units how can you cancel out the time?
in m/mins
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 help understanding this I'm in 9th grade I don't really remember this all it has An= an-1 + b I need help understanding that and how to graph it? I dont even understand this at all honestly all of it so I do need some help?
feel free to ping me
@alpine sable Has your question been resolved?
<@&286206848099549185>
@alpine sable Has your question been resolved?
Closed by @carmine ruin
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 transmitter system has a power of 13 W, no line loss and an antenna gain of 39.0 dBi. Assume that the transmitting antenna is replaced with an isotropic antenna and that the line is still lossless. What must the transmitter power be for the signal to be as strong as it was along the previous main lobe? Give the answer in watts.
I thought that dBi meant that you had an isotrooic antenna
But the gain is in dBi before we switch to the isotropic antenna
@frosty burrow Has your question been resolved?
<@&286206848099549185>
.close
Closed by @frosty burrow
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.
Question 1 is solved and idk how to do Question 2
@lavish crypt Has your question been resolved?
@lavish crypt 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.
not sure if that's the correct place to ask
but what is the center of rotation here
considering the points as the top left of each square
Looks like the center is the middle one isn’t it?
Yeah
the middle square
what middle square
The figures are created by four squares each one
The one in the middle is the one that doesn’t move from his position
Only moves his direction
the middle square changes from 2 to 3
Where?
the one in the 3rd box is the middle right one in the 2nd box
I think it’s rotated the other way
yeah, each rotation here is 90 degrees
Mmm
so the 3 is rotated 180 degrees
Now I am the one doing the colour thing xd
I feel like this rotation is impossible
because for it to be symmetric after a 180, means that it should be in the middle vertically
No
and the fact that 90 degrees rotation = 270 rotation, means that it should be in the middle horizontally
What I see is a rotation in a different direction
First rotates to second one direction
Then goes back to the first by doing the opposite rotation
no
Then keeps that kind of rotation
first -> second -> third -> fourth -> first and so on
To get third
I know that
I’m saying what’s happening
First and third is the same position of the figure
And fourth is third + Same rotation from 2 to 3
So I still see the center of rotation in the middle square in all the secuencies
can you tell me what you mean by middle square?
because there are two above and two below
which one is middle
ahh, right
I represent each point of the 3x3 matrix by it's top left
so would it be the top left of the 2x2 or the middle of 2x2?
I’m trying to make something so u can see but I’m not sure I will be able cause I’m in the mobile in my bed but
gray is center of rotation
all of them are wrong
The center is the other one
“Also”
With the bottom right of the 2x2
Both: top left + bottom right
what do you mean
One sec, I think I will be able to show in a moment
My programming skills are not very good, I’m still trying xd
I can’t draw in mobile I am very bad with mobiles lol
Is that thing you showed me where u work?