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
The formula for exponential functions is:
y = ab^x
If it says 3×8 its like saying 8+8+8=21.
It's just a faster way of adding.
Anything multiplied by 0 is 0.
Anything multiplied by 10 just add a 0 to the end of the number example 10×2=20.
The slope and speed of Plane A is 375mph and slope and speed for Plane B is 425 mph... so Plane A travels the fastest
Answer: A) .1587
Step-by-step explanation:
Given : The amount of soda a dispensing machine pours into a 12-ounce can of soda follows a normal distribution with a mean of 12.30 ounces and a standard deviation of 0.20 ounce.
i.e.
and 
Let x denotes the amount of soda in any can.
Every can that has more than 12.50 ounces of soda poured into it must go through a special cleaning process before it can be sold.
Then, the probability that a randomly selected can will need to go through the mentioned process = probability that a randomly selected can has more than 12.50 ounces of soda poured into it =
![P(x>12.50)=1-P(x\leq12.50)\\\\=1-P(\dfrac{x-\mu}{\sigma}\leq\dfrac{12.50-12.30}{0.20})\\\\=1-P(z\leq1)\ \ [\because z=\dfrac{x-\mu}{\sigma}]\\\\=1-0.8413\ \ \ [\text{By z-table}]\\\\=0.1587](https://tex.z-dn.net/?f=P%28x%3E12.50%29%3D1-P%28x%5Cleq12.50%29%5C%5C%5C%5C%3D1-P%28%5Cdfrac%7Bx-%5Cmu%7D%7B%5Csigma%7D%5Cleq%5Cdfrac%7B12.50-12.30%7D%7B0.20%7D%29%5C%5C%5C%5C%3D1-P%28z%5Cleq1%29%5C%20%5C%20%5B%5Cbecause%20z%3D%5Cdfrac%7Bx-%5Cmu%7D%7B%5Csigma%7D%5D%5C%5C%5C%5C%3D1-0.8413%5C%20%5C%20%5C%20%5B%5Ctext%7BBy%20z-table%7D%5D%5C%5C%5C%5C%3D0.1587)
Hence, the required probability= A) 0.1587