document.write( "Question 1157660: 78% of all commuters take the train into the city. If 12 works are selected at random what is the probability that less than 7 commute by train
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #780531 by Boreal(15235) You can put this solution on YOUR website! tedious to do by hand because need to compute several probabilities \n" ); document.write( "on calculator it is binomcdf (12,.78,6) for <7, 6 is the highest value. \n" ); document.write( "That probability is 0.0304\r \n" ); document.write( "\n" ); document.write( "This can be checked by looking at the probability of 6, 5, 4. \n" ); document.write( "for 6, it is 0.0236 (calc binompdf (12,.78,6) \n" ); document.write( "for 5, it is 0.0057 \n" ); document.write( "for 4 it is 0.0010 \n" ); document.write( " |