Quadratic

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 103
Joined: Wed May 30, 2007 6:17 am
Followed by:1 members

Quadratic

by tanyajoseph » Thu Aug 09, 2007 11:17 am
Can someone explain the attached problem?
I have attached an image so that there is no confusion with the expressions.
Thanx
Attachments
quad.JPG
Source: — Problem Solving |

Junior | Next Rank: 30 Posts
Posts: 27
Joined: Mon Mar 19, 2007 6:23 pm
Location: Cambridge, MA

by mindruna » Thu Aug 09, 2007 11:42 am
Is the answer C?

Master | Next Rank: 500 Posts
Posts: 103
Joined: Wed May 30, 2007 6:17 am
Followed by:1 members

by tanyajoseph » Fri Aug 10, 2007 8:39 am
The answer is II only . Can u please explain in detail? Thanx

User avatar
Master | Next Rank: 500 Posts
Posts: 277
Joined: Sun Jun 17, 2007 2:51 pm
Location: New York, NY
Thanked: 6 times
Followed by:1 members

by givemeanid » Fri Aug 10, 2007 10:01 am
x +ve, y +ve

I. Let's assume sqrt(x+y)/2x > 1/sqrt(x+y)
sqrt(x+y) > 0 since x and y are +ve
sqrt(x+y)*sqrt(x+y) > 2x
x+y > 2x
y > x
But x could be > y and our assumption falls flat.
NOT TRUE.


II. Lets assume (sqrt(x) + sqrt(y))/(x+y) > 1/sqrt(x+y)
sqrt(xx + xy) + sqrt(xy + yy) > x+y

Since x and y are +ve, sqrt(xx + xy) > x and sqrt(xy + yy) > y
TRUE.


III. Lets assume (sqrt(x) - sqrt(y))/(x+y) > 1/sqrt(x+y)
Right side is always +ve
However, if y > x, left side is -ve. So, we cannot assume this to be true.
NOT TRUE.


II only. Answer is C.
So It Goes