document.write( "Question 824125: In the United States, 40% of the population have brown eyes.
\n" );
document.write( "If 17 people are randomly selected,
\n" );
document.write( "find the probability that exactly 4 of them will have brown eyes.
\n" );
document.write( "Your answer should be rounded to four decimal places. \n" );
document.write( "
Algebra.Com's Answer #496110 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In the United States, 40% of the population have brown eyes. \n" ); document.write( "If 17 people are randomly selected,find the probability that \n" ); document.write( "exactly 4 of them will have brown eyes. \n" ); document.write( "Your answer should be rounded to four decimal places. \n" ); document.write( "--------- \n" ); document.write( "Binomial Problem with n = 17 and p(brown) = 0.4 \n" ); document.write( "----- \n" ); document.write( "P(x = 4) = 17C4(0.4)^4*0.6^13 = binompdf(17,0.4,4) = 0.0796 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |