SOLUTION: find the indicated probabilities. about 30% of U.S. adults are trying to lose weight. you randomly select eight U.S. adults. find the probability that the number of U.S. adults who
Algebra ->
Statistics
-> Binomial-probability
-> SOLUTION: find the indicated probabilities. about 30% of U.S. adults are trying to lose weight. you randomly select eight U.S. adults. find the probability that the number of U.S. adults who
Log On
Question 1195775: find the indicated probabilities. about 30% of U.S. adults are trying to lose weight. you randomly select eight U.S. adults. find the probability that the number of U.S. adults who say they are trying to lose weight is (a) exactly three, (b) at least three, and (c) more than three Found 2 solutions by Boreal, ikleyn:Answer by Boreal(15235) (Show Source):
You can put this solution on YOUR website! This is binomial because n is fixed, assume constant probability and independence of random samples.
a. 8C3*0.3^3*0.7^5=0.2541
b. look at 0,1,2
for 0 it is 0.7^8=0.0576
for 1 it I 8*0.3*0.7^7=0.1977
for 2 it is 28*0.3^2*0.7^6=0.2965
The sum of those is 0.5088
so at least 3 is everything else or 1-0.5088 or 0.4912 .
c. More than 3 is 0.4912-0.2541, which is exactly 3=0.2371
You can put this solution on YOUR website! .
find the indicated probabilities. about 30% of U.S. adults are trying to lose weight.
you randomly select eight U.S. adults. find the probability that the number of U.S. adults
who say they are trying to lose weight is
(a) exactly three,
(b) at least three, and
(c) more than three
~~~~~~~~~~~~~~~~~~~~
Tutor @Boreal misread the problem and gave incorrect answers.
So I came to bring a correct solution.
It is a typical binomial distribution probability problem.
(a) Use the standard formula
P(exactly 3 of 8) = = = 0.2541 (rounded). ANSWER
(b) The standard formula is
P(at least 3 of 8) = P(3) + P(4) + P(5) + P(6) + P(7) + P(8) =
= P(n=8; k>=3; p=0.3) = .
To facilitate my calculations, I used online calculator at this site https://stattrek.com/online-calculator/binomial.aspx
It provides nice instructions and a convenient input and output for all relevant options/cases.
The resulting number is P = 0.44822 (rounded). ANSWER
(c) P(more then 3 of 8) = P(at least 3 of 8) - P(exactly 3 0f 8) = the number from (b) the number from (a) =
= 0.44822 - 0.2541 = 0.19412 (rounded). ANSWER