Answer: The 95% confidence interval is approximately (55.57, 58.43)
======================================================
Explanation:
At 95% confidence, the z critical value is about z = 1.960 which you find using a table or a calculator.
The sample size is n = 17
The sample mean is xbar = 57
The population standard deviation is sigma = 3
The lower bound of the confidence interval is
L = xbar - z*sigma/sqrt(n)
L = 57 - 1.960*3/sqrt(17)
L = 55.5738905247863
L = 55.57
The upper bound is
U = xbar + z*sigma/sqrt(n)
U = 57 + 1.960*3/sqrt(17)
U = 58.4261094752137
U = 58.43
Therefore the confidence interval (L, U) turns into (55.57, 58.43) which is approximate.
Answer:
$8.87 per pound
Step-by-step explanation:
A minor league plays 101 games,
They win 14 more than twice as many as they lost.
How many wins and loses?
Okay, simple.
First, write a simple addition equation. In this case wins = w and losses = l.
l + w = 101.
Now, we have to figure out a way to make one of the terms the same term as the other, in this case we can change the terms of w to l.
l = l
w = 2l +14 (14 more than twice the amount)
Okay. So plug in the new amount for w.
l + 2l + 14 = 101. Great! we now have a simple equation. lets solve.
put similar terms together.
3l + 14 = 101
3l = 87
l = 29
So, we have 29 loses, and
w = 2(29) + 14
72 wins!
To check,
72 + 29 = 101, correct!
Hope this helps!