Question

Difficulty: MediumUnit Digit and Cyclicity

What is the unit digit of the expression K=(23385×43794)16847K = (233^{85} \times 437^{94}) - 168^{47}?

Answer: 5

Answer

The unit digit of the given expression is 5.
To find the unit digit of K=(23385×43794)16847K = (233^{85} \times 437^{94}) - 168^{47}, analyze each term using base cyclicity rules:
1. 23385233^{85}: Base digit 3 has cyclicity 4. 85÷4=2185 \div 4 = 21 remainder 1. 31=33^1 = 3.
2. 43794437^{94}: Base digit 7 has cyclicity 4. 94÷4=2394 \div 4 = 23 remainder 2. 72=4997^2 = 49 \rightarrow 9.
3. Product unit digit: 3×9=2773 \times 9 = 27 \rightarrow 7.
4. 16847168^{47}: Base digit 8 has cyclicity 4. 47÷4=1147 \div 4 = 11 remainder 3. 83=51228^3 = 512 \rightarrow 2.
5. Subtracting gives 72=57 - 2 = 5.

Step-by-Step Solution

1
Find the unit digit of 23385233^{85}
Unit digit is 3
The unit digit of powers of 3 follows a cycle of 4: (3, 9, 7, 1). Since 851(mod4)85 \equiv 1 \pmod 4, the unit digit is 31=33^1 = 3.
2
Find the unit digit of 43794437^{94}
Unit digit is 9
The unit digit of powers of 7 follows a cycle of 4: (7, 9, 3, 1). Since 942(mod4)94 \equiv 2 \pmod 4, the unit digit is 72=49    97^2 = 49 \implies 9.
3
Find the unit digit of the product (23385×43794)(233^{85} \times 437^{94})
Unit digit is 7
Multiplying the unit digits of the two terms gives 3×9=273 \times 9 = 27, which has a unit digit of 7.
4
Find the unit digit of 16847168^{47}
Unit digit is 2
The unit digit of powers of 8 follows a cycle of 4: (8, 4, 2, 6). Since 473(mod4)47 \equiv 3 \pmod 4, the unit digit is 83=512    28^3 = 512 \implies 2.
5
Calculate the final unit digit of the composite expression
5
Subtracting the unit digit of the subtracted term from the product's unit digit yields 72=57 - 2 = 5.

Key Concept

Unit Digit and Cyclicity
Estimated Time:1m 30s
Rate this question