Answer:
Step-by-step explanation:
(x−a)(x−b)=x2−(a+b)x+ab
Now, this with the third bracket.
(x2−(a+b)x+ab)(x−c)=x3−(a+b+c)x2+(ac+bc+ab)x−abc
But there’s another way to do this, which is easier. Assume the given expression is equal to 0, then, we can form a cubic equation as
x3−(sum−of−roots)x2+(product−of−roots−taken−two−at−a−time)x−(product−of−roots) , which is essentially what we got above.
"Alia gets 4^2 fewer than Kelly, who gets 3^3."
So it's about a subtraction.
![\boxed{3^3-4^2}](https://tex.z-dn.net/?f=%5Cboxed%7B3%5E3-4%5E2%7D)
Hope this helps.
r3t40
The answer of the question is 140. hope i help you ;)
X = Can/Bottle height, y = Shadow length
x = 13 cm, y = 7.5 cm
x = 2.5 cm, y = 14.2 cm
I'm assuming your question is asking for an equation to model this. Since there are only two data points the only equation that can be made is linear
y = mx + c
m = (y2 - y1)/(x2 - x1) <- Let 14.2 be y2, and 2.5 be x2 (it is important)
m = (14.2 - 7.5)/(2.5 - 13)
m = 6.7/-10.5
m = -0.638
y = -0.638x + c
To find c we can sub any one of the two coordinates, i'm choosing (2.5,14.2)
14.2 = -0.638(2.5) + c
14.2 = -1.595 + c
14.2 + 1.595 = c
15.795 = c
So the final equation is y = -0.638x + 15.795