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
~~~~~~~~~~~~~~~~~~~~



            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.


<pre>
(a)  Use the standard formula

         P(exactly 3 of 8) = {{{C[8]^3*0.3^3*(1-0.3)^(8-3)}}} = {{{56*0.3^3*0.7^5}}} = 0.2541  (rounded).    <U>ANSWER</U>


(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) = {{{sum(C[8]^k*0.3^k*(1-0.3)^(8-k), k=3,8)}}}.


         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).    <U>ANSWER</U>



(c)  P(more then 3 of 8) = P(at least 3 of 8) - P(exactly 3 0f 8) = the number from (b)  {{{highlight(MINUS)}}}  the number from (a) = 

                         = 0.44822 - 0.2541 = 0.19412 (rounded).    <U>ANSWER</U>
</pre>

Solved : &nbsp;&nbsp;all questions are answered &nbsp;(correctly).


---------------


If you want to see many similar &nbsp;(or different) &nbsp;solved problems, &nbsp;look into the lessons

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-problems-on-Binomial-distribution-manually.lesson>Simple and simplest probability problems on Binomial distribution</A> 

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Typical-binomial-distribution-probability-problems.lesson>Typical binomial distribution probability problems</A> 

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/How-to-calculate-binomial-probabilities-using-Technology.lesson>How to calculate Binomial probabilities with Technology (using MS Excel)</A> 

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-problems-on-Binomial-distribution-using-Technology.lesson>Solving problems on Binomial distribution with Technology (using MS Excel)</A> 

&nbsp;&nbsp;&nbsp;&nbsp;- <A HREF=https://www.algebra.com/algebra/homework/Probability-and-statistics/Solving-problems-on-Binom-distr-with-Technology-%28using-online-solver%29.lesson>Solving problems on Binomial distribution with Technology (using online solver)</A> 

in this site.


After reading these lessons, &nbsp;you will be able to solve such problems on your own, 

which is your &nbsp;PRIMARY &nbsp;MAJOR &nbsp;GOAL &nbsp;visiting this forum &nbsp;(I believe).