least value

This topic has expert replies
Source: — Problem Solving |

Legendary Member
Posts: 2467
Joined: Thu Aug 28, 2008 6:14 pm
Thanked: 331 times
Followed by:11 members

by cramya » Sat Feb 14, 2009 7:30 pm
5^n > 4 000000

5^n > 4 * 10^6

> 4 * 2^6 * 5^6
> 4^4 * 5^6


n must be alteast 10 since 5^4 > 4^4

Therefore 5^10 > 4^4 * 5^6
5^4 * 5^6 > 4^4 * 5^6

User avatar
Community Manager
Posts: 1049
Joined: Sun Apr 06, 2008 5:15 pm
Location: Pittsburgh, PA
Thanked: 113 times
Followed by:27 members
GMAT Score:710

by dmateer25 » Sat Feb 14, 2009 8:24 pm
4000000 = 2^8 * 5^6

2^8 = 256

so we need 5 to a power that will make the value greater than 256.

5^3 = 125 so that isn't big enough. But 5^4 definitely is.

Therefore, 5^4 * 5^6 (which is 5^10) > 4000000