The awnser would be -11. A minus and a minus creates a plus so it adds up to -11
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
Answer:
(y1-y2)/(x1-x2)
Step-by-step explanation:
if you have two points from the graph then you can use them to find the slope, for example:
(2,3) and (0,5)
you would take the first point and put it in a fraction (and the second point) but the x goes on the bottom and the y goes on the top:
3/2 and 5/0
Next you put them together minusing one of the equations, but make sure that the two coordinates line up (it doesn't matter which one, in the order):
3-5/2-0
Then you solve:
-2/2
-1
which means that -1 is the slope for this
(the "/" is a fraction bar, in case you didn't already know that)