Answer:
The answer to this would be .8
Step-by-step explanation:
A tenth is only one figure, and due to the rule of "5 and above give it a shove; 4 and below let it go", this number would round to 0.8.
Answer:
Step-by-step explanation:
We can divide 3 out of all three given terms:
3(16x - 2 + y/3)
is one possibility. Where are the answer choices that you were given?
Note: 48x-6+3y/3 is an expression in x and y, but is not an equation. Is that what you intended?
Answer:
-1
Step-by-step explanation:
we would use the slope formula which is y2-y2/x2-x1
so 3-4/5-4= -1
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