All topics

s3.1.5

Finding Units Digit of x^n

1,000 questions

The units digit of a number raised to a power follows a repeating cycle. To find the units digit of xnx^n, you can use this pattern.

Procedure:

  1. Identify the cycle of the units digits for powers of the base's units digit. For example, for powers of 3, the units digits cycle is 3, 9, 7, 1 (a cycle of length 4).
  2. Find the remainder when the exponent nn is divided by the length of the cycle. Let the remainder be rr. (If the remainder is 0, use the last digit in the cycle).
  3. The units digit of xnx^n is the same as the rr-th digit in the cycle.

For 3473^{47}: The cycle length is 4. 47÷447 \div 4 has a remainder of 3. The 3rd digit in the cycle (3, 9, 7, 1) is 7. So, the units digit of 3473^{47} is 7.

Practise this