document.write( "Question 1080551: A pair of dice are rolled 20 times. What is the probability that:\r
\n" );
document.write( "\n" );
document.write( "A sum of seven is rolled at least 3 times?
\n" );
document.write( "What is the expected number of sums of seven for 20 rolls? \n" );
document.write( "
Algebra.Com's Answer #694684 by Edwin McCravy(20063) You can put this solution on YOUR website! \r\n" ); document.write( "There are 6 way to get a 7\r\n" ); document.write( "1+6,2+5,3+4,4+3,5+2,6+1\r\n" ); document.write( "\r\n" ); document.write( "There are 36 ways the dice can come up.\r\n" ); document.write( "P(7) = 1/6\r\n" ); document.write( "\r\n" ); document.write( "On your TI-83 or 84 with the menu at 2ND VARS\r\n" ); document.write( "\r\n" ); document.write( "1 - binomcdf(20,1/6,2)\r\n" ); document.write( "\r\n" ); document.write( "0.6713409285\r\n" ); document.write( "\r\n" ); document.write( "--------\r\n" ); document.write( "\r\n" ); document.write( "Expected number = np = 20(1/6) = 20/6 = \n" ); document.write( " \n" ); document.write( " |