Two words we lean on constantly. A repetend is the block of digits that repeats forever, written with a bar, like the 3 in 0.83. And lowest terms means the fraction qp has no common factor left to cancel — gcd(p,q)=1.
The figure below shows this split as a prime-factor picture — the whole game of "terminate vs repeat" lives in which coloured primes appear.
True or false: 0.4999… (nines forever) is a different number from 0.5.
False — they are the same number. 0.49=0.5 exactly, because 0.9=1 (multiply x=0.9 by 10, subtract: 9x=9). Two decimal strings can name one rational.
The number-line picture below makes this concrete: 0.9,0.99,0.999,… crowd up to 1 with the gap shrinking to zero, so their infinite limit is1.
True or false: every terminating decimal is also a repeating decimal.
True, in a trivial sense — you can append repeating zeros: 0.375=0.3750. Terminating is just the special case where the repetend is 0.
True or false: if a decimal repeats, the number must be rational.
True. A repeating pattern lets you subtract two shifted copies and cancel the tail, always leaving an integer over 10n−1 (times a power of 10) — a fraction. Repetition guarantees rationality.
True or false: 31+61=0.333…+0.1666… is irrational because both addends have infinite decimals.
False. The sum is 21=0.5, which terminates. "Infinite decimal" does not mean irrational — rationals with a forbidden prime also run forever (but repeat).
True or false: a fraction qp in lowest terms with q=40 terminates.
True. 40=23⋅5, only allowed primes, so it terminates regardless of p. Example: 407=0.175.
True or false: whether qp terminates can depend on the numerator p.
False, once in lowest terms. Terminating depends only on q's prime factors. But p matters for reducing: 156 looks like it has factor 3, yet reduces to 52=0.4, which terminates.
True or false: putting a minus sign in front, like −65, can change whether the decimal terminates or repeats.
False. The sign only flips the number to the other side of zero; it leaves every digit and the whole terminate/repeat pattern untouched. −65=−0.83 repeats exactly as 65=0.83 does.
True or false: the number 0.123456789101112… (concatenating the counting numbers) is rational.
False. Its digit blocks keep growing and never settle into a fixed repeating block, so it cannot terminate or repeat — it is irrational.
True or false: between 31 and 21 there are only finitely many rationals.
False. The rationals are a dense set — between any two of them lies another (e.g. their average), so there are infinitely many.
"61=0.16, so 6 has a prime factor other than 2 and 5 — but 6 also has factor 2, contradiction!" Where's the flaw?
No contradiction. Having some forbidden prime (the 3) is enough to force repeating. The 2 alone would terminate; the 3 ruins it. Termination needs the denominator to have only allowed primes — one forbidden prime spoils it.
"71 has repetend length 6, so n1 always repeats with n−1 digits." Find the error.
The rule is that repetend length dividesϕ(n), it does not equal n−1. For 71, ϕ(7)=6=7−1 only because 7 is prime; 131 has length 6 while ϕ(13)=12.
"To convert 0.583 I multiply by 10 once and subtract." Why does this fail?
One multiply-and-subtract only cancels the tail if the repetend and the whole number are already aligned. With a non-repeating head (58), you need two shifts — one to jump past the head, one more to line up the repetend — then subtract.
"q=9=32 has no 2 or 5, so 91 never gives a whole-number remainder in long division." Where's the slip?
The statement about remainders is fine, but its phrasing hides the real point: remainders never hit 0 only because they must recycle among {1,…,8}, forcing repetition, not termination. 91=0.1.
"0.9=1 must be wrong, because 0.9 is clearly less than 1." Spot the mistaken intuition.
The intuition treats 0.9 as "stopping just short." It doesn't stop — with infinitely many nines the gap to 1 is exactly zero. Algebra (9x=9) and limits both confirm 0.9=1.
"Since π=722, π is rational." What's wrong?
722=3.142857 is a rational approximation, not π. The true π=3.14159… never repeats, so it is irrational; 722 merely agrees for a couple of digits.
"The repetend of qp can start with a non-repeating part only if q is even." Correct the claim.
The non-repeating "head" appears whenever q has any allowed prime alongside a forbidden prime — so it can happen for q=15=3⋅5 (odd) too: 151=0.06.
Why can a long division of qp never repeat for more than q−1 digits before a remainder recurs?
The nonzero remainders live in {1,2,…,q−1} — only q−1 possible values. By the pigeonhole principle a remainder must repeat within q steps, and once a remainder returns the whole cycle returns.
The remainder-cycle figure below traces this for 71: the remainders 1→3→2→6→4→5 loop back to 1, and the digits ride along that loop.
Why does the denominator being 2a⋅5b force termination, in one sentence?
You can multiply top and bottom to make the denominator a power of ten (10n=2n5n), and any integer over 10n is just that integer with the decimal point moved n places — a finite string.
Why do we insist on "lowest terms" before reading off the terminate/repeat rule?
Because hidden common factors can cancel a forbidden prime: 63 looks like it has a 3, but reduces to 21. Only the reduced denominator's primes decide the behaviour.
Why is ϕ(q) (from Euler's totient function) the natural bound on repetend length for q coprime to 10?
The repetend length is the smallest power k with 10k≡1(modq) (the order of 10 mod q in Modular arithmetic), and by Euler's theorem that order divides ϕ(q).
Why does multiplying x=0.abc by 10n (with n = repetend length) make subtraction cancel the infinite tail?
Shifting by exactly one full period lines the tails up digit-for-digit, so 10nx and x have identical fractional parts — subtracting kills them and leaves an integer.
Why do rationals leave "gaps" in the number line even though they are dense?
Dense means no two rationals sit with empty space of rationals between them, but limits of rational sequences (like 2) can fall between them — those limit points are the irrationals filling the gaps to form the Real numbers.
What is the decimal expansion of 70, and does it terminate or repeat?
0 exactly — q0=0 for any nonzero q. It terminates trivially; the "repeat vs terminate" rule is about nonzero numerators.
Does qp with q=1 (an integer) terminate? Which prime-factor rule applies?
Yes — q=1=20⋅50 fits "only allowed primes" vacuously, so integers terminate: 5=5.0. No forbidden primes exist to cause repetition.
Is 0.0 a repeating decimal or a terminating one?
We classify it as terminating, using the sharp rule "a decimal terminates if from some point on every digit is 0." Since 0.0 is all zeros, it satisfies that rule; a decimal is called repeating only when its shortest repetend is a non-zero block — so 0.0=0 sits firmly on the terminating side, not in between.
How does a leading minus sign, as in −87, interact with the terminate/repeat test?
It doesn't — the test reads only the reduced denominator's primes, and the sign lives with the numerator. −87=−0.875 terminates just like 87=0.875; reflect any expansion through zero and the pattern is unchanged.
For q1 with q having both an allowed prime and a forbidden prime (say q=6), what does the decimal look like structurally?
A finite non-repeating head followed by a repeating tail, e.g. 61=0.16: the 2 produces the one-digit head, the 3 produces the repeating part.
Can a rational number have a repetend longer than the number of digits in its denominator?
Yes. Length is bounded by q−1, not the digit-count of q. For example 971 has a 96-digit repetend, far longer than the two digits of "97."
What happens to the terminate/repeat classification if you write the number in base 6 instead of base 10?
It can change, because the "allowed primes" are now the prime factors of the new base. In general, in base b a reduced qpterminates exactly when every prime factor of q also divides b — otherwise it repeats. Base 6=2⋅3 makes 2 and 3 allowed, so 31 terminates as 0.26 even though it repeats in base 10.
The table figure below lines up 31,51,71 across bases 10, 6 and 2 so you can watch "allowed primes" swap as the base changes.
Recall One-line summary of every trap
Terminating vs repeating depends only on the reduced denominator's primes relative to the base (allowed = factors of the base); repetition (not "infinite length") is what guarantees rationality; a sign never changes the pattern; and ϕ(q) bounds — never equals — the repetend length.