Answer:
y=3
Step-by-step explanation:
it says that y is the inverse of x so if x=3 and y=8, so if x=8 than y must equal 3
The slope of <em>y</em> = 2<em>x</em> - 5 is 2. Parallel lines have the same slope, so the slope of the line through the given points <em>A</em> and <em>B</em> is also 2. This means
(8 - 4) / (6 - <em>n</em>) = 2
Solve for <em>n</em> :
4 / (6 - <em>n</em>) = 2
4/2 = 6 - <em>n</em>
2 = 6 - <em>n</em>
<em>n</em> = 6 - 2
<em>n</em> = 4
Answer:
Missing Number: 70,000,000
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