document.write( "Question 350994: An ordinary (fair) die is a cube with the numbers through on the sides (represented by painted spots). Imagine that such a die is rolled twice in succession and that the face values of the two rolls are added together. This sum is recorded as the outcome of a single trial of a random experiment.\r
\n" );
document.write( "\n" );
document.write( "Compute the probability of each of the following events: \r
\n" );
document.write( "\n" );
document.write( "Event : The sum is greater than 9 .
\n" );
document.write( "Event : The sum is not divisible by 2 and not divisible by 3 . \n" );
document.write( "
Algebra.Com's Answer #250894 by edjones(8007) You can put this solution on YOUR website! Sum>9: \n" ); document.write( ". \n" ); document.write( "num: prob \n" ); document.write( "10 : 3/36 \n" ); document.write( "11 : 2/36 \n" ); document.write( "12 : 1/36 \n" ); document.write( "----------add \n" ); document.write( "===>6/36=1/6 probability \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |