Last visit was: 25 Apr 2024, 03:17 It is currently 25 Apr 2024, 03:17

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:
Kudos
Math Expert
Joined: 02 Sep 2009
Posts: 92912
Own Kudos [?]: 618897 [24]
Given Kudos: 81595
Send PM
Most Helpful Reply
Senior Manager
Senior Manager
Joined: 13 Jan 2018
Posts: 279
Own Kudos [?]: 401 [9]
Given Kudos: 20
Location: India
Concentration: Operations, General Management
GMAT 1: 580 Q47 V23
GMAT 2: 640 Q49 V27
GPA: 4
WE:Consulting (Consulting)
Send PM
General Discussion
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11172
Own Kudos [?]: 31905 [3]
Given Kudos: 290
Send PM
Director
Director
Joined: 09 Aug 2017
Posts: 689
Own Kudos [?]: 415 [3]
Given Kudos: 778
Send PM
Re: Suppose that |x + y| + |x -y| = 2. What is the maximum possible value [#permalink]
1
Kudos
1
Bookmarks
How I approached this question is as follows.
I know that every term in equation is positive. Therefore, I squared both sides.
And got (x^2 + y^2)= 2.

Now I have maximize the x^2 + y^2 - 6x
To maximize 2-6x, x must be negative and can be -1.
So, maximum value is 8.

I think my approach to such questions in which both sides are positive is correct.

chetan2u wrote:
Bunuel wrote:
Suppose that |x + y| + |x -y| = 2. What is the maximum possible value of x^2 - 6x + y^2?

A. 5
B. 6
C. 7
D. 8
E. 9


We can find our solution by logic.
(I) Both the terms |x + y| and |x -y| are at least 0, and cannot be more than 2 as their sum itself is given as 2.
(II) If you have to maximize \(x^2 - 6x + y^2\), we will try to maximize -6x as that will be the largest value, so x should be negative.

Now |x| and |y| should not be greater than 1, so both can be 1..
x has to be negative, so x=-1, and y =1..
|x + y| + |x -y| =|-1+1|+|-1-1|= 2...Yes

Value of \(x^2 - 6x + y^2\) will become \((-1)^2 - 6(-1) + (-1)^2=1+6+1=8\)


D
Manager
Manager
Joined: 29 May 2018
Posts: 93
Own Kudos [?]: 124 [2]
Given Kudos: 52
Location: India
GMAT 1: 700 Q48 V38
GMAT 2: 720 Q49 V39
GPA: 4
Send PM
Suppose that |x + y| + |x − y| = 2. What is the maximum possible value [#permalink]
2
Kudos
(|x+y| + |x-y|) ^2 = 4
2(x^2 + y^2) + 2( x^2-y^2)=4
4x^2=4
x=+/- 1

to maximize, x must be -1

put this in original equation, y can be 0 or 1

since we are looking to maximize, choose 1

Answer= 1+6+1= 8
Manager
Manager
Joined: 09 Jun 2017
Posts: 86
Own Kudos [?]: 14 [1]
Given Kudos: 27
GMAT 1: 640 Q44 V35
Send PM
Re: Suppose that |x + y| + |x -y| = 2. What is the maximum possible value [#permalink]
1
Bookmarks
gvij2017 wrote:
How I approached this question is as follows.
I know that every term in equation is positive. Therefore, I squared both sides.
And got (x^2 + y^2)= 2.

Now I have maximize the x^2 + y^2 - 6x
To maximize 2-6x, x must be negative and can be -1.
So, maximum value is 8.

I think my approach to such questions in which both sides are positive is correct.

chetan2u wrote:

Hi , I'm curious , when you square both sides , you got 2 *|x + y| * |x -y| in your way , how you did deal with that?
User avatar
Intern
Intern
Joined: 08 Mar 2015
Posts: 4
Own Kudos [?]: [0]
Given Kudos: 5
Send PM
Suppose that |x + y| + |x -y| = 2. What is the maximum possible value [#permalink]
vinayakvaish wrote:
(|x+y| + |x-y|) ^2 = 4
2(x^2 + y^2) + 2( x^2-y^2)=4
4x^2=4
x=+/- 1

to maximize, x must be -1

put this in original equation, y can be 0 or 1

since we are looking to maximize, choose 1

Answer= 1+6+1= 8


Hei vinayakvaish
your 2nd line - isnt it possible 2(x^2 + y^2) - 2( x^2-y^2)=4 ?
Manager
Manager
Joined: 26 Oct 2021
Posts: 117
Own Kudos [?]: 27 [0]
Given Kudos: 95
Send PM
Suppose that |x + y| + |x -y| = 2. What is the maximum possible value [#permalink]
Hi,

drasticgre, vinayakvaish

Let a=root((x+y)^2), b=root((x-y)^2)

We have:

a+b=2, now we square to get
(a+b)^2=4
a^2+2ab+b^2=4, plugging in our initial terms we get
x^2+2xy+y^2+2(lx+yl*lx-yl)+x^2-2xy+y^2=4
2x^2+2y^2+2*lx^2-y^2l=4
x^2+y^2+lx^2-y^2l=2

C1, lxl>lyl

2x^2=2
-> x_1,2=1, -1

x has to be the negative solution, because the term x^2-6x will then be greatest. The corresponding y is then -1 or 1, and we get 8
for our equation for both y's

C2, lxl<lyl

2y^2=2
-> y_1,2=1, -1

We again need a negative x, so in total, we have 8 again

Bunuel, nick1816, could you kindly check if this solution is correct? I feel like something is wrong or it's too lengthy
Director
Director
Joined: 16 Jul 2019
Posts: 524
Own Kudos [?]: 197 [0]
Given Kudos: 146
Send PM
Re: Suppose that |x + y| + |x -y| = 2. What is the maximum possible value [#permalink]
Max((x-3)^2+y^2-9) = max dist of (3,0) from a point in square=4^2+1^2-9=8
Attachments

image_2023-10-30_213349901.png
image_2023-10-30_213349901.png [ 19.98 KiB | Viewed 1380 times ]

GMAT Club Bot
Re: Suppose that |x + y| + |x -y| = 2. What is the maximum possible value [#permalink]
Moderators:
Math Expert
92912 posts
Senior Moderator - Masters Forum
3137 posts

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