document.write( "Question 653249: If we roll two dice 180 times, how many times can we expect the dice to show a sum of five?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #408362 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If we roll two dice 180 times, how many times can we expect the dice to show a sum of five? \n" ); document.write( "----- \n" ); document.write( "Ways to get a \"5\": 1/4 ; 2/3 ; 3/2 ; 4/1 \n" ); document.write( "---- \n" ); document.write( "P(throw a 5) = 4/36 = 1/9 \n" ); document.write( "---- \n" ); document.write( "Expected number is 180 throws: (1/9)180 = 20 \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |