document.write( "Question 1121710: Nine marbles numbered from 1 to 9 are placed in a bag and three are drawn out at random without replacement. By first drawing a suitable tree diagram, find the probability that the sum of the numbers on the marbles is odd. \n" ); document.write( "
Algebra.Com's Answer #737792 by greenestamps(13203) You can put this solution on YOUR website! \n" ); document.write( "Let's see what a typed tree diagram looks like.... \r\n" ); document.write( "\r\n" ); document.write( " O 3 odds makes an ODD sum; probability (5/9)(4/8)(3/7) = 60/504\r\n" ); document.write( " /\r\n" ); document.write( " O - E 2 odds 1 even makes an EVEN sum; probability (5/9)(4/8)(4/7) = 80/504\r\n" ); document.write( " /\r\n" ); document.write( " O - E - O 2 odds 1 even makes an EVEN sum; probability (5/9)(4/8)(4/7) = 80/504\r\n" ); document.write( " \\r\n" ); document.write( " E 1 odd 2 evens makes an ODD sum; probability (5/9)(4/8)(3/7) = 60/504\r\n" ); document.write( "\r\n" ); document.write( " E 3 evens makes an EVEN sum; probability (4/9)(3/8)(2/7) = 24/504\r\n" ); document.write( " /\r\n" ); document.write( " E - O 2 evens 1 odd makes an ODD sum; probability (4/9)(3/8)(5/7) = 60/504\r\n" ); document.write( " /\r\n" ); document.write( " E - O - E 2 evens 1 odd makes an ODD sum; probability (4/9)(5/8)(3/7) = 60/504\r\n" ); document.write( " \\r\n" ); document.write( " O 1 even 2 odds makes an EVEN sum; probability (4/9)(5/8)(4/7) = 80/504 \n" ); document.write( "The probability of an odd sum is (60+60+60+60)/504 = 240/504 = 10/21 \n" ); document.write( "The probability of an even sum is (80+80+24+80)/504 = 264/504 = 11/21 \n" ); document.write( "Tree diagrams are useful in solving relatively simple probability problems; and they are a good aid in visualizing how the answer is obtained. But they become extremely awkward very quickly as the problem get more complicated. \n" ); document.write( "A much faster path to the answer is using basic combinatorics. \n" ); document.write( "To get an odd sum when drawing 3 of the 9 marbles, you have to choose either 3 of the 5 odd and 0 of the 4 even, or 1 of the 5 odd and 2 of the 4 even. The probability of doing that is \n" ); document.write( " \n" ); document.write( "To get an even sum when drawing 3 of the 9 marbles, you have to choose either 0 of the 5 odd and 3 of the 4 even, or 2 of the 5 odd and 1 of the 4 even. The probability of doing that is \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |