document.write( "Question 710547: In a binomial situation, n=5 and π=.40\r
\n" );
document.write( "\n" );
document.write( "Determine the probabilities of the following events using the binomial formula. (Round your answers to 4 decimal places.)\r
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( " x = 1
\n" );
document.write( " x = 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #437125 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a binomial situation, n=5 and π=.40 \n" ); document.write( "Determine the probabilities of the following events using the binomial formula. (Round your answers to 4 decimal places.) \r \n" ); document.write( "\n" ); document.write( "P(x = 1) = 5C1(0.4)*(0.6)^4 = binompdf(5,0.4,1) = 0.2592 \n" ); document.write( "-------------------------------------------------------- \n" ); document.write( " \n" ); document.write( "P(x = 2) = 5C2(0.4)^2(0.6)^3 = binompdf(5,0.4,2) = 0.3456 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |