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
For this case we have that the commutative property establishes that the order of the factors does not alter the product. Example:

Then we have the following options illustrate the property:

It is necessary to emphasize that option b illustrates the associative property and in option c equality is not fulfilled
Answer:
Option A, D, E, F
Given:
Temperature in the morning = 6°F.
By the late afternoon, the temperature had dropped 9°F.
To find:
The temperature by the late afternoon.
Solution:
Temperature by the late afternoon = Morning temperature - Dropped temperature
Using the given values and the above formula, we get
Temperature by the late afternoon = 6°F - 9°F
Temperature by the late afternoon = -3°F
Therefore, the temperature by the late afternoon is -3°F.
Answer:
an = -3·2^(n-1)
Step-by-step explanation:
The first term is a1 = -3.
The common ratio is r = -6/-3 = 2.
The given formula tells you the formula for this sequence is ...
an = -3·2^(n-1)