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:
4
Step-by-step explanation:
Answer:
Range of the function → {24, 375}
Step-by-step explanation:
Domain of the function f(x) = 3x³ is {2, 5}
we have to find the range when its domain is {2, 5}
Since x-values of any function define the domain and y-values define the range.
For x = 2,
f(2) = 3(2)³ = 24
For x = 5,
f(5) = 3(5)³ = 375
Therefore, range of the given function for the given domain will be {24, 375}.
Answer:
fruit cost less by the
Step-by-step explanation:
one pound of fruit cost 3.30 and peanuts cost 3.50 per pound
Answer:
You can make 27 different 3 digit numbers
Step-by-step explanation:
Since we can use 3 different numbers this means that each of the 3 digits can be one of the 3 numbers (4,2,9). This means that there are 3 different values for the first digit, 3 different values for the second digit, and 3 different values for the third digit, which mean that we can make 3 x 3 x 3 different 3 digit numbers (we took the number of possible values for each digit and multiplied them together.
3 x 3 x 3 = 27