document.write( "Question 1113216: A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes in the n independent trials of the experiment.
\n" );
document.write( "n = 10, p = 0.25, x = less than or equal to 4.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #728204 by Boreal(15235) You can put this solution on YOUR website! want x=0,1,2,3,4 \n" ); document.write( "For 0, it is 0.75^10=0.0563 \n" ); document.write( "for 1, it is 10C1*0.75^9*0.25=10*0.01877=0.1877 \n" ); document.write( "for 2, it is 10C2*0.75^8*0.25^2=0.2816 \n" ); document.write( "for 3, it is 10C3*0.75^7*0.25^3=0.2503 \n" ); document.write( "for 4, it is 10C4*0.76^6*0.25^4=0.1460 \n" ); document.write( "0.9219 \n" ); document.write( " |