document.write( "Question 1163975: If the probability that I get a lift to work on any morning is 0.6 what is the probability that in a working week of five days I will get a lift only twice? \n" ); document.write( "
Algebra.Com's Answer #788238 by Edwin McCravy(20067)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "On your TI-84 calculator, press 2nd vars, scroll to binompdf( \r\n" );
document.write( "\r\n" );
document.write( "the number of trials is 5\r\n" );
document.write( "the value of p is 0.6\r\n" );
document.write( "the x value is 2 \r\n" );
document.write( "\r\n" );
document.write( "binompdf(5,0.6,2)\r\n" );
document.write( "\r\n" );
document.write( "Press enter.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );