Answer:
y = -4
Step-by-step explanation:
First, let's find the slope. Since the line is horizontal, it's slope has to be 0 (this is because slope = rise/run, there is no "rise" in a horizontal line therefore the slope is 0)
Now, we need to find the y-intercept. This is where the line intercepts the y-axis. Looking at the graph, the line intercepts the axis at (0,-4), therefore the y-intercept is -4.
The equation would be:
y=0x-4
y=-4
Answer:
y=(x+3)^2−6
Step-by-step explanation:
im not 100% but i think its right
Answer:
The answer would be 1,2,4,3
Step-by-step explanation:
I just took a quiz with this same question :)
Hello!
So, the slope is 2, which means "up 2 over 1" because of rise over run and 2 is 2/1.
You have to find the graph that as a line passing through (-2, -3), so the answer is going to be Graph D.
Hope this helps :))
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