probability: even xy

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 229
Joined: Tue Jan 13, 2009 6:56 am
Thanked: 8 times
GMAT Score:700

probability: even xy

by Uri » Mon Apr 27, 2009 6:16 am
if x is to be chosen at random from the set {1,2,3,4} and y is to be chosen at random from {5,6,7}, what is the probability that xy will be even?

source: GMAT OG- Quant Review
PS prob: 80

can you please explain where the mistake lies in the following logic?

xy will be even if either one of x or y is even or both are even.

probability of choosing even x and any y=1/2
probability of choosing even y and any x= 1/3
probability of choosing both x and y even= 1/6
probability of getting even xy= (1/2) + (1/3) + (1/6)= 1!!!

how would you approach the problem?
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 60
Joined: Thu Feb 26, 2009 12:50 pm
Location: Chicago
Thanked: 3 times

by rossmj » Mon Apr 27, 2009 6:47 am
You are double counting sets of numbers. The best way to approach this is to establish the total number of possibilities which in this case is 12 (3 options for 1, 3 options for 2, 3 options for 3, and 3 options for 4). Then look and see how many of these options result in an even number: 1 for 1,3 for 2,1 for 3,&3 for 4 =8. 8/12=2/3.

With your logic you are say 1/2 of the 12 will be even bc x is even, 1/3 of the 12 will be even bc y is even, and 1/6 of the 12 will be even bc x and y are even. If you add this up you indeed get 12 which would equal a probability of 1. But surely some of the 1/3 is contained in the 1/2 and all of the 1/6 are included in the 1/2 and 1/3.

Junior | Next Rank: 30 Posts
Posts: 19
Joined: Tue Jan 09, 2007 5:50 am
Thanked: 1 times

by g2000 » Mon Apr 27, 2009 9:28 am
My approach is slightly different.

P(xy is even) = 1 - P(xy is odd)

In order to get odd for xy, both x and y need to be odd.
P(x is odd) = 1/2
P(y is odd) = 2/3
P(xy is odd) = 1/2 * 2/3 = 1/3

P(xy is even) = 1 - P(xy is odd)
= 1 - 1/3
= 2/3

Senior | Next Rank: 100 Posts
Posts: 60
Joined: Thu Feb 26, 2009 12:50 pm
Location: Chicago
Thanked: 3 times

by rossmj » Mon Apr 27, 2009 9:35 am
Nice approach, and certaintly more effective for large sets and more applicable to Uri's original post.

Senior | Next Rank: 100 Posts
Posts: 62
Joined: Fri May 30, 2008 5:37 am

by vertigo05 » Tue Apr 28, 2009 12:06 am
what is wrong with this approach?

P(x is even)= 1/2
P(y is even) = 1/3

P(xy is even)=1/2*1/3 = 1/6

Junior | Next Rank: 30 Posts
Posts: 24
Joined: Sun May 04, 2008 12:18 pm
Thanked: 1 times

by target790 » Tue Apr 28, 2009 6:02 am
last approach is not wrong but incomplete.You are ignoring the case (odd*even=even).


S here we have 8 such total cases(even*even,even*odd)

so answer is 8/(4C1*3C1)=2/3