Pls explain this Algebra PS

This topic has expert replies
Source: — Problem Solving |

User avatar
Legendary Member
Posts: 1556
Joined: Tue Aug 14, 2012 11:18 pm
Thanked: 448 times
Followed by:34 members
GMAT Score:650

by theCodeToGMAT » Sat Oct 26, 2013 9:21 am
Solution 1: sqrt(x^2 -6x +9) + sqrt(2-x) + x - 3

sqrt((x-3)^2) + sqrt(2-x) + x - 3
x - 3 + sqrt(2-x) + x - 3
2x - 6 + sqrt(2-x)


SOlution 2: sqrt((3-x)^2) + sqrt(2-x) + x - 3
3 - x + sqrt(2-x) + x - 3
sqrt(2-x)

Since, question says.. that resultant under square root is greater then 0 .. So, SOLUTION 2 IS VALID
[spoiler]{A}[/spoiler]
What is the OA?
R A H U L

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Sat Oct 26, 2013 10:43 am
Let x=0.
Then √(x² - 6x + 9) + √(2-x) + x - 3 = √9 + √2 + 0 - 3 = √2. This is our target.
Now plug x=0 into the answers to see which yields our target of √2.
Only A works:
√(2-x) = √(2-0) = √2.

The correct answer is A.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

Master | Next Rank: 500 Posts
Posts: 429
Joined: Wed Sep 19, 2012 11:38 pm
Thanked: 6 times
Followed by:4 members

by [email protected] » Sat Oct 26, 2013 6:57 pm
Hey GmatGuru,

How did you start with assuming X as 0, why not another value?


Thanks


GMATGuruNY wrote:Let x=0.
Then √(x² - 6x + 9) + √(2-x) + x - 3 = √9 + √2 + 0 - 3 = √2. This is our target.
Now plug x=0 into the answers to see which yields our target of √2.
Only A works:
√(2-x) = √(2-0) = √2.

The correct answer is A.

User avatar
Legendary Member
Posts: 1556
Joined: Tue Aug 14, 2012 11:18 pm
Thanked: 448 times
Followed by:34 members
GMAT Score:650

by theCodeToGMAT » Mon Oct 28, 2013 9:38 am
The possible values for "x" as per the question are: 0, 1 and 2 because question says that expression under the square root is either greater than or equal to 0.

So,

If X=1

(3-1) + sqrt(1) + 1 -3 = 2 + 1 + 1 - 3 = 1

{A} = sqrt(2-1) = 1

Also, if X=2

(3-2) + sqrt(0) + 2 - 3 = 0

{A} = sqrt(2-2) = 0
R A H U L

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Mon Oct 28, 2013 10:21 am
This could be made a little bit clearer.

For any value of b, √(b²) = |b|

So

√(x²-6x+9) = √((x-3)²) = |x-3|

So

√(x²-6x+9) + √(2-x) + (x-3)
= |x-3| + √(2-x) + (x - 3)

Since (2-x) is nonnegative, (2-x) ≥ 0, or 2 ≥ x.

2 ≥ x implies that 0 > (x-3), which implies that |x-3| = -(x-3)

So |x-3| + √(2-x) + (x-3)
= -(x-3) + √(2-x) + (x-3)
= √(2-x)

And we're done!