AMC 10 Step by Step

Topics / Number Theory

Fractions & Decimals

Repeating decimals, unit fractions, rational number properties, terminating decimals

14
primary-topic problems (1.1% of all)
15
more as a secondary topic
Where it appears
12
P1-10
1
P11-15
1
P16-20
0
P21-25

What you need to know

  • A fraction pq\frac{p}{q} in lowest terms has a terminating decimal iff qq has no prime factors other than 22 and 55. The number of decimal places is max(a,b)\max(a, b) where q=2a5bq = 2^a 5^b.
  • Repeating decimals: 0.d1dk=d1dk10k10.\overline{d_1 \ldots d_k} = \frac{d_1 \ldots d_k}{10^k - 1}, e.g. 0.36=3699=4110.\overline{36} = \frac{36}{99} = \frac{4}{11}. A mixed one such as 0.360.3\overline{6} equals 36390\frac{36 - 3}{90}.
  • The period of 1q\frac{1}{q} (with gcd(q,10)=1\gcd(q, 10) = 1) is the smallest kk with 10k1(modq)10^k \equiv 1 \pmod q; it divides q1q - 1 when qq is prime. Useful periods: 13,19\frac{1}{3}, \frac{1}{9} period 11; 111\frac{1}{11} period 22; 17,113\frac{1}{7}, \frac{1}{13} period 66; 137\frac{1}{37} period 33.
  • Unit fraction identities: 1n1n+1=1n(n+1)\frac{1}{n} - \frac{1}{n+1} = \frac{1}{n(n+1)} and 1n=1n+1+1n(n+1)\frac{1}{n} = \frac{1}{n+1} + \frac{1}{n(n+1)}.
  • Moving the decimal point kk places right multiplies by 10k10^k.
  • Every rational number is a terminating or eventually repeating decimal, and conversely.

How AMC 10 tests it

  • "Which digit is in the 20262026th decimal place of 37\frac{3}{7}?" Find the period, reduce the position mod the period (problems 5–12).
  • Convert a repeating decimal to a fraction, then ask for the sum of numerator and denominator in lowest terms.
  • "How many fractions nk\frac{n}{k} with 1nN1 \le n \le N terminate?" Cancel primes other than 2,52, 5 from kk (problems 10–16).
  • Telescoping sums of 1n(n+1)\frac{1}{n(n+1)} or 1(2n1)(2n+1)\frac{1}{(2n-1)(2n+1)} hidden in a word problem or a series.
  • Equations involving a number and its decimal shift, such as 104x=4x10^4 x = \frac{4}{x}.

Standard approaches

  1. Convert decimals to fractions immediately; arithmetic on 411\frac{4}{11} is safer than on 0.360.\overline{36}.
  2. Reduce to lowest terms before deciding on termination or reading off a period.
  3. For the nnth digit, compute the repeating block, then use nmod(period)n \bmod (\text{period}), remembering remainder 00 means the last digit of the block.
  4. For telescoping, write each term as a difference of unit fractions and cancel.
  5. To count terminating fractions nk\frac{n}{k}, require the "bad" part of kk to divide nn.

Worked example

Let x=0.36x = 0.\overline{36} and y=0.36y = 0.3\overline{6}. What is xy\frac{x}{y}?

(A) 110121\frac{110}{121} (B) 120121\frac{120}{121} (C) 11 (D) 121120\frac{121}{120} (E) 1110\frac{11}{10}

For xx: 100x=36.36=36+x100x = 36.\overline{36} = 36 + x, so x=3699=411x = \frac{36}{99} = \frac{4}{11}. For yy: 10y=3.610y = 3.\overline{6} and 100y=36.6100y = 36.\overline{6}, so 90y=3390y = 33 and y=3390=1130y = \frac{33}{90} = \frac{11}{30}. Then

xy=4113011=120121. \frac{x}{y} = \frac{4}{11} \cdot \frac{30}{11} = \frac{120}{121}.

The answer is (B) 120121\boxed{\textbf{(B)}\ \tfrac{120}{121}}.

Pitfalls

  • Using 10k10^k instead of 10k110^k - 1 in the denominator, or mishandling a non-repeating prefix like the 33 in 0.360.3\overline{6}.
  • Judging termination before reducing: 630=15\frac{6}{30} = \frac{1}{5} terminates even though 3030 has the factor 33.
  • Taking the nnth digit as position nmodpn \bmod p and reading digit 00 of the block when the remainder is 00.
  • Rounding intermediate decimals; keep exact fractions until the last step.

Traps that recur

  • Counting only the nine solutions with a = b = c, or allowing b or c to be 0 (all three digits must be nonzero). (2022 AMC 10A #17)
  • Forgetting that a fraction may be added to itself (such as 1/2 + 1/2 = 1), or listing a sum twice (8 arises as 4 + 4 and as 3/2 + 13/2). (2021 AMC Fall 10B #7)
  • Counting the zeros in 1/10^20 only (19 or 20) and ignoring the extra factor 1/2^20, or miscounting the shift by one. (2020 AMC 10B #12)
  • Writing the difference as ab/99 (forgetting the two-place shift), which gives ab = 0.75 and no valid digits. (2021 AMC 10A #8)

Problems, easiest first

2022 AMC 10A · #1Fractions & Decimals

What is the value of 3+13+13+13?3+\frac{1}{3+\frac{1}{3+\frac13}}?

2015 AMC 10B · #4Fractions & Decimals

Four siblings ordered an extra large pizza. Alex ate 15\frac15 , Beth 13\frac13 , and Cyril 14\frac14 of the pizza. Dan got the leftovers. What is the sequence of the siblings in decreasing order of the part of pizza they consumed?

2014 AMC 10A · #1Fractions & Decimals

What is 10(12+15+110)1?10 \cdot \left(\tfrac{1}{2} + \tfrac{1}{5} + \tfrac{1}{10}\right)^{-1}?

2013 AMC 10B · #1Fractions & Decimals

What is 2+4+61+3+51+3+52+4+6\frac{2+4+6}{1+3+5} - \frac{1+3+5}{2+4+6} ?

2013 AMC 10A · #2Fractions & Decimals

Alice is making a batch of cookies and needs 2122\frac{1}{2} cups of sugar. Unfortunately, her measuring cup holds only 14\frac{1}{4} cup of sugar. How many times must she fill that cup to get the correct amount of sugar?

2011 AMC 10B · #1Fractions & Decimals

What is 2+4+61+3+51+3+52+4+6\dfrac{2+4+6}{1+3+5} - \dfrac{1+3+5}{2+4+6}

2009 AMC 10B · #2Fractions & Decimals

Which of the following is equal to 13141213\dfrac{\frac{1}{3}-\frac{1}{4}}{\frac{1}{2}-\frac{1}{3}} ?

2009 AMC 10A · #3Fractions & Decimals

Which of the following is equal to 1+11+11+11 + \frac{1}{1+\frac{1}{1+1}} ?

2021 AMC 10A · #8Fractions & Decimals

When a student multiplied the number 6666 by the repeating decimal, 1.a b a b=1.a b,\underline{1}.\underline{a} \ \underline{b} \ \underline{a} \ \underline{b}\ldots=\underline{1}.\overline{\underline{a} \ \underline{b}}, where aa and bb are digits, he did not notice the notation and just multiplied 6666 times …

2002 AMC 10B · #7Fractions & Decimals

Let nn be a positive integer such that 12+13+17+1n\frac 12 + \frac 13 + \frac 17 + \frac 1n is an integer. Which of the following statements is not true:

2001 AMC 10 · #7Fractions & Decimals

When the decimal point of a certain positive decimal number is moved four places to the right, the new number is four times the reciprocal of the original number. What is the original number?

2022 AMC 10A · #17Fractions & Decimals

How many three-digit positive integers a b c\underline{a} \ \underline{b} \ \underline{c} are there whose nonzero digits a,b,a,b, and cc satisfy 0.a b c=13(0.a+0.b+0.c)?0.\overline{\underline{a}~\underline{b}~\underline{c}} = \frac{1}{3} (0.\overline{a} + 0.\overline{b} + 0.\overline{c})? (The bar indicates repetition, thus …

2021 AMC Fall 10B · #7Fractions & Decimals

Call a fraction ab\frac{a}{b} , not necessarily in the simplest form, special if aa and bb are positive integers whose sum is 1515 . How many distinct integers can be written as the sum of two, not necessarily different, special fractions?

2020 AMC 10B · #12Fractions & Decimals

The decimal representation of 12020\frac{1}{20^{20}} consists of a string of zeros after the decimal point, followed by a 99 and then several more digits. How many zeros are in that initial string of zeros after the decimal point?