document.write( "Question 893449: Two number cubes are rolled for two separate events:\r
\n" );
document.write( "\n" );
document.write( " All of the combinations of numbers on both cubes that give a sum less than 10.
\n" );
document.write( " All combinations of numbers on both cubes that give a sum that is a multiple of 3.\r
\n" );
document.write( "\n" );
document.write( "a)List the members of the sample space for event A.
\n" );
document.write( "b)List the sample space for event B. \n" );
document.write( "
Algebra.Com's Answer #541289 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! A : Sums less than 10. \n" ); document.write( "1,1 1,2 1,3 1,4 1,5 1,6 \n" ); document.write( "2,1 2,2 2,3 2,4 2,5 2,6 \n" ); document.write( "3,1 3,2 3,3 3,4 3,5 3,6 \n" ); document.write( "4,1 4,2 4,3 4,4 4,5 \n" ); document.write( "5,1 5,2 5,3 5,4 \n" ); document.write( "6,1 6,2 6,3 \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "B : Sum is a multiple of 3 \n" ); document.write( "1,2 1,5 \n" ); document.write( "2,1 2,4 \n" ); document.write( "3,3 3,6 \n" ); document.write( "4,2 4,5 \n" ); document.write( "5,1 5,4 \n" ); document.write( "6,3 6,6\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |