#help-0
1 messages · Page 704 of 1
there are essentially 5 problems here all unconnected to one another, which one would you like to have explained in detail?
oh so just perform the reverse operations on the result
idk maybe the second pls
okay
like for example
@alpine sable if you have a question of your own then please ask it in another channel. this one's occupied at the moment.
anyway
i think Ann will explain
what we have here is that a mysterious number went into the "subtract 3" box
then what came out of that went into the "divide by 4" box
and out came the number 6
so let's consider that second box. the "divide by 4" box.
if the number 6 came out of it, what number went in?
i.e. what number divided by 4 gives 6?
@dim vector
sorry
24?
are you asking me? or are you just not sure about your own answer?
that is correct. the number that went into the "divide by 4" box is indeed 24.
now, the number 24 came out of the "subtract 3" box.
so what number went into that?
what number, when you subtract 3 from it, gives 24?
hmm 24-3?, 21?
that's better.
when you said 21 earlier, you treated 24 as going into the -3 box rather than out of it as it actually does.
do you understand the ideas behind what we've done here?
sorry
...i wasn't expecting an apology here.
you're here to get help and you are getting help, part of which is pointing out the mistakes you make
I understood bc of your explanation
ty :)
I'm clumsy sometimes in math
do you want me to take you through any of the other four problems or do you want to attempt them on your own?
I would like to try it with the explanation you gave me, I hope it works out
ok
tysm
how did they get 60V for v2?
the 20kohm and 5kohm simplify to 1 4kohm
oh wait
fuck
nvm
idk if i can write here, I am having a hard time doing the last exercise
7x5=35
and...
yes
so what goes into the ×7 box is the number 5
so if the number 5 came out of the +7 box, what went into it?
what number, when added to 7, gives 5?
ohhhhhh, -2
What does this mean
tan-1gamma
wait no that makes no sense
maybe its just 4
There should be an angle after tan right?
Nog a number
Not*
its arctan
so it takes a number and returns the angle
in this case i think its just 4 (for some reason)
And that can also be written like this?
I could do it! thanks to you, tysm
was looking for ```cpp
xCoord += flySpeed * sin(PI * 2 * lrRot / 360);
yCoord += flySpeed * cos(PI * 2 * (180 + lrRot) / 360);
nope
thats not how it works
its not to the power of -1
its arctan
Okk
I'll google the arctan
i've drawn the points on a graph, how can i find the point to minimize it?
write out the thing to be minimized
i.e. the sum of the squared distances from (a,b) to (-7,4), (6,-9), (7,0) and (-2,5)
expand and simplify
if you do everything correctly, you will find that you'll have the sum of two quadratic polynomials, one in a, one in b
can someone help me with newtons third law of motion?
If lets say ball hits another ball how can I calculate the force and the direction of the ball that gets hit?
that sounds like a collision problem to me
I am not sure how its called but if you say so
sorry to bother but is this the right way?
(7+a)^2 + (6-a)^2 + (7-a)^2 + (-2-a)^2 + (the b part)
it is momentum and collision, found the formula thanks man
seems ok to me at a glance
alright i got 3a^2 + 6a + 4b^2 + 211
I'm looking at the source code for Valve's Source engine and there's a function that "normalizes" a vector but I don't understand how it manages to do it
It outputs a decimal by taking the vector's square magnitude/length and multiplies it by its inverse square root
Does anyone know anything about that?
alright i got this already thanks
Bit confused om this one, om supposed to prove the trigonometrical identities
What did i do wrong?
that second line is mega sus
well how did you get from $\frac{1 - \cos(2x)}{\tan(x)}$ to $\frac{1^2 - \cos^2(2x)}{\tan^2(x)}$?
Ann
I just squared top and bottom
okay there are two things wrong with that
(a) you didn't even do what you claimed correctly: $(1 - \cos(2x))^2$ is not the same as $1^2 - \cos^2(2x)$
Ann
(b) and more importantly, squaring the num and denom of a fraction changes its value!
surely you wouldn't insist that 2/3 = 4/9?
do what?
Wait, do you think my idea atleast is on the correct path?
no
as i said, your very first step is nonsensical
everything that follows is trash
anyone can give me a hint on how to solve this?
consider the inclusion-exclusion principle for two sets
and that the union of A and B is implied to be contained in the universe (xi)
i do not understand 
do you know what i'm talking about when i say "the inclusion-exclusion principle for two sets"?
im googling it
$n(A) + n(B) = n(A \cup B) + n(A \cap B)$
Ann
here it is stated in a 'symmetric' form which you might find useful
oh never seen this before
bruh

i got it now
14 and 50 :)
anyone mind telling me what topic or principle this lies in
perms and combs / combinatorics
A.
power
B.
exponential
C.
neither because she needs a correlation coefficient of 1
D.
it doesn't matter, both correlation coefficients are close enough to 1```
Is this A?
Since the correlation coefficient is closer to 1?
@alpine sable channel busy please move
B
- this question has been moved
- even if it wasn't, don't give out answers.
- especially don't give out wrong answers
chill
Berta’s teacher, Ms. Rose Harper tells her class that when sixty consecutive odd integers are added together, their sum is 4800 and asks the class to determine the largest of the sixty integers. Help Berta get the answer!
what have you tried?
x+x+2+x+4+x+6...
...all the way to x+118 :P
while this isn't exactly invalid per se, you must keep in mind that if you write the sum out this way, x denotes the smallest and not the largest of your integers
x denoted the start of the 60 consecutive integers +2 +4 +6 is the continuation idk what to do next
for lack of confusion let's stick with your choice of x.
it's nothing fatal, just a tiny bit more work at the end
anyway
you have sixty numbers being added, so once you collect all the x terms together you'll have 60x.
of course, you'll also have a constant added to the 60x, but we'll get to that in a moment.
do you understand what i've said so far?
Yes
so now the constant
it's equal to 2 + 4 + 6 + 8 + ... + 118
or 2(1 + 2 + 3 + 4 + ... + 59)
yes
do you know how to find the sum of the first n natural numbers?
n(n+1)/2?
great, so you are familiar with that formula
why not apply it here, to find the sum of the natural numbers from 1 to 59?
i started drawing dots and line thanks tho :)
k one sec
i got the answer 1770
,calc 59 * 60
Result:
3540
okay, you did just the sum
yes
you're gonna have to multiply it by 2 anyway
i did 59*60/2
so what you have here, after this arithmetic we've gone through, is 60x + 3540 = 4800
yes
are you able to continue from here?
@vale wigeon can I ask how you got 118 here
59*2
sorry for ping
oh ok
is that $x \to -1$?
Ann
yep
so i take it you've verified that direct substitution gives you 0/0
well yes, but my tutor said theyre all gonna be 0/0 so i can practice
trust but verify
anyway, yes, a reasonable way to go from here would be to multiply the numerator and denominator by (2x - sqrt(x+5))
i would factor it
and given that you already know it gives 0 when x=-1 is substituted into it, you get one factor for free
from which the factorization of x^2 - x - 2 as (x+1)(x-2) is not hard to recover
yea i wanted to do it like that but my tutor said i should do the quadratic formula more but it takes me a while
and also i don’t understand how u can write -x as a difference 😵💫
your tutor held you at gunpoint to use the quadratic formula?
did your tutor forbid you from using shortcuts in reasoning of the kind that i just presented?
but i asked him abt doing it like this and he said i should use the quadratic formula more
if your goal's to practice the quadratic formula, there are better ways of doing that imo
hmm no but i don’t understand how u went to that
its rly not bc ive done it a thousand of times
given that you already know it [i.e. x^2 - x - 2] gives 0 when x=-1 is substituted into it, you get one factor for free
the factor is, of course, (x+1)
😵💫
we already know that -1 is a root of x^2 - x - 2
mhm
uhm
it comes up a lot in algebra
sorry im kinda confused bc ive been taught all of this in greek and now im having a hard time
:x
you know how, say, if you know that a quadratic polynomial has roots 11 and 7, then you can definitely write it as (some constant) * (x-11)(x-7)?
yup
so you must know what i'm talking about
how the presence of (x-11) in the factorization gives you 11 as a root
OH yes
@vale wigeon thank u now i remembered what i would do to factor quadratics!! i literally forget things if i dont do them on a regular basis</3
can i see the entire problem
sorry abt the handwriting
oh this is still that problem
well, you know that the numerator still produces 0 if you plug in x=-1
so (x+1) is a factor that you get for free
what a good deal
and once that factor is canceled, I believe the limit can be directly evaluated
First of all, is it clear to you that you can easily get the length of the two semicircles that the string traces?
semicircles?
are you sure they're semicircles?
the string will consist of two circluar arcs and two straight-line segments which are each tangent to both circles.
Hmm, right
it might be good to mark those points of contact on your diagram, and draw some radii, and maybe connect the centers of your two circles
I dont think they are semi circles
they are not semicircles.
mb
Makes sense if they are tangents it forms 90 deg
anyway, as i said, you'll need a diagram
can someone how to solve
start by getting rid of the radical
Square both sides
the goal is to get it into quadratic form and then factor
so it'll be
Now just solve this
x^^2-6x-9=0 ?
yeah how
+9
oh yeah +9
now you can factor the quadratic
You can use , midle term split, quadretic formula
how should i use them ?
isnt the quadratic formula ax^^2+bx+c=0 ?
oh nvm it isnt
sorry
yea but what abt da other one
i need to learn how to write on texit tbh
another way would be to split the middle term like learn4math mentioned
yes
wait sorry i forgot this is used
ask yourself what two numbers add up to the coefficient of the middle term and also multiply to the constant
is it better to use it ?
i would rather use it in this case since it'd be much quicker
I don't get it
cole
the coefficient of the middle term is -6
and the 9 is the constant
-3 + -3
correct
huh
@vale wigeon omg i solved it idk if its correct i got -3/4
oh yeah it is
tysm tho!
you could indeed recognize that
Yes, with multiplicity 2.
wdym with that
In mathematics, the multiplicity of a member of a multiset is the number of times it appears in the multiset. For example, the number of times a given polynomial has a root at a given point is the multiplicity of that root.
The notion of multiplicity is important to be able to count correctly without specifying exceptions (for example, double r...
Because (x-3)^2 is (x - 3)(x - 3), the root has a multiplicity of 2.
oh you mean it's written two times

if it's (x-3)(x-4) it doesnt have a multiplicity of 2 ?
No, it has two roots (3 and 4) of multiplicity 1.
you mean the times it appears in the multiset ?
it means x appeared 3 times while multiplying ?
oh ok
I'm sorry i'm not that great at maths
Well, not exactly, because sometimes you can't factor it into linear terms.
(x-3)(x-4) : both 3 and 4 have multiplicity 1
(x-3)²(x-4) : 3 has multiplicity 2, 4 has multiplicity 1
yeah i get it know
is this advanced level maths ?
don't u call that a double zero
I wouldn't know. It might be a colloquial term.
"Root of multiplicity 2" essentially just means double zero.
In full generality, whenever you can uniquely factor an expression into a product of simpler terms, the multiplicity of a given factor is just its power in that unique decomposition
There's a slight technicality when only dealing with real numbers, because you can't write x²+1=(x-a)(x-b) without resorting to complex numbers
So a given polynomial isn't necessarily equal to α(x-a)(x-b)...(x-z) if you stay in the reals
A.
power
B.
exponential
C.
neither because she needs a correlation coefficient of 1
D.
it doesn't matter, both correlation coefficients are close enough to 1```
Is this A?
Since the correlation coefficient is closer to 1?
This chat is clearly already in use...
Sorry
No all you really need is correlation coefficient to be “high enough”
Where high enough depends on context
And certaninly both have very high, so which one to use shouldn’t depend on the very small difference in correlation coefficient
Oh, so D?
Si
Ah okay, and that's cause they're both high and close, right?
Well bigger doesn’t always mean better (can even be worse)
Oh? How so?
For example overfitting
If I have 10 points I could make a function that pass through all 10
By simply using a degree 10 polynomial
This is probably not a good idea tho
Oh, okay.
Thanks!
@noble sinew
A. True
B. False``` Is this False cause stem-and-leaf diagrams don't use classes or groups while histograms and frequency tables do?
feels like a trick question you're asking me
Feels like an overly vague question.
Feels like I don't know the answer to the question.
simp, look above

Pythagorean theorem
do you know what the Pythagorean theorem is
cant he use the cosine law here
how would they use the cosine law
ik all
genuinely asking because idk
The opposite side (let's call it c) is given by:
c^2 = a^2 + b^2 - 2abcos(x)
The Pythagorean theorem is a special case of this rule for x = pi / 2.
It's... given.
i see
You plug stuff into the formula and find c.
Which is the side.
you can use the Pythagorean theorem though, right?
i can
No, because the angle isn't pi / 2.
Like I said, the Pythagorean theorem is a special case of the cosine law, and this special case doesn't apply here.
So is this true or false?
I checked and they all group data into classes
why dont u just find a tutor wherever you live
well this server seems to be pretty helpful if you don't have a tutor tbh
yes this server is amazing
yep
it helped me a lot
Below are an AP Physics class test scores.
88, 92, 66, 74, 90, 80, 83, 85, 76, 74, 52, 65, 68, 70
Find the mean and standard deviation to the nearest tenth. What percent of the scores differ by more than 1 standard deviation?```
Is this data set a sample or population?
I believe it depends on the deviation.
Well I need to know if it is a sample or population in order to get the standard deviation
If it is the entire classes' test scores then it should be population. right?
The difference between a sample and a population is that a population is representative, while the sample is not.
Right?
I thought the population was the whole and a sample was just a small, well... sample.
how many people are enrolled in the class?
is it sensible to consider this data set of 14 points as comprising the entire class?
It doesn't say
Yeah if it is the entire class then it should be population, and if not then sample, right?
yes
Ok, thank you
The quesiton is confusing though, right?
Since it doesn't specify if it is the entire class or not
How do I find this?
Well, you have 7 distinct letters.
If you had 8 distinct letters, then it would just be 8!
But since you can swap the E's and get the same arrangement, half of the arrangements are duplicates.
So you divide by two.
8!/2! ?
'k duplicates' is a little ambiguous
it could mean 'k letters all indistinguishable from one another' or 'k pairs of doubled letters'
the more general rule is: for every distinct letter that appears, divide by the factorial of the number of its appearances.
for those that appear only once, the division by 1! = 1 may be omitted.
What i'm doing wrong? If i use the chain rule i get the right answer but if i use the chain rule + the power rule+ chain rule i get the wrong answer, if i use one or another i must have the same answer, but i'm getting different answers
$e^{\sqrt{x}}$ is not $(e^x)^{1/2}$
Ann
السلام عليكم ورحمة الله وبركاته
Peace and blessings be upon you
How can this question be solved:
e^2x - 3e^x - 4 = 0
assuming that's supposed to be e^(2x),
you have a quadratic in e^x
I feel like a moron. Subtract cost from price means price - cost or the other way around?
if you're uncomfortable working with that
consider doing a substitution and let u=e^x
I see now
Thankyou
subtracting cost from price is price - cost
are price and cost not the same thing though?
Just use an analogy for example and think how you would subtract 5 from 10
I think he means original cost
You shouldnt brother
I don't get it can someone explain ?
and @upper pebble how did you learn math like that
math like what
i wouldn't say i'm great at math but i've taken interest in it
$W = \frac{1}{2}CV^{2}$
cole
so the problem is asking you to isolate C on one side
yeah that's it i think
first, how do you move V^2 to the other side?
it's being multiplied by 1/2C. what's the opposite of multiplication?
?2c/1
uh
no
ok
what's the opposite of multiplication
division
yes
I still don't get it fully
so you can divide both sides by V^2
so
to get rid of V^2 on the right hand side
wrong positions on the left side
my bad
W divided by V^2 = ?
nope V^2 divided by w
you're dividing both sides by V^2, so it would be W/V^2
yep
$\frac{W}{V^2} = \frac{1}{2}C$
cole
how do you get rid of the 1/2 on the right side?
multiply W and V^2 by 2 ?
yes
lets gooo
wait
mhm
if it's W/V does it mean W is on top and V is on the bottom ?
so we have $\frac{2W}{V^2} = C$
cole
you're welcome
do you have any recommendation that i can do to practice my math skills ?
i'm grade 10 going to grade 11
i recommend a website/app called Khan Academy. it's completely free. i think it's even available in Arabic if you prefer that
unfortunately i am not
Does anyone know how to make a scatterplot of correlations in r?
yeah i have an account there but idk which course to pick
maybe just look through them from the beginning, find something you're unfamiliar with, and go from there
or maybe find topics related to whatever math you learn in 11th grade
Why this is wrong ?
Sure thanks ;3
no problem
@vale wigeonRight, so 8!/2! would work here, right?
Why doesn't 8 permute 2 work?
8P2 = 8!/6!
no, should be (8!)/((3!)*(2!))
Wait, why?
Permutation of 3 clarinetists should be removed (I dont know how to express this)
add all sides of the sides of the triangle and make it equal the perimeter
then solve for x
This question seems a bit ambigious, right?
Wdym
so
perimeter = 82
perimeter is the sum of the lengths of the sides of the triangle
(2x + 3) + 2(3x + 4) + 3(2x - 9) = 82
solve for x and then substitute the value of x into each equation to determine the length of each side
How do I find x doe
blocked for posting one question on more than one channel
(2x + 3) + 2(3x + 4) + 3(2x - 9) = 82
82=x?
do you know how to solve that equation for x?
No that’s why I’m asking
This pre-algebra video tutorial explains the process of solving two step equations with fractions and variables on both sides. It also explains how to solve 2-step equations with parentheses and decimals. This video contains plenty of examples and practice problems.
My Website: https://www.video-tutor.net
Patreon: https://www.patreon.com/Ma...
I really dont know how to help u with that if u dont know how to solve for x
you can watch the video above
Yeah, honestly take your time with that, knowing how to manipulate equations like that comes up everywhere
I cant really teach how to solve for x in a discord text channel
do you have no idea how to solve for x? or do you know how to solve for x but just not that equation
then I don't think I can help you.
If this is from school then you should know how to solve for x. The teacher wouldnt give a question that absolutely requires how to solve for x without teaching it
welp
if its not urgent you can alsways teach yourself from youtube videos
@lapis stump do you know what the distributive property and "like terms" are?
Yea
eh i wrote an explanation but you should probably properly learn how to do that
This is getting confusing
I havent done a question like this in a while
but im pretty sure
when the sides are all the same from b to c
anbd the triangles contain eachother
there is a pattern
like
I dont remember what it is exactly tho
Hello guys. Does anybody have a good explanation as to why unit vectors are so special?
Like why is having a magnitude of 1 so special
First of all 1 is nice
Second of all, whenever you multiply things by 1 the calculations look a whole lot simpler
@shell heron 1 := neutral element of multiplication
What does ":=" mean?
"defined as"
And a lot of times, what happens with unit vectors is readily generalized for vectors of any other length, you just have to do multiplication. So then it's just a matter of arbitrarily choosing a single length to work on ; 1 makes things the cleanest
Yea, especially when dealing with linear transformations
I suppose it is 12 because the triangle is divided into 4 lines + the base (5 in total), so if AC (the base) is 20, the upper one is 16, then 12, then 8, then 4. This is because 20/5 = 4 soou reduce by 4 but Im not sure
Thank you
correct
tysm
Suppose p, q, and r are real number such that:
q = p(4-p), r = q(4-q), p = r(4-r). The maximum possible value of p+q+r is..?
So I tried finding the maximum value by seeing them as functions, in that case they are quadratics. As they all have a '-a' value, they have a maximum. The maximum of p(4-p) would be 4.
Why is it that the answer is not 12?
What am I missing?
basic algebra question here
I´m trying to solve it
Its long but not hard
I think I got it
If is just real numbers, the max of p+q+r I found was 8.512177879
I can´t assure you that it is correct
oops sorry i didnt know there was a question already here
dont worry
hmm, it was a multiple choice question and all the answer choices were integers, 9 was one of them
oh very true
no
you're dividing by 1/6. this is not the same as dividing by 6.
6 will get multiplies
yes
2.4 / 6 ≠ 2.4 / (1/6)
right
y - 1 = 14 - 4y
how did they get that answer in the video?
Not an easy task
to find the value of theta they had to find the arcus tangens of 8/6
yea
thats the 2nd function of tan on the calculator
idk I'm learning with videos on youtube rn
$\tan^{-1}$
Herels
A certain computer hard disk drive is rated to withstand an acceleration of 100g without damage. Assuming the drive de- celerates through a distance of 2 mm when it hits the ground, from how high can you drop the drive without ruining it?
I need help with this problem. The answers say that it is 0.2 meters, but I keep getting 0.202 meters
u press the 2nd function button and then the tangens button
Specifically, I am assuming that it can also drop the 2 mm along.
just look at your calculator, you will find it
You can use inbulit worlfram, but i have no idea how to use
hi can someone help me to solve this statistic problem pls 😦 thank you
wrong picutre... this is the one actually
ok I found it tysm
thank you!
thankyou
A swimming race is to be 3 lengths of the pool but each length must be with a different stroke. If you can swim five different strokes, how many possible ways can you swim the 3 lengths?
this is a permutation question. my answer is: 5 x 4 x 3 = 60 possible ways
does this look correct? thanks for anyone responding
Find the centre of the circle that passes
through the points A(7, 4), B(4, 5),
and C(0, 3).
im not sure with this one
that is correct
find a locus for the first two then a locus for another two
@solar pebble thank you!
is there anyone who could answer this :((( thank you alot
What formula do I need to use to find this?
number of favourable outcomes divided by number of total outcomes
Anyone know this?
all the options are wrong tho so that is interesting
try to think of a counterexample for each
O
3 of them won't have counterexamples, which makes them true
one of them will, so it's your answer
A is a true statement, yes
the "proof" of this one uses the fact a triangle can't have 0 length sides
do you see how that's useful?
is it possible for the altitude to be 10 (or more)?
if i had 5/9 divided by -10/3, is it 5/9 x 10/3, or 5/9 x -10/3
like do u keep or drop the negative in a reciprocal
what length of the base would do this?
the second one, you never just drop negatives
alright thats what i thought
Greater than 10
also its 5/9 x -3/10
mind drawing the triangle and labeling the altitude, i think you are confused what it is
Bunny?
my internet is too slow to load images, someone that can check if that's right?
yes I am sure
ok but i only have 3 numbers
oh yea
looks fine
How many meals can be created if you have 3 appetizers, 5 entrees, and 2 desserts to choose from?
A.
60
B.
84
C.
30
D.
720
``` Is this question ambigious?
@noble sinew
why would it be?
Like can you have 3 appetizers
and anyway why you just speeding through questions
when I just told you none of the answers were correct
Cause it's not the first time..
My school is shit and the practice sheets they give us are all trash
So I just send an email
And then don't get a response
For like 1 month
you can only have 1 appetizer, 1 entree and 1 dessert
anyway the answer to the one before is actually 1/15
What's the math behind it so that I can include it in the email?
sorry my internet awful
the altatide being 10 means the base would have to be 0
|3-2| is |1| which is 1 right
no not at all my messages take like 30 seconds to send lol
Oh
10^6 simulation and closed formula here:
So b is right?
but if you get this you should understand why
python best language
not for stats no
Just in general
negative

Bunny mind telling me the answer and then solve backwards so I can figure it out?
Or no
U not allowed to do that
b is always true, which means it's the wrong answer
yeah im sorry ur gonna have to get someone else, i can't help with this lag
O Oke
Lmao can u help me?
shitnet?
I know the feeling
sup?
A.
200
B.
184,756
C.
2,000
D.
96,712
``` This is `20 choose 10 = 184,756`, right?
si
I think the median is 140\
That’s the postion
and doesnt lower quartile mean the bottom 25% of the spread
next time pls ask on one question channel @obtuse flint
👍👍
Hi! Can I ask a question?
Can anyone help me with a math problem? Is about mathematical analysis, specifically about Taylor serie
guys, i have [x(x-5)]²-2[x(x-5)] so what else can i do on that
simplify the brackets
The problem is:
a) find the development in Taylor serie of f(x)=5 χ² e^-3x
in power of x
So I did the derivative first, f’(x) and f’’(x)
how
one is at power of 2
also, nice pfp and nick bro
so [x(x-5)]^2 = [x^2 - 5x]^2 = x^4 - 5x^2 right?
thats the first term
the second: 2[x(x-5)] = 2[x^2 - 5x] = 2x^2 - 10x
(x-5)^2 should be x^2 - 10x + 25
why
because theres a second degree equation
look
x(x-5)^2 - 2(x(x-5)-25) - 24
i could say that x-5 is y
wait
x(x-5) = y
so y^2 - 2x -24
the roots of that are 12 and -2 i guess
Elon Musk is the best human being alive. I pray to Elon Musk 5 times a day. @shell heron
ur gonna make me blush stop
HAHA
but contiuing, in order to that, it should be equal to 0
idk how to do that tho
thats where im stuck
because it doesnt say that its equal to 0
ok
y^2 - 2x - 24 = 0
but its not 0
what is it then
well
idk what i should do LOL
i want to solve it, but its not an equation, right? so i guess its impossible
also, you said lets do big brain stuff, so here you go
i just got this meme
looool
well, i think we can just simplify it
if something outside of something inside of parenthesis denotes multiplication, then why is f*g(x) not equal to f(g(x))?
you mean (fg)(x)?
well f(g(x)) = fᵒg(x) right?
(fg)(x) is different of (f o g)(x)
Mosh
oh wait g of x is not the same as g * x only in this scenario because we're talking about functions
right
🤦♂️
yes
if it said g was a number and x was a number then it would be
g(x) is a function g w/ variable x
ahhh, ty!!
so, i need help again
im stuck in [5(x-5)]^2-2[x(x-5)]-24
i need to factorize that
what have you tried?
well, actually i need to factorize that
but i made it like that
Mosh
yes
does that look like something simpler you could factorize?
maybe doing a substitution would help see it
$[x(x-5)]^2-2[x(x-5)]-24
Im gonna suggest not doing that
oh
i tried
i substituted x(x-5) by y
ok, and what did you get?
quadratic
yes, you should be able to factor a quadratic easily
so it is (y+4)(y-6)
Mosh
noww my mind is buggy
it's just 2 more quadratics to factor
you factored $y^2-2y-24$ perfectly fine... what's stopping you from doing the same process 2 more times?
Mosh
undoing the sub
x(x-5) = y right
yes
thats where i got stuck
$(x^2-5x)^2-2(x^2-5x)-24 \ y=x^2-5x\implies y^2-2y-24 \ = (y+4)(y-6) \ = (x^2-5x+4)(x^2-5x-6)$
Mosh
Yep, and those are both quadratics which can be factored
yep
so yes, x²-5x = y
so
(y+4)(y-6)
just substitute y by x
lmfao
i understand now
just undo the sub, yes
you still have the remaining quadratics to deal with
hmmm ok
so can i factorize x²-5x+4
hmmmm
wait
thats another quadratic expression
wtf
and the roots are 4 and 1
WTF
and x²-5x-6 is -6 and 1
ok
but how can i solve that
shall i get a z to substitute that?
or i don't need to
can i ask somebody a question
sure
is anyone here good at cubic functions? i need help with a problem
Just ask your question.
@glass lichen i finally got it, it was easier than i thought hahah
Is soemone avaible to help me here
How exactly do we use Gaussian elimination in the real world? It looks like row echelon form is kind of useless (since you need to perform back substitution) compared to reduced row echelon form?
what do you mean by real world tho ?
I'm assuming applications
"All constants have an exponent of 0" Shouldn't it be that they all have an exponent of 1? If something has an exponent of 1 then it is itself, but 5^0 = 1, which isn't the same as 5^1 = 5
you are right, where did you see that "all constants have an exponent of 0" ?
My book says "All constants have a x^0"
I'm not even entirely sure what they mean by that, it's in regards to defining whether or not a function is even or odd
maybe they wanted to say that we can calculate, for all constants, x^0, except 0
ohhh, i think they mean that all constants are raised to the power of x which is raised to the power of zero, essentially making that number equal to x^1, but they say y^x^0 instead of y^1 because x^0 is even..?
I'm not sure if that's right though
i'm having a stroke while reading this
does this help? 😅
that's the only way what they're saying makes sense to me
unless what i am saying is also wrong
in which case i have no clue what the book is trying to tell me
WAIT
a constant * x^0
thats what they meant
like in the function, f(x) = 4x^3 + 7
the 7 is being multiplied with x^0
oh so you're using the power that the x is being raised to, not the actual number itself, like in that last function i said, if we recognized 7 as being raised to the power of 1, then the function would be odd
dont think like this, it's easier than you think
but in fact, the function is neither odd nor even, because f(x) = 4x^3 + 7 is equal to f(x) = 4x^3 + 7*x^0, and since there's an even and odd exponent, it's neither
LOL got it 😅
a number (except 0) raised to the power of 0 is 1
that's all you need to remember i guess
,iamnot studying
Removed the studying! role from you.
in the graph f(x) = |x|, why is the graph even and not odd since x has an exponent of 1 and 1 is odd?
the definition of an odd function is f(-x)=-f(x) for all x, the absolute value function doesn't have that property.
its even because f(-x)=f(x) for all x
ohhhh
yeah the even odd power trick only works for x^n, cant be used on anything else
ahh ok
🙂
ty! 😄
how is this graph being reflected across the x axis??
i dont see a second version of it literally across the x-axis...it's just one graph
Jake has two different bags of candy. In one he has 12 red and blue candies, and in the other bag he has 22 green and orange candies. If he eats two, one after the other, out of each bag, how many ways can he eat the candies?
Here is did 12 choose 2 and then 22 choose 2 then multiplied the two results to get the answer. Is this correct? And if it is correct why do we multiple the two answers and not add them?
what?
x^2 is even, so a reflection of the graph on the y axis will be perfectly overlayed
what have you tried?
ik i need to derivate the function but i cant
ok well have you done the implicit differenatiation?
what is that?
so no
check your notes on implicit
or related rates, as that's a similar concept, just the application side of implicit
idk what that is I am french

