document.write( "Question 320192: In a group of 100 batteries, 30 are dead.
\n" );
document.write( "Use your calculator to find the probability that if you pick 20 batteries, more than 2 will be dead. \n" );
document.write( "
Algebra.Com's Answer #229361 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a group of 100 batteries, 30 are dead. \n" ); document.write( "Use your calculator to find the probability that if you pick 20 batteries, more than 2 will be dead. \n" ); document.write( "--- \n" ); document.write( "P(a single battery is dead) = 0.3 \n" ); document.write( "------ \n" ); document.write( "P(3<= x <=30) = 1 - P(0<= x <=2) = 1 - binomcdf(20,0.3,2) = 0.9645 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |