document.write( "Question 663408: Say that a randomly chosen individual can identify the professor with probability 0.68. What is the probability that, of 6 chosen people, exactly 3 people recognize the professor? \n" ); document.write( "
Algebra.Com's Answer #412806 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Say that a randomly chosen individual can identify the professor with probability 0.68. What is the probability that, of 6 chosen people, exactly 3 people recognize the professor? \n" ); document.write( "------- \n" ); document.write( "Binomial Problem with n = 6 ; p(ident) = 0.68 \n" ); document.write( "------ \n" ); document.write( "P(x = 3) = 6C3*0.68^3*0.37^3 = binompdf(6,0.68,3) = 0.2061 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |