document.write( "Question 947500: A brand name has a 40% recognition rate. Assume the owner of the brand wants to verify that rate by beginning with a small sample of 4 randomly selected consumers.
\n" );
document.write( "What is the probability that exactly 3 of the 4 consumers recognize the brand name is
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #578210 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A brand name has a 40% recognition rate. Assume the owner of the brand wants to verify that rate by beginning with a small sample of 4 randomly selected consumers. \n" ); document.write( "What is the probability that exactly 3 of the 4 consumers recognize the brand name \n" ); document.write( "-------------- \n" ); document.write( "Binomial Problem with n = 4 and p(recognize) = 0.4 \n" ); document.write( "--- \n" ); document.write( "P(x = 3) = 4C3*0.4^3*0.6 = binompdf(4,0.4,3) = 0.1536 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " \n" ); document.write( " |