document.write( "Question 137557: three dice are rolled. what is the probablity of getting the sum of six? \n" ); document.write( "
Algebra.Com's Answer #100634 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! Posible cases are 6x6x6=216 \n" ); document.write( "and cases that sum 6 are: 114,123,132,141,213,222,231,312,321,411 \n" ); document.write( "so P(sum=6)=10/216=5/108 \n" ); document.write( " |