Question

Difficulty: MediumUnit Digit and Cyclicity

What is the unit digit of the composite exponential expression E=43345+8188062575E = 433^{45} + 818^{80} - 625^{75}?

  1. 4Answer
  2. B
    9
  3. C
    2
  4. D
    6

Answer

4
Evaluating each term individually: 43345433^{45} has unit digit 33 (since 45(mod4)=145 \pmod 4 = 1), 81880818^{80} has unit digit 66 (since 80(mod4)=080 \pmod 4 = 0, giving the 4th power unit digit 8468^4 \rightarrow 6), and 62575625^{75} has unit digit 55. Combining these gives 3+65=43 + 6 - 5 = 4.

Step-by-Step Solution

1
Find the unit digit of 43345433^{45}
Unit digit is 3
The unit digit of base 433 is 3. The cyclicity of 3 is 4 (31=3,32=9,33=7,34=13^1=3, 3^2=9, 3^3=7, 3^4=1). Dividing the exponent 45 by 4 gives 45=4×11+145 = 4 \times 11 + 1 (remainder 1). Thus, the unit digit is 31=33^1 = 3.
2
Find the unit digit of 81880818^{80}
Unit digit is 6
The unit digit of base 818 is 8. The cyclicity of 8 is 4 (81=8,82=4,83=2,84=68^1=8, 8^2=4, 8^3=2, 8^4=6). Dividing exponent 80 by 4 gives a remainder of 0. When remainder is 0, we take the 4th power, giving unit digit 66 (from 84=40968^4 = 4096).
3
Find the unit digit of 62575625^{75}
Unit digit is 5
The unit digit of base 625 is 5. Any positive integer power of a number ending in 5 always ends in 5 (cyclicity of 1).
4
Combine the unit digits of all terms
4
Substitute the individual unit digits into the expression: 3+65=43 + 6 - 5 = 4.

Key Concept

Unit Digit and Cyclicity Rules for Exponential Expressions
Rate this question