document.write( "Question 356933: A box contains eleven balls, numbered 1,2,3….10,11,11. if 6 balls are drawn simultaneously at random, what is the probability that the sum of the numbers on the balls drawn is odd? \n" ); document.write( "
Algebra.Com's Answer #254897 by robertb(5830)![]() ![]() You can put this solution on YOUR website! Breaking down the possibilities: \n" ); document.write( "0 odd, 6 even = sum is even \n" ); document.write( "1 odd, 5 even = sum is odd \n" ); document.write( "2 odd, 4 even = sum is even \n" ); document.write( "3 odd, 3 even = sum is odd \n" ); document.write( "4 odd, 2 even = sum is even \n" ); document.write( "5 odd, 1 even = sum is odd \n" ); document.write( "6 odd, 0 even = sum is even \n" ); document.write( "We only need to consider the odd cases given above \n" ); document.write( "i) 1 odd, 5 even. The number of ways of selecting 1 odd and 5 even is \n" ); document.write( " \n" ); document.write( "ii)3 odd, 3 even. The number of ways of selecting 3 odd and 3 even is \n" ); document.write( " \n" ); document.write( "iii)5 odd, 1 even. The number of ways of selecting 5 odd and 1 even is \n" ); document.write( " \n" ); document.write( "Now the total number of ways of selecting 6 out of 11 balls is \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |