If a = 3bc, what is the value of c?

This topic has expert replies
Source: — Data Sufficiency |

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 » Thu Apr 14, 2016 3:41 am
I believe that the following reflects the intent of the problem:
If a = 3bc and abc≠0, what is the value of c?

(1) a = 10-b
(2) 3a = 4b
a = 3bc
(1/3)a = bc
(1/3)(a/b) = c
c = (1/3)(a/b).

To determine the value of c, we need to know the value of a/b.
Question stem, rephrased:
What is the value of a/b?

Statement 1: a = 10-b
If b=1, then a=9.
In this case, a/b = 9/1 = 9.
If b=2, then a=8.
In this case, a/b = 8/2 = 4.
Since a/b can be different values, INSUFFICIENT.

Statement 2: 3a = 4b
3(a/b) = 4
a/b = 4/3.
SUFFICIENT.

The correct answer is B.
Last edited by GMATGuruNY on Thu Apr 14, 2016 5:46 am, edited 1 time in total.
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

User avatar
Legendary Member
Posts: 2135
Joined: Mon Feb 03, 2014 9:26 am
Location: https://martymurraycoaching.com/
Thanked: 955 times
Followed by:140 members
GMAT Score:800

by MartyMurray » Thu Apr 14, 2016 3:57 am
vinhaha wrote:If a = 3bc, what is the value of c?

(1) a = 10 - b

(2) 3a = 4b
Here is the solution to the question as posted.

Statement 1:

You can plug in various numbers to see that c could have various values.

a = 9 b = 1: 9 = 3c c = 3

a = 5 b = 5: 5 = 15c c = 1/3

Insufficient.

Statement 2:

From this statement we know that a = 4/3b.

So if a = 3bc, then, if an and b are not 0, then 3c = 4/3, and we could find the value of c.

However, if a = b = 0, then 3a = 4b = 0, and a = 3bc = 0 for any value of c.

Insufficient.

Statements Combined:

If a = 10 - b, and 3a = 4b, then 3a = 30 - 3b and 4b = 30 - 3b.

So we could determine the values of a and b, neither of which is 0, and from there determine the value of c.

Sufficient.

The correct answer is C.
Marty Murray
Perfect Scoring Tutor With Over a Decade of Experience
MartyMurrayCoaching.com
Contact me at [email protected] for a free consultation.

Master | Next Rank: 500 Posts
Posts: 199
Joined: Sat Apr 26, 2014 10:53 am
Thanked: 16 times
Followed by:4 members
GMAT Score:780

by 800_or_bust » Thu Apr 14, 2016 5:26 am
vinhaha wrote:Hi all, can anyone help me with this question? I can figure out that (1) is insufficient, but i cannot proof (2). many thanks in advance!!

If a = 3bc, what is the value of c?

(1) a = 10-6
(2) 3a = 4b
Yeah, this is tough one. Condition (2) looks like it could be sufficient, but as the others pointed out, if a and b are both zero, both the original equation and the equation in condition (2) would be satisfied for any value of c. Therefore, (2) is not sufficient alone. But combined with (1), together the two statements are sufficient.
800 or bust!

Master | Next Rank: 500 Posts
Posts: 199
Joined: Sat Apr 26, 2014 10:53 am
Thanked: 16 times
Followed by:4 members
GMAT Score:780

by 800_or_bust » Thu Apr 14, 2016 5:33 am
If we were given any additional prompt to the effect that a is a nonzero number, or the product bc is nonzero, or the product abc is nonzero, then (2) alone would be sufficient, because it would only be satisfied in the case where c equals 4.

Note that you can tell the combination of (1) & (2) will be sufficient because (1) is basically another way of saying a is nonzero. If a = 4, then a cannot equal zero. So really (1) could have given us any number of new information that when combined with (2) would be sufficient. It could have said a < 0, or a is a positive integer, or a is a prime number. All of those would also be consistent with a being a nonzero number.
800 or bust!

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Fri Apr 15, 2016 1:21 pm
800_or_bust wrote:If we were given any additional prompt to the effect that a is a nonzero number, or the product bc is nonzero, or the product abc is nonzero, then (2) alone would be sufficient, because it would only be satisfied in the case where c equals 4.
It's probably easiest to see this with equations.

a = 3bc
3a = 4b

gives

a = 3bc
a = (4/3)b

gives

3bc = (4/3)b

gives

0 = (4/3)b - (3c)b

gives

0 = b * (4/3 - 3c)

So we have two solutions, b = 0 or (4/3 - 3c) = 0, that is, b = 0 or c = 4/9.