Terminating Decimal

This topic has expert replies
Source: — Problem Solving |

User avatar
Community Manager
Posts: 1060
Joined: Fri May 13, 2011 6:46 am
Location: Utrecht, The Netherlands
Thanked: 318 times
Followed by:52 members

by neelgandham » Wed Nov 23, 2011 1:45 am
1/(2^11 * 5^17)
= 1/(2^11 * 5^11 * 5^6)----Since (a^(m+n) = (a^m) * (a^n))
= 1/(10^11 * 5^6)----Since ((a^m) * (b^m) = (ab)^m)
= 2^6/(10^11 * 5^6 * 2^6)----Multiply the numerator and denominator by 2^6
= 64/(10^11 * 10^6)
= 64/(10^17)
= 0.0000..64 (17 0's after the decimal)
Non-zero numbers are 6 and 4. Hence 2, Option B

In simple terms, multiply the numerator and denominator by a number which can convert the denominator into a multiple of 10(in this case)
i.e. 1/(2^11 * 5^17) = 2^6/10^17 = 64/10^17 = 0.000....64, Option B
Anil Gandham
Welcome to BEATtheGMAT | Photography | Getting Started | BTG Community rules | MBA Watch
Check out GMAT Prep Now's online course at https://www.gmatprepnow.com/

Legendary Member
Posts: 966
Joined: Sat Jan 02, 2010 8:06 am
Thanked: 230 times
Followed by:21 members

by shankar.ashwin » Wed Nov 23, 2011 2:10 am
1/[(2^11) * (5*11)] = 1/10^11 - which is nothing but a bunch of zeros followed by 1.

So the question basically asks you what 1/5^6 is.

1/5 = 0.2, so (0.2)^6 = 0.000XX 64 - 2 numbers B
Last edited by shankar.ashwin on Wed Nov 23, 2011 8:12 am, edited 1 time in total.

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 » Wed Nov 23, 2011 2:45 am
MBA.Aspirant wrote:If 1/(2^11 * 5^17) is expressed as a terminating decimal, how many non-zero digits will the decimal have?

A) 1
B) 2
C) 4
D) 6
E) 11
1/(2¹¹*5¹�) = 2�/(2¹�*5¹�) = 64/10¹� = 64*10ˉ¹�.

Thus, there will be two non-zero digits: 6 and 4.

The correct answer is B.
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: 70
Joined: Tue May 17, 2011 8:51 pm
Thanked: 9 times

by ariz » Wed Nov 23, 2011 11:47 am
Great approaches, thank you all!