If 2a – b = 3c

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 418
Joined: Sun Jul 04, 2010 12:48 pm
Thanked: 6 times
Followed by:3 members

If 2a – b = 3c

by gmatdriller » Tue Nov 15, 2011 12:04 pm
If 2a - b = 3c, where a, b, and c are non-zero integers,
which of the following could be the average (arithmetic mean)
of a and b, if the average must itself be an integer?

(A)-2 (B)-1 (C)1 (D)10 (E)12

I tried PLUG-IN method but wasted time; could anyone suggest
how to arrive at the best set of numbers to substitute?

Algebra method is no issue.

Thanks.E
Source: — Problem Solving |

Legendary Member
Posts: 966
Joined: Sat Jan 02, 2010 8:06 am
Thanked: 230 times
Followed by:21 members

by shankar.ashwin » Tue Nov 15, 2011 12:22 pm
You want to find (a+b)/2

Given 2a-b = 3c

2a + 2b -3b = 3c (Adding and Subtracting 2b)

2(a+b) = 3(c+b)

Now, dividing by 4 (because we need (a+b)/2)

(a+b)/2 = 3/4 (c+B)

3/4 * (some number) = integer.

Only E satisfies

User avatar
Legendary Member
Posts: 1239
Joined: Tue Apr 26, 2011 6:25 am
Thanked: 233 times
Followed by:26 members
GMAT Score:680

by sam2304 » Tue Nov 15, 2011 12:23 pm
2a - b = 3c
2a + 2b - 2b - b = 3c
2(a+b) - 3b = 3c
2(a+b) = 3b + 3c
(a+b) = 3(b+c)/2
(a+b)/2 = 3(b + c)/4

So multiple of 4 would fit the average. Hence E.
Getting defeated is just a temporary notion, giving it up is what makes it permanent.
https://gmatandbeyond.blogspot.in/

User avatar
Community Manager
Posts: 1060
Joined: Fri May 13, 2011 6:46 am
Location: Utrecht, The Netherlands
Thanked: 318 times
Followed by:52 members

by neelgandham » Tue Nov 15, 2011 1:11 pm
gmatdriller wrote:If 2a - b = 3c, where a, b, and c are non-zero integers,
which of the following could be the average (arithmetic mean)
of a and b, if the average must itself be an integer?

(A)-2 (B)-1 (C)1 (D)10 (E)12

I tried PLUG-IN method but wasted time; could anyone suggest
how to arrive at the best set of numbers to substitute?

Thanks.E
2a - b = 3c
Implies b = 2a - 3c

(a+b)/2 = (2a-3c+a)/2 = (3a-3c)/2 = 3(a-c)/2 = 3*x . Only multiple of 3 in the options = 12 !
Anil Gandham
Welcome to BEATtheGMAT | Photography | Getting Started | BTG Community rules | MBA Watch
Check out GMAT Prep Now's online course at https://www.gmatprepnow.com/

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Tue Nov 15, 2011 2:25 pm
gmatdriller wrote:If 2a - b = 3c, where a, b, and c are non-zero integers,
which of the following could be the average (arithmetic mean)
of a and b, if the average must itself be an integer?

(A)-2 (B)-1 (C)1 (D)10 (E)12

I tried PLUG-IN method but wasted time; could anyone suggest
how to arrive at the best set of numbers to substitute?

Algebra method is no issue.

Thanks.E
Plug in an easy combination.
Let c=2.
Then 2a-b = 6.
Thus, it's possible that a=4 and b=2.
Average = (4+2)/2 = 3.

Any answer choice that is a multiple of 3 must be a possible average for a and b.
Only answer choice E is a multiple of 3.

The correct answer is E.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

Master | Next Rank: 500 Posts
Posts: 418
Joined: Sun Jul 04, 2010 12:48 pm
Thanked: 6 times
Followed by:3 members

by gmatdriller » Tue Nov 22, 2011 11:28 pm
I could imagine how easy it was after choosing the appropriate plug-in value.
Thanks all.