Last visit was: 26 Apr 2024, 19:04 It is currently 26 Apr 2024, 19:04

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: 92948
Own Kudos [?]: 619248 [23]
Given Kudos: 81609
Send PM
Most Helpful Reply
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619248 [5]
Given Kudos: 81609
Send PM
General Discussion
GMAT Club Legend
GMAT Club Legend
Joined: 12 Sep 2015
Posts: 6818
Own Kudos [?]: 29942 [4]
Given Kudos: 799
Location: Canada
Send PM
Senior PS Moderator
Joined: 26 Feb 2016
Posts: 2873
Own Kudos [?]: 5206 [3]
Given Kudos: 47
Location: India
GPA: 3.12
Send PM
Re: Is (x + y)^2 > x^2 + y^2? [#permalink]
1
Kudos
2
Bookmarks
The expression \((x + y)^2 > x^2 + y^2\) = \((x^2 + y^2 + 2xy) > x^2 + y^2\) = \(2xy > 0\)

(1) \(|x| \leq 0\)
x can be zero or take positive or negative values.
If x = -1, the expression is false.
If x = 1, the expression is false.
The equation is true only when x=0.
At x=0, 2xy is never greater than 0. Sufficient

(2) \(\sqrt{y^2} \leq 0\)[/quote]
This is the same as saying \(|y| \leq 0\)
y can be zero or take positive or negative values.
Again going by the options we went for statement 1, we get y=0 as the only solution.
At y=0, the expression 2xy is never greater than 0. Sufficient (Option D)
Retired Moderator
Joined: 25 Feb 2013
Posts: 895
Own Kudos [?]: 1527 [2]
Given Kudos: 54
Location: India
GPA: 3.82
Send PM
Re: Is (x + y)^2 > x^2 + y^2? [#permalink]
1
Kudos
1
Bookmarks
Bunuel wrote:
Is \((x + y)^2 > x^2 + y^2\)?


(1) \(|x| \leq 0\)

(2) \(\sqrt{y^2} \leq 0\)


the question stem can be reduced to -
\((x + y)^2 > x^2 + y^2\)-------> \(x^2 + y^2 + 2xy > x^2 + y^2\)
solving it, the question stem becomes Is xy>0

Statement 1: implies that either |x| = 0 or |x| <0. |x| cannot be negative. so we Know that |x| = 0
or xy=0. Hence we get a NO for our question stem . Sufficient

Statement 2: \(\sqrt{y^2} \leq 0\) implies that either \(\sqrt{y^2} = 0\) or \(\sqrt{y^2} < 0\)
Square root is always positive in GMAT. Hence y=0.
So xy=0. Hence we get a NO for our question stem . Sufficient

Hence Option D
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: Is (x + y)^2 > x^2 + y^2? [#permalink]
Bunuel wrote:
Is \((x + y)^2 > x^2 + y^2\)?


(1) \(|x| \leq 0\)

(2) \(\sqrt{y^2} \leq 0\)


Given : nothing
DS: \((x + y)^2 > x^2 + y^2\)

Option 1 : \(|x| \leq 0\)
|x| always assumes +ve value or 0 . so only possibility is x =0.SUFFICIENT

Option 2: \(\sqrt{y^2} \leq 0\)
\(\sqrt{y^2}\) always assumes +ve value or 0. So only possibility is y= 0. SUFFICIENT
Manager
Manager
Joined: 05 Nov 2014
Posts: 79
Own Kudos [?]: 83 [0]
Given Kudos: 113
Location: India
Concentration: Strategy, Operations
GMAT 1: 580 Q49 V21
GPA: 3.75
Send PM
Re: Is (x + y)^2 > x^2 + y^2? [#permalink]
Solution:

Statement 1: Modulus of a value is never negative.
So the only possible value of x is x=0.

Statement 2: Square root of a value is never negative.
Again the only possible value of x is x=0.

Therefore the answer is Option D.
Intern
Intern
Joined: 23 Feb 2017
Posts: 33
Own Kudos [?]: 5 [0]
Given Kudos: 8
Send PM
Re: Is (x + y)^2 > x^2 + y^2? [#permalink]
Hi,
Why sqrt(y2)≤0 is the same as saying |y|≤0
I know tht sqrt(9) is +/-3 but sqrt(3)^2 is always positive right?
Math Expert
Joined: 02 Sep 2009
Posts: 92948
Own Kudos [?]: 619248 [0]
Given Kudos: 81609
Send PM
Re: Is (x + y)^2 > x^2 + y^2? [#permalink]
Expert Reply
sasidharrs wrote:
Hi,
Why sqrt(y2)≤0 is the same as saying |y|≤0
I know tht sqrt(9) is +/-3 but sqrt(3)^2 is always positive right?


MUST KNOW: \(\sqrt{x^2}=|x|\):

The point here is that since square root function cannot give negative result then \(\sqrt{some \ expression}\geq{0}\).

So \(\sqrt{x^2}\geq{0}\). But what does \(\sqrt{x^2}\) equal to?

Let's consider following examples:
If \(x=5\) --> \(\sqrt{x^2}=\sqrt{25}=5=x=positive\);
If \(x=-5\) --> \(\sqrt{x^2}=\sqrt{25}=5=-x=positive\).

So we got that:
\(\sqrt{x^2}=x\), if \(x\geq{0}\);
\(\sqrt{x^2}=-x\), if \(x<0\).

What function does exactly the same thing? The absolute value function: \(|x|=x\), if \(x\geq{0}\) and \(|x|=-x\), if \(x<0\). That is why \(\sqrt{x^2}=|x|\).

Hope it's clear.
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32689
Own Kudos [?]: 822 [0]
Given Kudos: 0
Send PM
Re: Is (x + y)^2 > x^2 + y^2? [#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: Is (x + y)^2 > x^2 + y^2? [#permalink]
Moderator:
Math Expert
92948 posts

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