Last visit was: 23 Apr 2024, 18:43 It is currently 23 Apr 2024, 18:43

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
SORT BY:
Date
Tags:
Show Tags
Hide Tags
Math Expert
Joined: 02 Sep 2009
Posts: 92883
Own Kudos [?]: 618603 [12]
Given Kudos: 81563
Send PM
Most Helpful Reply
Retired Moderator
Joined: 25 Feb 2013
Posts: 895
Own Kudos [?]: 1526 [9]
Given Kudos: 54
Location: India
GPA: 3.82
Send PM
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11161
Own Kudos [?]: 31870 [5]
Given Kudos: 290
Send PM
General Discussion
Math Expert
Joined: 02 Sep 2009
Posts: 92883
Own Kudos [?]: 618603 [2]
Given Kudos: 81563
Send PM
If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
2
Bookmarks
Expert Reply
Intern
Intern
Joined: 17 Apr 2017
Posts: 8
Own Kudos [?]: 6 [3]
Given Kudos: 31
Send PM
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
2
Kudos
1
Bookmarks
niks18 wrote:
Bunuel wrote:
If 3a – 2b – 2c = 32 and \(\sqrt{3a}- \sqrt{2b + 2c} = 4\), what is the value of a + b + c ?

A. 3
B. 9
C. 10
D. 12
E. 14


\(3a-2b-2c=32 => 5a-2a-2b-2c=32 =>5a-2(a+b+c)=32\)

therefore \(a+b+c=\frac{5a}{2}-16\) ----------------------------(1)

Also \(2b+2c=3a-32\)

Now, \(\sqrt{3a}- \sqrt{2b + 2c} = 4\) substitute the value of \(2b+2c\)

\(\sqrt{3a}- \sqrt{3a-32} = 4\). square both sides to get

\(3a+3a-32-2\sqrt{3a(3a-32)}=16\). this can be written as

\(6a-48=2\sqrt{3a(3a-32)}\) \(=>\) \(3a-24=\sqrt{3a(3a-32)}\). Again square both sides to get

\(9a^2+24^2-2*3a*24=9a^2-96\). solve this to get \(a=12\)

Substitute the value of \(a\) in equation (1) or \(a+b+c=\frac{5*12}{2}-16=14\)

Option E


Same answer. The highlighted portion would be 9a^2 - 96a?
Retired Moderator
Joined: 25 Feb 2013
Posts: 895
Own Kudos [?]: 1526 [0]
Given Kudos: 54
Location: India
GPA: 3.82
Send PM
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
Quote:
Same answer. The highlighted portion would be 9a^2 - 96a?


Hi Richak91

Thanks for highlighting the typo error :-)
Director
Director
Joined: 13 Mar 2017
Affiliations: IIT Dhanbad
Posts: 628
Own Kudos [?]: 589 [3]
Given Kudos: 88
Location: India
Concentration: General Management, Entrepreneurship
GPA: 3.8
WE:Engineering (Energy and Utilities)
Send PM
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
3
Kudos
Bunuel wrote:
If 3a – 2b – 2c = 32 and \(\sqrt{3a}- \sqrt{2b + 2c} = 4\), what is the value of a + b + c ?

A. 3
B. 9
C. 10
D. 12
E. 14



Lets start solving this question.
Formula required : (x−y)(x+y)=(x2−y2)

\(\sqrt{3a}- \sqrt{2b + 2c} = 4\) ..............(i)

3a – 2b – 2c = 32
(\(\sqrt{3a}- \sqrt{2b + 2c}\))(\(\sqrt{3a}+ \sqrt{2b + 2c}\)) = 32
(4)(\(\sqrt{3a}+ \sqrt{2b + 2c}\)) = 32
(\(\sqrt{3a}+ \sqrt{2b + 2c}\)) = 8 ........................ (ii)

Adding (i) & (ii) , we get (\(2 \sqrt{3a}\)) = 12
a = 12

Subtracting (i) from (ii) , we get (\(2 \sqrt{2b + 2c}\)) = 4
b+c = 2

So, a+b+c = 12+2 = 14

Answer E
Manager
Manager
Joined: 03 May 2017
Posts: 62
Own Kudos [?]: 53 [0]
Given Kudos: 15
Send PM
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
Bunuel wrote:
If 3a – 2b – 2c = 32 and \(\sqrt{3a}- \sqrt{2b + 2c} = 4\), what is the value of a + b + c ?

A. 3
B. 9
C. 10
D. 12
E. 14



I will use plugging in . Given the equations and the options, a is likely 12 and a+b+c is 14. For further checking, 2b+2c = 4 and \sqrt{2b + 2c} = 2, making a=b=1. Hence, a+b+c = 12+2(1) = 14.
Director
Director
Joined: 13 Mar 2017
Affiliations: IIT Dhanbad
Posts: 628
Own Kudos [?]: 589 [0]
Given Kudos: 88
Location: India
Concentration: General Management, Entrepreneurship
GPA: 3.8
WE:Engineering (Energy and Utilities)
Send PM
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
rulingbear wrote:
Bunuel wrote:
If 3a – 2b – 2c = 32 and \(\sqrt{3a}- \sqrt{2b + 2c} = 4\), what is the value of a + b + c ?

A. 3
B. 9
C. 10
D. 12
E. 14



I will use plugging in . Given the equations and the options, a is likely 12 and a+b+c is 14. For further checking, 2b+2c = 4 and \sqrt{2b + 2c} = 2, making a=b=1. Hence, a+b+c = 12+2(1) = 14.


I don't think plugging in is a good idea for this question.... How did u directly arrived at a = 12 ??
Manager
Manager
Joined: 03 May 2017
Posts: 62
Own Kudos [?]: 53 [1]
Given Kudos: 15
Send PM
If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
1
Kudos
shashankism wrote:
rulingbear wrote:
Bunuel wrote:
If 3a – 2b – 2c = 32 and \(\sqrt{3a}- \sqrt{2b + 2c} = 4\), what is the value of a + b + c ?

A. 3
B. 9
C. 10
D. 12
E. 14



I will use plugging in . Given the equations and the options, a is likely 12 and a+b+c is 14. For further checking, 2b+2c = 4 and \sqrt{2b + 2c} = 2, making a=b=1. Hence, a+b+c = 12+2(1) = 14.


I don't think plugging in is a good idea for this question.... How did u directly arrived at a = 12 ??


Good question. It needs keen observation

1. From the first equation, 3a is likely to be greater than 32
2. From the second equation, [m]\sqrt{3a} is likely to be greater than 4

Put this inference together and a could be 12, i.e 3*12= 36>32, and \sqrt{3*12} = 6>4

The same could be used to know that a= b= 1, as explained in my earlier post. Even without doing this you should know by now that the answer is E.

This is a good must be true type of question, it could also make a decent data sufficiency question. Just observing keenly will obviously save a lot of time!


Another way to look at it is the form of the equation, take the first equation, 3a - 2a- 2b= 32. This can be rearranged as 3a - 2(a+b)= 32, therefore a must be an even number and a+b will also be even. Given this, a+b+c would be an even number of the x+2y. Only 10,12 and 14 are viable. Looking at the second equation will tell you that x/a would be 12 as 3a would form the only proper square.

Originally posted by rulingbear on 02 Oct 2017, 12:19.
Last edited by rulingbear on 02 Oct 2017, 12:50, edited 1 time in total.
Director
Director
Joined: 13 Mar 2017
Affiliations: IIT Dhanbad
Posts: 628
Own Kudos [?]: 589 [0]
Given Kudos: 88
Location: India
Concentration: General Management, Entrepreneurship
GPA: 3.8
WE:Engineering (Energy and Utilities)
Send PM
If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
rulingbear wrote:



Good question. It needs keen observation

1. From the first equation, 3a is likely to be greater than 32
2. From the second equation, [m]\sqrt{3a} is likely to be greater than 4

Put this inference together and a could be 12, i.e 3*12= 36>32, and \sqrt{3*12} = 6>4

The same could be used to know that a= b= 1, as explained in my earlier post. Even without doing this you should know by now that the answer is E.

This is a good must be true type of question, it could also make a decent data sufficiency question. Just observing keenly will obviously save a lot of time!


3a>32 already includes [m]\sqrt{3a} is be greater than 4.
So we should further work on 3a>32..

But your observation is appreciable and surely can be used here to solve the problem using plugging method..
Manager
Manager
Joined: 03 May 2017
Posts: 62
Own Kudos [?]: 53 [0]
Given Kudos: 15
Send PM
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
shashankism wrote:
rulingbear wrote:



Good question. It needs keen observation

1. From the first equation, 3a is likely to be greater than 32
2. From the second equation, [m]\sqrt{3a} is likely to be greater than 4

Put this inference together and a could be 12, i.e 3*12= 36>32, and \sqrt{3*12} = 6>4

The same could be used to know that a= b= 1, as explained in my earlier post. Even without doing this you should know by now that the answer is E.

This is a good must be true type of question, it could also make a decent data sufficiency question. Just observing keenly will obviously save a lot of time!


3a>32 already includes [m]\sqrt{3a} is be greater than 4.
So we should further work on 3a>32..

But your observation is appreciable and surely can be used here to solve the problem using plugging method..


There is no need to actually work further once you know 3a>32, a is most likely 12 and the answer can only be 14, given the options.
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32630
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
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.
GMAT Club Bot
Re: If 3a – 2b – 2c = 32 and 3a - 2b + 2c = 4, what is the value of a + b [#permalink]
Moderators:
Math Expert
92883 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne