Answer:
Maria is 10, Floyd is 8, and Karen is 5.
Step-by-step explanation:
Having said that Maria's age was the smallest two-digit number, that's ten. (10). If Floyd is 2 years younger then 10-2=8. Karen is 3 years younger, so she would be 8-3=5.
Answer:
300
Step-by-step explanation:
hundreds tens ones
2 9 9
We look at the tens
It is 5 or higher so we round up the hundreds place
2 becomes 3
300
Answer:
La mediana es 79 la moda es 87 la media 87 y él rango es 26
Step-by-step explanation:
Espero te ayude ;)
Answer:
90% CI expects to capture u 90% of time
(a) This means 0.9 * 1000 = 900 intervals will capture u
(b) Here we treat CI as binomial random variable, having probability 0.9 for success
n = 1000
p = 0.9
For this case, applying normal approximation to binomial, we get:
mean = n*p= 900
variance = n*p*(1-p) = 90
std dev = 9.4868
We want to Find : P(890 <= X <= 910) = P( 889.5 < X < 910.5) (integer continuity correction)
We convert to standard normal form, Z ~ N(0,1) by z1 = (x1 - u )/s
so z1 = (889.5 - 900 )/9.4868 = -1.11
so z2 = (910.5 - 900 )/9.4868 = 1.11
P( 889.5 < X < 910.5) = P(z1 < Z < z2) = P( Z < 1.11) - P(Z < -1.11)
= 0.8665 - 0.1335
= 0.733