document.write( "Question 824375: in a binomial situation n=4 and p=0.25 determine the probabilities of the following events using the binomial formula
\n" );
document.write( "a. x=2
\n" );
document.write( "b. x=3 \n" );
document.write( "
Algebra.Com's Answer #496492 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! in a binomial situation n=4 and p=0.25 determine the probabilities of the following events using the binomial formula \n" ); document.write( "a. P(x=2) = 4C2*(0.25)^2(0.75)^2 = binompdf(4,0.25,2) = 0.2109 \n" ); document.write( "------------------ \n" ); document.write( "b. P(x=3) = 4C3*(0.25)^3(0.75) = binompdf(4,0.25,3) = 0.0469 \n" ); document.write( "------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |