Last visit was: 15 Dec 2024, 11:40 It is currently 15 Dec 2024, 11:40
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
avatar
jabronyo
Joined: 11 May 2013
Last visit: 15 Apr 2014
Posts: 7
Own Kudos:
80
 []
Posts: 7
Kudos: 80
 []
7
Kudos
Add Kudos
41
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 15 Dec 2024
Posts: 97,886
Own Kudos:
686,142
 []
Given Kudos: 88,273
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,886
Kudos: 686,142
 []
13
Kudos
Add Kudos
15
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 15 Dec 2024
Posts: 97,886
Own Kudos:
686,142
 []
Given Kudos: 88,273
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,886
Kudos: 686,142
 []
4
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
General Discussion
avatar
jabronyo
Joined: 11 May 2013
Last visit: 15 Apr 2014
Posts: 7
Own Kudos:
80
 []
Posts: 7
Kudos: 80
 []
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Thanks Bunnuel.

My answer was B.

Using the original question, I solved for a:

5a = 9b
a=9b/5

Then I substituted a into statement 2:

6cb = 10a
6cb = 10(9b/5)
6c = 90/5
30c = 90
c = 3

Once I have c , I calculated for a and b:

5a = 15(3)
a = 45/5
a = 9

9b = 15(3)
b = 5

a+b+c = 17
avatar
ramannanda9
Joined: 15 May 2013
Last visit: 22 Apr 2015
Posts: 110
Own Kudos:
Given Kudos: 34
Status:Persevering
Location: India
Concentration: Technology, Leadership
GMAT Date: 08-02-2013
GPA: 3.7
WE:Consulting (Consulting)
Posts: 110
Kudos: 246
Kudos
Add Kudos
Bookmarks
Bookmark this Post
OA is E; As correctly pointed out by bunuel

You cannot simply reduce an expression ab=bc does not imply that a=c, as it is perfectly possible for b to be zero and var a might not be equal to var c.
User avatar
surya167
Joined: 14 Aug 2005
Last visit: 16 Nov 2014
Posts: 51
Own Kudos:
Given Kudos: 2
Posts: 51
Kudos: 24
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
jabronyo
Thanks Bunnuel.

My answer was B.

Using the original question, I solved for a:

5a = 9b
a=9b/5

Then I substituted a into statement 2:

6cb = 10a
6cb = 10(9b/5)
6c = 90/5
30c = 90
c = 3

Once I have c , I calculated for a and b:

5a = 15(3)
a = 45/5
a = 9

9b = 15(3)
b = 5

a+b+c = 17

The problem with your solution is that you cannot reduce 6cb = 10(9b/5) by b. Doing so you exclude b=0 case:

6cb = 10(9b/5) --> cb=3b --> b(c-3)=0 --> b=0 or c=3.

Hope it's clear.

I made the same mistake! Thanks Brunel for pointing it out
User avatar
thefibonacci
Joined: 22 Jan 2014
Last visit: 30 Jan 2019
Posts: 130
Own Kudos:
Given Kudos: 212
WE:Project Management (Computer Hardware)
Posts: 130
Kudos: 252
Kudos
Add Kudos
Bookmarks
Bookmark this Post
jabronyo
If 5a=9b=15c, what is the value of a+b+c?

(1) 3c-a=5c-3b
(2) 6cb=10a

*Note - my answer is different from the official answer. I'm posting it here to confirm whether I'm correct or not.

My take is E.

5a=9b=15c
LCM(5,9,15) = 45.
=> a = 9x, b = 5y, and c = 3z

1) 3c-a=5c-3b
=> 6z = 15y-9x
or 2z = 5y - 3x

y and x must be odd for LHS to be even. so multiple solutions exist.

2) 6cb = 10a
6*5y*3z = 10*9x
x = yz

x=y=z=0
or x=y=z=1
not sufficient.

1)+2)
x=y=z=0
or x=y=z=1
not sufficient.

Hence, E.
User avatar
nishith17
Joined: 03 Jul 2014
Last visit: 07 Dec 2018
Posts: 25
Own Kudos:
81
 []
Given Kudos: 31
Location: United States
Concentration: Finance, Strategy
GMAT Date: 10-17-2014
GPA: 4
WE:Analyst (Insurance)
Posts: 25
Kudos: 81
 []
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi all,

My answer is E.

Given: 5a = 9b = 15c
to find: a+b+c


Let us suppose 5a = 9b = 15c = K (some constant)
Therefore, a= K/5, b = K/9, and c = K/15

a+b+c = K/5 + K/9 + K/15 = 17K/45
Now we have to find K

statement 1 : 3c-a = 5c-3b
3*(K/15)-(K/5) = 5*(K/15)-3*(K/9)
This reduces to 0=0
hence, statement 1 alone is not sufficient

statement 2: 6cb = 10a
I'll write this as 6cb-10a = 0

6*(K/15)*(K/9)-10(K/5) = 0
=> 2*(K^2)/45 - 2*K =
=> 2K(K/45 - 1) =
either K = 0 or K = 45
so a+b+c = 17K/45 = 0 or 17
hence, statement 2 alone is not sufficient


statement 1 and statement 2 together will not suffice because statement 1 reduces to 0.

Hence, the correct answer is E.

--------------------------------------------------------------------------------
Kudos if this helps :-D
avatar
700andcounting
Joined: 11 May 2015
Last visit: 30 Sep 2015
Posts: 1
Given Kudos: 3
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Here's the simplest way that I've found to solve the problem.

(1) 3c - a = 5c -3b Simplifies to
3b = 2c + a Multiply equation by 3
9b = 6c + 3a Substitute 5a for 9b
5a = 6c + 3a Simplify
2a = 6c 5a=15c, so we 2a always equals 6c
6c = 6c This expression is always true, so (1) does not help us figure out a+b+c at all.

(2) 3cb = 5a
I converted this equation to look more similar to the question.
1/5 (15c) 1/9 (9b) = 5a
1/5 (5a) 1/9 (5a) = 5a
1/45 (25a^2) = 5a
1/9 (a^2) = a
1/9a^2 - a = 0
a(1/9a - 1) = 0
a = 0, 9. NOT SUFFICIENT

Answer is E.
Many of the other strategies to get E are correct, but I would not think to do them on the test. (I guess I need to keep studying) This way is just basic basic algebra.
User avatar
ENGRTOMBA2018
Joined: 20 Mar 2014
Last visit: 01 Dec 2021
Posts: 2,341
Own Kudos:
Given Kudos: 816
Concentration: Finance, Strategy
GMAT 1: 750 Q49 V44
GPA: 3.7
WE:Engineering (Aerospace and Defense)
Products:
GMAT 1: 750 Q49 V44
Posts: 2,341
Kudos: 3,706
Kudos
Add Kudos
Bookmarks
Bookmark this Post
sara86
If 5a = 9b = 15c , what is the value of a+ b + c ?

(1) 3c - a = 5c - 3b

(2) 6cb = 10a

Follow posting guidelines (link in my signatures) and do not disable the timer.

As for your question, you are given 5a = 9b = 15c ---> 5a = 9b = 15c = k --> a = k/5, b=k/9 and c=k/15. Thus, a+b+c = k *(some fixed number). Thus for determining the sufficiency, you need to find 1 unique value of 'k'.

Per statement 1, 3c - a = 5c - 3b --> substitute the values of a,b,c from above, you will see that you get 0=0 thus this means that this statement is NOT sufficient to find the value of 'k'.

Per statement 2, 6cb = 10a ---> substitute the values of a,b,c you get : k^2=45*k ---> k = 0 or k=45. Thus you still do not know 1 unique value of 'k'.

Combining the 2 statements, you still get k=0 or k=45, making E the correct answer.

Hope this helps.
User avatar
MathRevolution
User avatar
Math Revolution GMAT Instructor
Joined: 16 Aug 2015
Last visit: 27 Sep 2022
Posts: 10,114
Own Kudos:
Given Kudos: 4
GMAT 1: 760 Q51 V42
GPA: 3.82
Expert reply
GMAT 1: 760 Q51 V42
Posts: 10,114
Kudos: 17,815
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If 5a=9b=15c, what is the value of a+b+c?

(1) 3c-a=5c-3b
(2) 6cb=10a


