document.write( "Question 1137809: Suppose a pair of fair dice is rolled once. Find the probability of rolling:\r
\n" );
document.write( "\n" );
document.write( "A sum of 8 or greater given that one of the dice is a 4\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #755709 by ikleyn(52781)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "The full space of events is the set of all pairs (i,j), where i and j are integer numbers from 1 to 6, inclusively.\r\n" ); document.write( "\r\n" ); document.write( "This space consists of 6*6 = 36 elements.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Of them, the outcomes where the sum is 8 or greater, are\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " sum 8 : (2,6), (3,5), (4,4), (5,3), (6,2) In all, 5 pairs.\r\n" ); document.write( "\r\n" ); document.write( " sum 9 : (3,6), (4,5), (5,4), (6,3) In all, 4 pairs.\r\n" ); document.write( "\r\n" ); document.write( " sum 10 : (4,6), (5,5), (6,4) In all, 3 pairs.\r\n" ); document.write( "\r\n" ); document.write( " sum 11 : (5,6), (6,5) In all, 2 pairs.\r\n" ); document.write( "\r\n" ); document.write( " sum 12 : (6,6) Only 1 pair.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Thus the number of events where the sum is 8 or greater is 5 + 4 + 3 + 2 + 1 = 15.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Of them, the number of pairs, where at least one component is 4, is equal to 5 : (4,4), (4,5), (5,4), (4,6) and (6,4).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Starting from this point, you can find the answer to the problem's question in two ways.\r\n" ); document.write( "\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "1-st way. \"Naive\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "The probability under the question is\r \n" ); document.write( "\n" ); document.write( "2-nd way - Formal\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( " The probability to have the sum >= 8 \r\n" ); document.write( "\r\n" ); document.write( " P1 = P( sum >= 8) =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |