document.write( "Question 944426: Use Binomial Probabilities and find probability that for the certain number of trials 8 and probability of success in each trial 0.3 number of successes will be:
\n" );
document.write( " 1) Exactly 4
\n" );
document.write( "2) Less than 4
\n" );
document.write( "3) More than 4 for 8, 0.3, 4
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #575924 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use Binomial Probabilities and find probability that for the certain number of trials 8 and probability of success in each trial 0.3 number of successes will be: \n" ); document.write( "I use a TI-84 to get the following:: \n" ); document.write( " 1) Exactly 4 \n" ); document.write( "P(x = 4) = 8C4*0.3^4*0.7^4 = binompdf(8,0.3,4) = 0.1361 \n" ); document.write( "--------------------- \n" ); document.write( "2) Less than 4 \n" ); document.write( "P(0<= x <4) = binomcdf(8,0.3,3) = 0.8059 \n" ); document.write( "----------------------- \n" ); document.write( "3) More than 4 for 8, 0.3, 4 \n" ); document.write( "P(5<= x <=8) = 1 - binomcdf(8,0.3,4) = 0.0580 \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |