Reasoning vs Computation Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Use reasoning (not direct computation) to find the units digit of 71007^{100}.

Solution

  1. 1
    Compute units digits of powers of 7: 71=77^1=7, 72=497^2=49 (units 9), 73=3437^3=343 (units 3), 74=24017^4=2401 (units 1), 757^5 ends in 7.
  2. 2
    The units digits cycle with period 4: 7,9,3,1,7,9,3,1,7, 9, 3, 1, 7, 9, 3, 1, \ldots
  3. 3
    Reasoning: 100=4×25100 = 4 \times 25, so 71007^{100} is at position 100(mod4)=0100 \pmod{4} = 0, which corresponds to the 4th position in the cycle.
  4. 4
    The 4th position gives units digit 11.

Answer

7100 has units digit 17^{100} \text{ has units digit } 1
Recognising the repeating cycle of units digits requires reasoning about structure (periodicity modulo 4), not direct computation of a 85-digit number. This is reasoning at its most powerful.

About Reasoning vs Computation

Reasoning is the process of understanding why a mathematical fact is true and how ideas connect, while computation is the mechanical process of calculating an answer — both are essential but serve different purposes.

Learn more about Reasoning vs Computation →

More Reasoning vs Computation Examples