Answer:
a = 2, b = -9, c = 3
Step-by-step explanation:
Replacing x, y values of the points in the equation y = a*x^2 + b*x +c give the following:
(-1,14)
14 = a*(-1)^2 + b*(-1) + c
(2,-7)
-7 = a*2^2 + b*2 + c
(5, 8)
8 = a*5^2 + b*5 + c
Rearranging:
a - b + c = 14
4*a + 2*b + c = -7
25*a + 5*b + c = 8
This is a linear system of equations with 3 equations and 3 unknows. In matrix notation the system is A*x = b whith:
A =
1 -1 1
4 2 1
25 5 1
x =
a
b
c
b =
14
-7
8
Solving A*x = b gives x = Inv(A)*b, where Inv(A) is the inverse matrix of A. From calculation software (I used Excel) you get:
inv(A) =
0.055555556 -0.111111111 0.055555556
-0.388888889 0.444444444 -0.055555556
0.555555556 0.555555556 -0.111111111
inv(A)*b
2
-9
3
So, a = 2, b = -9, c = 3
Answer: the x intercept is (45,0) and the y intercept is (0,5/3)
Step-by-step explanation:
please see photo attached
Step-by-step explanation:
Amelia got 56% of 75 so
(56/100)*75=(56*75)/100=4200/100=42
Hayden got 8/15 of 75 so
(8/15)*75=(8*75)/15=600/15=40
and Sophie that got 43 out of 75
so we see that Sophie got the highest points.
The sum formula for a geometric sequaence is:
sum(n) = a1(1-r^n)/1-r
Where n is the number of terms, a1 is the first term and r is the common ratio:
s(8) = 3(1-1/2^8) / (1-1/2)
s(8) = 3(1-1/256) / 1/2
s(8) = 2 253/256 / 1/2
s(8) = 765/128
The answer is C.