document.write( "Question 218189: Five balls are numbered with the integers 1 through 5 and placed in a jar. Three are drawn without replacement. What is the probability that the sum of the three integers on the balls is odd? Express your answer as a common fraction. \n" ); document.write( "
Algebra.Com's Answer #164338 by Theo(13342)![]() ![]() You can put this solution on YOUR website! integers 1 through 5 \n" ); document.write( "sum of 3 numbers is odd if: \n" ); document.write( "2 are even and 1 is odd \n" ); document.write( "3 are odd \n" ); document.write( "no other combination will work. \n" ); document.write( "3 even gives even \n" ); document.write( "2 odd and 1 even gives even \n" ); document.write( "----- \n" ); document.write( "there are 3 odds in there (1,3,5) \n" ); document.write( "there are 2 evens in there (2,4) \n" ); document.write( "----- \n" ); document.write( "PROBABILITY OF GETTING 2 EVENS AND 1 ODD \n" ); document.write( "----- \n" ); document.write( "probability of getting 2 evens and 1 odd are: \n" ); document.write( "2/5 * 1/4 * 3/3 \n" ); document.write( "----- \n" ); document.write( "you can get this in 3 ways. \n" ); document.write( "they would be: \n" ); document.write( "first draw is odd, second draw is odd, third draw is even. \n" ); document.write( "first draw is odd, second draw is even, third draw is odd. \n" ); document.write( "first draw is even, second draw is odd, third draw is odd. \n" ); document.write( "----- \n" ); document.write( "the probability of each one of these occurrences is the same. \n" ); document.write( "it is 2/5 * 1/4 * 3/3 = .1 \n" ); document.write( "----- \n" ); document.write( "the total probability for getting 2 even and 1 odd is 3 * .1 = .3 \n" ); document.write( "----- \n" ); document.write( "PROBABILITY OF GETTING 3 ODDS \n" ); document.write( "----- \n" ); document.write( "The probability for getting 3 odds are: \n" ); document.write( "3/5 * 2/4 * 1/3 \n" ); document.write( "----- \n" ); document.write( "you can get this in 1 way. \n" ); document.write( "----- \n" ); document.write( "the total probability for getting 3 odds = .1 \n" ); document.write( "----- \n" ); document.write( "PROBABILITY OF GETTING 3 ODDS OR 2 EVENS AND 1 ODD \n" ); document.write( "----- \n" ); document.write( "This equals .3 + .1 = .4 \n" ); document.write( "----- \n" ); document.write( "You have a 40% probability of getting an odd number sum for 3 numbers drawn out of the numbers 1,2,3,4,5 \n" ); document.write( "----- \n" ); document.write( " \n" ); document.write( " |