gmat prep

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 117
Joined: Fri Oct 17, 2008 7:41 am

gmat prep

by awilhelm » Fri Jan 23, 2009 1:12 pm
[sqrt{9 + sqrt(80)} + sqrt{9 - sqrt(80)}]^2 = ?

a) 1
b) 9 - 4(sqrt5)
c) 18 - 4(sqrt5)
d) 18
e) 20

What's the best way to approach this? (x + y)^2?
Source: — Problem Solving |

User avatar
Site Admin
Posts: 2567
Joined: Thu Jan 01, 2009 10:05 am
Thanked: 712 times
Followed by:550 members
GMAT Score:770

by DanaJ » Fri Jan 23, 2009 1:30 pm
Let's make some notations:
sqrt(80) = a and I'll use sq instead of sqrt for easier writing.
Indeed you have to use the (x+y)^2 = x^2 + y^2 + 2xy formula
You get:
[sq(9 + a) + sq(9-a)]^2 = [sq(9+a)]^2 + [sq(9-a)]^2 + 2sq(9+a)sq(9-a). This is the equivalent of 9 + a + 9 - a + 2sq[(9+a)(9-a)] = 18 + 2sq(9^2 - a^2). Since a = sqrt(80), then a^2 = 80. So you ultimately have:

18 + 2sq(9^2 - a^2) = 18 + 2sq(81-80)=18 + 2sq(1)= 20

Answer E.

For extra info: [(9+a)(9-a)] = 9^2 - a^2 by using the formula (x-y)(x+y) = x^2 - y^2.

Master | Next Rank: 500 Posts
Posts: 117
Joined: Fri Oct 17, 2008 7:41 am

by awilhelm » Fri Jan 23, 2009 1:42 pm
Very clear. Thanks!