Answer:
<h3>
It's about 365 cm²</h3>
Step-by-step explanation:
2×πr² + 2πr×h =
= 2×π×4² + 2π×4×10.5 =
= 32π + 84π =
= 116π ≈
≈ 364.42 cm²
You number is 40 40 x 2= 80- 16 =64 your welcome :)
It has a surface area to volume ratio of 1:1
Answer:
D. x=4
Step-by-step explanation:
We can solve this with the Pythagorean Theorem for the right triangle that we can see (which is half of the triangle).
The bottom length is 3 and the hypotenuse is 5.
The Pythagorean Theorem is a²+b²=c².
We can plug this in:
3²+x²=5²
9+x²=25
x²=16
x=4
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