document.write( "Question 1180125: Two dice are tossed 288 times. How many times would you expect to get a sum of 4? \n" ); document.write( "
Algebra.Com's Answer #809729 by mananth(16946)![]() ![]() You can put this solution on YOUR website! when two dice are rolled there are 36 possibilities \n" ); document.write( "getting a sum of 4 (1,3),(2,2) (3,1)\r \n" ); document.write( "\n" ); document.write( "p(A) = 3/36 =1/12\r \n" ); document.write( "\n" ); document.write( "it is rolled 288 times\r \n" ); document.write( "\n" ); document.write( "Number of times you can expect = 1/12 * 288 = 24 \n" ); document.write( " |