Answer:
There is not enough information to tell the answer to this problem.
Step-by-step explanation:
sorry
V1=(T1/T2)*V2
In this problem, since you are given no actual numbers, the only thing you can do is multiply V2 over to get V1 alone. Since you can't cancel anything out, you are left with the answer above.
To get the solution we are looking for we need to point out what we know.
1. We assume that 55 is 100% because its the output value of the task.
2. We assume that the x is the value we are looking for.
3. If 100% = 55 so we can write it down as 100%=55
4. We know that x% = 44 of the output value so we can write it as x%=44.
5. Now we have two simple equations: 1) 100%=55 2) x%=44 where left sides of both of them have the same units and both right sides have the same units so we can do something like that 100%/x%=55/44.
6. Now we just have to solve the simple equation and we will get the answer.
7. Solution for 44 is what percent of 55 100%/x%=55/44 (100/x)*x=(55/44)*x we multiply both sides of the equation by x 100= 1.25*x we divide both sides of the equation by (1.25) to get x 100/1.25=x 80=x now we have: 44 is 80% of 55!
Quick answer = 44 is 80% of 55
Hope this helps! ;D
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