document.write( "Question 721249: According to an Internet posting, 80% of adults enjoy drinking beer. A group of 7 adults is chosen randomly. The probability that no more than 3 of them enjoy drinking beer is: \n" ); document.write( "
| Algebra.Com's Answer #442280 by stanbon(75887)      You can put this solution on YOUR website! According to an Internet posting, 80% of adults enjoy drinking beer. A group of 7 adults is chosen randomly. The probability that no more than 3 of them enjoy drinking beer is: \n" ); document.write( "-------------- \n" ); document.write( "Binomial Problem with n = 7 ; p(drink)= 0.8 \n" ); document.write( "----- \n" ); document.write( "P(0<= x <=3) = binomcdf(7,0.8,3) = 0.0333 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |