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)\"\" \"About 
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 = \"3%261%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "[It will never be \"3%261%2F3\" times, but if you rolled\r\n" );
document.write( "20 times ecery day for a year, and averaged up the number \r\n" );
document.write( "of 5's each day for the whole year it would be about \"3%261%2F3\".\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );