document.write( "Question 1120141: Ten balls numbered 1 to 10 are in a jar. Jack reaches into the jar and randomly removes one of the balls. Then Jill reaches into the jar and randomly removes a different ball. What is the probability that the sum of the two numbers on the balls removed is even? \n" ); document.write( "
Algebra.Com's Answer #735807 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The wording of the problem implies the ball Jack selects is not replaced before Jill selects a ball.

\n" ); document.write( "The sum is even if both balls selected are even, or if both are odd.

\n" ); document.write( "P(even, even) = (5/10)(4/9) = 20/90 = 2/9
\n" ); document.write( "P(odd, odd) = (5/10)(4/9) = 20/90 = 2/9

\n" ); document.write( "The probability that the sum is even is 2/9+2/9 = 4/9.

\n" ); document.write( "Note we can easily confirm this answer by verifying that the probability of an odd sum is 5/9. This also gives us practice in performing these kinds of probability calculations.

\n" ); document.write( "The sum is odd if the first is even and the second is odd, or vice versa.

\n" ); document.write( "P(even, odd) = (5/10)(5/9) = 25/90
\n" ); document.write( "P(odd, even) = (5/10)(5/9) = 25/90
\n" ); document.write( "P(odd sum) = 25/90+25/90 = 50/90 = 5/9

\n" ); document.write( "The calculations above were made in such a way that we are considering Jack selecting a ball and then Jill selecting a ball as consecutive events.

\n" ); document.write( "We can also calculate probabilities of this kind viewing the problem as having the two of them select the balls at the same time. Being able to solve the problem by this method is useful, because in more complicated problems one or the other of the methods might be far easier than the other.

\n" ); document.write( "Together they are selecting 2 of the 10 balls; the number of ways they can do that is \"10 choose 2\":
\n" ); document.write( "C(10,2) = (10*9)/2 = 45.

\n" ); document.write( "To get an even sum they have to choose either 2 of the 5 even balls and 0 of the 5 odd balls, or 2 of the 5 odd balls and 0 of the even balls:
\n" ); document.write( "C(5,2)*C(5,0)+C(5,2)*C(5,0) = 10*1+10*1 = 20.

\n" ); document.write( "To get an odd sum they have to choose 1 of the 5 even balls and one of the 5 odd balls:
\n" ); document.write( "C(5,1)*C(5,1) = 5*5 = 25.

\n" ); document.write( "Then the probability of getting an even sum is 20/45 = 4/9; the probability of getting an odd sum is 25/45 = 5/9.
\n" ); document.write( "
\n" );