Answer:
x=2
Step-by-step explanation:
Answer:

Step-by-step explanation:

The picture in the attached figure
we know that
the area of the shaded region is equal to
(2/3)*[area of the circle - the area of the triangle]
step 1Find the area of a circle Ac
Ac = π r²
Ac = π (6)²
Ac = 113.10 units²
step 2find the area of the triangle At
The triangle is an equilateral triangle with angles on each corner equal to 60 degrees. Meanwhile,
the 3 angles at the center is 120 degrees each since a circle is 360 degree.
We know that the radius (line from centerpoint to corner) is equivalent to 6.
Using the cosine law,
we can calculate for the length of one side.
s² = 6^ + 6² – 2 (6) (6) cos 120
s² = 108
s = 10.4 units
Since this is an equilateral triangle, therefore, all sides are equal.
The area for this is:
At = (sqrt3 / 4) * s²
At = 46.77 units²
step 3the area of the shaded region=(2/3)*[area of the circle - the area of the triangle]
the area of the shaded region=(2/3)*[113.10-46.77]------> 44.22 units²
therefore
the answer isthe area of the shaded region is 44.22 units²
Answer:
7.5
Step-by-step explanation:
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