Digits Question

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Fri Dec 12, 2008 1:52 pm

Digits Question

by bdemps15 » Fri Dec 12, 2008 2:01 pm
How many digits are in X if X = (4^9)(5^17)?

The answer is 18 but how do I quickly go about solving this problem.

Master | Next Rank: 500 Posts
Posts: 160
Joined: Fri May 30, 2008 7:10 pm
Thanked: 10 times
GMAT Score:600

by dendude » Fri Dec 12, 2008 2:18 pm
Here's how I looked at it,

(4^9)(5^17)
= ((2^2)^9)(5^17)
= (2^18)(5^17)
= 2*(2^17)(5^17)
= 2* (2*5)^17
= 2 * 10^17

From observation we know that whenever 10 is raised to a power n, the number of digits is n+1
10^1 #digits 1+1
10^2 #digits 2+1
10^3 #digits 3+1
etc.

Therefore, 10^17 will have 17+1= 18 digits
The multiplier 2 just doubles the number and does not add to the number of digits.