document.write( "Question 609955: two dice are rolled. find the probability of the following events.
\n" );
document.write( "A. both numbers are 4
\n" );
document.write( "B. the first dice fives 3 and the second gives 5
\n" );
document.write( "C. there is one 5 and one 6
\n" );
document.write( "D. one number is even and one number is odd
\n" );
document.write( "E. the sum is equal to 7
\n" );
document.write( "F. the sum is equal to 11
\n" );
document.write( "G. the sum is 7 or 11
\n" );
document.write( "H. the sum is more than 6 but less than 10 \n" );
document.write( "
Algebra.Com's Answer #384042 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! two dice are rolled. find the probability of the following events. \n" ); document.write( "A. both numbers are 4::::(1/6)^2 = 1/36 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "B. the first dice fives 3 and the second gives 5 \n" ); document.write( "C. there is one 5 and one 6:: 2/36 = 1/18 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "D. one number is even and one number is odd:::(1/2)^2 = 1/4 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "E. the sum is equal to 7:::: 6/36 = 1/6 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "F. the sum is equal to 11::: 2/36 = 1/18 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "G. the sum is 7 or 11::: (6+2)/36 = 2/9 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "H. the sum is more than 6 but less than 10:::: (6+5+4)/36 = 15/36 = 5/12 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " \n" ); document.write( " |