Answer: 0.0023
Step-by-step explanation:
Let X be the binomial variable that represents the number of receipts will show that the above three food items were ordered.
probability of success p = 32% = 0.32
Sample size : n= 10
Binomial probability function :
Now, the probability that eight receipts will show that the above three food items were ordered :

hence, the required probability = 0.0023
Answer:
207.24 inch^2
Step-by-step explanation:
A=2*3.14*9+2.3.14*3*8
=56.52+150.72
=207.24 square inches
Answer:
49
Step-by-step explanation:
No she is not correct because we dont have only one angle angle G is 90.
So we can easily find the angle D
180-(90+41) =49
Answer:
g(t) = 10000(0.938)^t
Step-by-step explanation:
Given data:
car worth is $10,000 in 2012
car worth is $8000 in 2014
let linear function is given as
P(t) = at + b
which denote the value of car in year t
take t =0 for year 2012
at t =0, 10,000 = 0 + b
we get b = 10,000
take t =2 for year 2014
at t =2, P(2) = 2a + b
8800 = 2a + 10,000
a = - 600
Thus the price of car at year t after 2012 is given as p(t) = -600t + 10000
let the exponential function
where t denote t = 0 at 2012
putting t = 0 P(0) = 10,000 we get 10,000 = ab^0
a = 10,000
putting t = 2 p = 8800


b = 0.938
g(t) = 10000(0.938)^t
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