document.write( "Question 248207: Ten percent of adults say oatmeal raisin is their favorite cookie. You randomly select 12 adults and ask each to name his or her favorite cookie. Find the probability that the number who say oatmeal raisin is their favorite cookie is
\n" ); document.write( "a. Exactly four
\n" ); document.write( "b. At least four
\n" ); document.write( "c. Less than four
\n" ); document.write( "

Algebra.Com's Answer #180897 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Ten percent of adults say oatmeal raisin is their favorite cookie. You randomly select 12 adults and ask each to name his or her favorite cookie.
\n" ); document.write( "---
\n" ); document.write( "Binomial: n=12 ; p=0.10 ; x varies
\n" ); document.write( "---
\n" ); document.write( "Find the probability that the number who say oatmeal raisin is their favorite cookie is
\n" ); document.write( "a. Exactly four
\n" ); document.write( "P(x=4) = 12C4(0.10)^4(0.90)^8 = 0.0213
\n" ); document.write( "------
\n" ); document.write( "b. At least four
\n" ); document.write( "P(4 <= x <= 12) = 1 - binomcdf(12,0.1,3) = 0.0256
\n" ); document.write( "---------------------
\n" ); document.write( "c. Less than four
\n" ); document.write( "P(0 <= x <= 3) = 0.9744
\n" ); document.write( "===========================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );