document.write( "Question 1035226: A binomial experiment has 4 trials in which p = 0.4. What is the probability of 3 successes?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #649874 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A binomial experiment has 4 trials in which p = 0.4. \n" ); document.write( "What is the probability of 3 successes? \n" ); document.write( "P(x = 3) = 4C3*(0.4)^3*0.6 = binompdf(4,0.4,3) = 0.1536 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |