STAGE NT 3.1 · 8 PRACTICE PROBLEMS · 2 NEW-CONTEXT APPLICATIONS
Cycles of Units Digits
Useful preparation: Computing with Remainders
Goal: Understand and apply cycles of units digits.
Before you begin: Computing with Remainders
Understand the idea
Repeated powers often revisit the same remainder. For a fixed last digit, multiplying once more determines the next last digit, so a repeated state creates a cycle.
Choose and carry out a method
List successive powers modulo ten until the cycle closes. Reduce the exponent by the cycle length and match the correct position.
Check the reasoning
A remainder of zero refers to the last position of a cycle that begins at exponent one. Check a small exponent to avoid an index shift.
What is the units digit of 3^10?
- Powers of 3 have units digits cycling through 3, 9, 7, 1.
- 10=4·2+2; a zero remainder selects the fourth entry, otherwise use the remainder as the entry number.
- The units digit is 9; full groups of four powers repeat.
9
What is the units digit of 3^13?
- Powers of 3 have units digits cycling through 3, 9, 7, 1.
- 13=4·3+1; a zero remainder selects the fourth entry, otherwise use the remainder as the entry number.
- The units digit is 3; full groups of four powers repeat.
3
Common pitfalls
Possible mix-up: Exponent remainder zero means units digit zero.
It means use the last entry of the power cycle.
Possible mix-up: A correct numerical answer alone explains the method.
State the governing relationship and check the conditions described above.
Explain it to yourself
Why can a units-digit calculation ignore all higher decimal digits?
Preview the eight practice prompts
- What is the units digit of 3^19?
- What is the units digit of 3^22?
- What is the units digit of 3^25?
- What is the units digit of 3^28?
- What is the units digit of 3^31?
- What is the units digit of 3^34?
- A branching design triples its count in each of 37 steps, starting with one piece. What is the units digit of the final count? New context
- A branching design triples its count in each of 40 steps, starting with one piece. What is the units digit of the final count? New context

