Answer:
21.2 square meters
Step-by-step explanation:
The area of a parallelogram is base • height.
So:
1. Calculate the area of what you can get for $50. 5 • 212 = 1060 square meters.
2. Now you divide the first price ($50) by the desired price ($1). This one is easy because 50 / 1 = 50, but I'm putting this here for future reference in case you need to solve a problem that has a desired price that's greater than $1.
3. Divide the answer to step one by the answer to step two to get the area you can have painted for $1. 1060 / 50 = 21.2 square meters.
Answer:
See explanation below
Step-by-step explanation:
Here, a director of manufacturing must convince management that a proposed manufacturing method reduces costs before the new method can be implemented. The current production method operates with a mean cost of $220 per hour.
a) The alternative and null hypotheses would be:
H0: μ ≥ 220
Ha: μ < 220
b) Comment on the conclusion when H0 cannot be rejected:
When we fail to reject the null hypothesis H0, there is not enough evidence to conclude that the mean cost can be reduced from $220. Therefore the manager's proposed method cannot be implemented.
c) Comment on the conclusion when H0 can be rejected:
When the null hypothesis, H0 is rejected, there is enough evidence to conclude that the mean cost can be reduced from from $220. Therefore the manager's proposed method can be implemented.
Answer:
- 2
Step-by-step explanation:
The question is - 5 + - 4 + 7
You do addition first.
-4 + 7 = 3
So now we have - 5 + 3
-5 + 3 = - 2
6.83 as a mixed number is:
6 83/100
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