Even/Odd quesion

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 198
Joined: Fri Mar 09, 2007 8:40 pm
Thanked: 7 times

Even/Odd quesion

by kris610 » Sun Aug 02, 2009 3:48 pm
Given a and b are integers, is b even?

A)3a+4b is even
B)3a+5b is even

Seems pretty simple, but the answer given took me by surprise. Shall reveal the OA after ppl give it a shot.
Source: — Data Sufficiency |

Master | Next Rank: 500 Posts
Posts: 197
Joined: Sun May 18, 2008 2:47 am
Thanked: 12 times

by shahdevine » Sun Aug 02, 2009 5:53 pm
Given a and b are integers, is b even?

A)3a+4b is even
B)3a+5b is even



statement 1)

odd+odd=even and even+even=even

if 3a=odd then a=odd
if 4b=odd then b cannot be even or odd

if 3a=even then a=even
if 4b=even then b=even

b is even. sufficient

statement 2)

same logic applies here

if 3a=even then a=even
if 5b=even then b=even

if 3a=odd then a=odd
if 5b=odd then b=odd

b can be either even or odd. insufficient

A

pls confirm

Master | Next Rank: 500 Posts
Posts: 198
Joined: Fri Mar 09, 2007 8:40 pm
Thanked: 7 times

by kris610 » Sun Aug 02, 2009 6:04 pm
Shah,
No. Why would say A is sufficient.

All that the first statement tells you is that a must be sufficient.

whatever the value of b, odd or even, 4b is even.

3a+4b is even => 3a MUST be even => a must be even.

A is clearly INSUFFICIENT.

Will post the OA after a few more replies.

Master | Next Rank: 500 Posts
Posts: 103
Joined: Mon May 04, 2009 11:53 am
Thanked: 6 times

by navalpike » Sun Aug 02, 2009 7:58 pm
I’d go with C
1. 3a + 4b = Even
In this case, since 4 is even, it must be that
Even + Even = Even
“a” here must be even but “b” is unknown. Because it is being multiplied by 4, “b” is hidden.
2. 3a + 5b = Even
In this case, it can be both cases
Odd + Odd = Even
Even + Even = Even
Thus, using the same logic as S1, “b” is hidden.
When we combine, we can write them as following, using 2k and 2m as the even number
3a + 4b = 2k
3a + 5b = 2m
Adding the two, we get
6a + 9b = 2k+2m
The term 6a will be even, no matter what, thus the term 9b must be even as well, thus b must be even
C.

Legendary Member
Posts: 752
Joined: Sun May 17, 2009 11:04 pm
Location: Tokyo
Thanked: 81 times
GMAT Score:680

by tohellandback » Sun Aug 02, 2009 10:12 pm
IMO C

1)3a+4b is even
even +even=even
odd+odd =even

but since "4b" has 4, it is even and so is 3a. but b can be odd or even
not SUFF

2)3a+5b is even,
again, 5b can be even or odd. and so b can be even or odd.
NOT SUFF

combining, here is something you must notice. From 1, we know that 3a is even.
so in 2, 5b must be even
so b must be even
SUFF
hence C
The powers of two are bloody impolite!!

Legendary Member
Posts: 527
Joined: Thu May 01, 2008 12:06 am
Thanked: 7 times

by real2008 » Mon Aug 03, 2009 12:47 am
answer is C

Master | Next Rank: 500 Posts
Posts: 198
Joined: Fri Mar 09, 2007 8:40 pm
Thanked: 7 times

by kris610 » Mon Aug 03, 2009 3:00 am
Thanks. The OA was given as E, but am sure it is C.

Just wanted to make sure I did not miss anything.