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: (a). 99 percent of the sample proportions results in a 99% confidence interval that includes the population proportion.
(b). 1 percent of the sample proportions results in a 99% confidence interval that does not include the population proportion.
Step-by-step explanation:
(a). 99 percent of the sample proportions results in a 99% confidence interval that includes the population proportion.
Explanation: If multiple samples were drawn from the same population and a 99% CI calculated for each sample, we would expect the population proportion to be found within 99% of these confidence intervals.
(b). 1 percent of the sample proportions results in a 99% confidence interval that does not include the population proportion.
Explanation: The 99% of the confidence intervals includes the population proportion value, it means, the remaining (100% – 99%) 1% of the intervals does not includes the population proportion.
If multiple samples were drawn from the same population and a 99% CI calculated for each sample, we would expect the population proportion to be found within 99% of these confidence intervals and 1 percent of the sample proportions results in a 99% confidence interval that does not include the population proportion.
14:12
21:18
28:24
That should be the answer
15/15 or 1 is your answer.
120 - 3/4y=60
lowest common multiple=4y
480y-3=240y
480y-240y=3
240y=3
y=3/240
y=1/80
Answer: y=1/80