another manhatten problem

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 44
Joined: Wed Nov 03, 2010 10:07 am
Thanked: 1 times

another manhatten problem

by nickhar130 » Thu Nov 04, 2010 10:59 am
sorry for this post but I got stumped on a simple question as this, please help and provide step by step.

If 400,000 = 4^n+1 x 25^n then n =

a) 1.5
b) 2
c) 2.5
d) 3
e) 3.5

the "x" in the equation is times and not a variable.
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 307
Joined: Sun Jul 11, 2010 7:52 pm
Thanked: 36 times
Followed by:1 members
GMAT Score:640

by limestone » Thu Nov 04, 2010 11:17 am
Hi,
If 400,000 = 4^(n+1) * 25^n
Then:
400,000 = 4^1 * 4^n * 25^n = 4* (4*25)^n = 4*100^n

Divided both side by 4:
100,000 = 100^n, or
100*100*10 = 100^n, or
100*100*sqrt (100) = 100^n, or
100*100* 100*(1/2) = 100^n, or
100^ (1+1+1/2) = 100^n
Thus n = 2.5

Pick C.
"There is nothing either good or bad - but thinking makes it so" - Shakespeare.

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 » Thu Nov 04, 2010 12:35 pm
nickhar130 wrote:sorry for this post but I got stumped on a simple question as this, please help and provide step by step.

If 400,000 = 4^n+1 x 25^n then n =

a) 1.5
b) 2
c) 2.5
d) 3
e) 3.5

the "x" in the equation is times and not a variable.
Another approach is to prime-factorize everything in order to get similar bases on each side of the equation:

400,000 = 400*1000 = 4*100*10*100 = (2*2)*(2*2*5*5)*(2*5)*(2*2*5*5) = 2� * 5�
Thus:

2� * 5� = 4^(n+1) * 25^n
2� * 5� = (2²)^(n+1) * (5²)^n
2� * 5� = 2^(2n+2) * 5^2n

Since the bases on each side of the equation are matching, the exponents also must match.
Thus, the two exponents with a base of 5 (� and 2n) must be equal:
5 = 2n
n = 2.5

The correct answer is C.
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

Senior | Next Rank: 100 Posts
Posts: 44
Joined: Wed Nov 03, 2010 10:07 am
Thanked: 1 times

by nickhar130 » Thu Nov 04, 2010 1:16 pm
thank you, I understand now.