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
Just multiply the top number by the top number and the bottom numbers by the bottom numbers so
2/4 times 1/3=(2 times 1)/(4 times 3)=2/12
so to simplify, we find the ones exg 4/8=1/2 because 1/2 times 4/4=4/8 and 4/4 cancels out so
2/12=2/2 times 1/6
=1/6
Answer:
on the seventh day
Step-by-step explanation:
hope this helps
Answer:
$180
Step-by-step explanation:
25% ->0.25
144(0.25)=36
36+144=180
Using a calculator, the equation for the line of best fit where x represents the month and y represents the time is given by:
a. y = −1.74x + 46.6
<h3>How to find the equation of linear regression using a calculator?</h3>
To find the equation, we need to insert the points (x,y) in the calculator.
For this problem, the points (x,y) are given as follows, from the given table:
(1, 46), (2, 42), (3,40), (4, 41), (5, 38), (6,36).
Hence, inserting these points in the calculator, the equation for the line of best fit where x represents the month and y represents the time is given by:
a. y = −1.74x + 46.6
More can be learned about a line of best fit at brainly.com/question/22992800
#SPJ1