When you modify the original condition and the question, divide 5a=9b=15c with 45. You get a/9=b/5=c/3 and suppose it k. That is, a/9=b/5=c/3=k and from a=9k, b=5k, c=3k, there are 4 variables(a,b,c,k) and 3 equations(a=9k, b=5k, c=3k), which should match with the number of equations. So you need 1 more equation. For 1) 1 equation, for 2) 1 equation, which is likely to make D the answer.
In 1), when substituting a,b,c, it becomes 3(3k)-9k=5(3k)-3(5k) and 0=0, which is satisfied with all k. So it is not unique and therefore not sufficient.
In 2) when substituting a,b,c, it becomes 6(3k)(5k)=10(9k) and k^2=k, k(k-1)=0, k=0,1 where the value of k is not unique and therefore not sufficient.
Even in 1) & 2), 1) k=all numbers 2) k=0,1, which is not unique and not sufficient. Therefore the answer is E.


-> For cases where we need 1 more equation, such as original conditions with “1 variable”, or “2 variables and 1 equation”, or “3 variables and 2 equations”, we have 1 equation each in both 1) and 2). Therefore, there is 59 % chance that D is the answer, while A or B has 38% chance and C or E has 3% chance. Since D is most likely to be the answer using 1) and 2) separately according to DS definition. Obviously there may be cases where the answer is A, B, C or E.
avatar
neeraj609
Joined: 07 May 2015
Last visit: 11 Mar 2017
Posts: 59
Own Kudos:
Given Kudos: 6
Posts: 59
Kudos: 22
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If 5a=9b=15c, what is the value of a+b+c?

Given: \(5a=9b=15c\) --> least common multiple of 5, 9, and 15 is 45 hence we can write: \(5a=9b=15c=45x\), for some number \(x\) --> \(a=9x\), \(b=5x\) and \(c=3x\).

(1) 3c-a=5c-3b --> \(9x-9x=15x-15x\) --> \(0=0\) (this means that ANY appropriate values of a, b, and c satisfy the given statement). Not sufficient.

(2) 6cb=10a --> \(6*3x*5x=10*9x\) --> \(90x^2=90x\) --> \(x=0\) or \(x=1\). Not sufficient.

(1)+(2) \(x=0\) or \(x=1\), thus \(a=b=c=0\) (for \(x=0\)) --> \(a+b+c=0\) OR \(a=9\), \(b=5\), \(c=3\) (for \(x=1\)) --> \(a+b+c=17\). Not sufficient.

Answer: E.

Hope it's clear.

Hi Bunnel,

Can you please help me understand why A is not sufficient. With the solution you have, it comes out that a=b=c=0 so why is a+b+c = 0 wrong.

Thanks in advance!
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 15 Dec 2024
Posts: 97,886
Own Kudos:
Given Kudos: 88,273
Products:
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 97,886
Kudos: 686,142
Kudos
Add Kudos
Bookmarks
Bookmark this Post
neeraj609
Bunuel
If 5a=9b=15c, what is the value of a+b+c?

Given: \(5a=9b=15c\) --> least common multiple of 5, 9, and 15 is 45 hence we can write: \(5a=9b=15c=45x\), for some number \(x\) --> \(a=9x\), \(b=5x\) and \(c=3x\).

(1) 3c-a=5c-3b --> \(9x-9x=15x-15x\) --> \(0=0\) (this means that ANY appropriate values of a, b, and c satisfy the given statement). Not sufficient.

(2) 6cb=10a --> \(6*3x*5x=10*9x\) --> \(90x^2=90x\) --> \(x=0\) or \(x=1\). Not sufficient.

(1)+(2) \(x=0\) or \(x=1\), thus \(a=b=c=0\) (for \(x=0\)) --> \(a+b+c=0\) OR \(a=9\), \(b=5\), \(c=3\) (for \(x=1\)) --> \(a+b+c=17\). Not sufficient.

Answer: E.

Hope it's clear.

Hi Bunnel,

Can you please help me understand why A is not sufficient. With the solution you have, it comes out that a=b=c=0 so why is a+b+c = 0 wrong.

Thanks in advance!

Did we get that a=b=c=0? NO.

Given that 5a=9b=15c, 3c-a=5c-3b would be true for ANY a, b, and c. Try several numbers to check.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 35,834
Own Kudos:
Posts: 35,834
Kudos: 930
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
Moderator:
Math Expert
97885 posts