To find the unit digit in (xyz)n
Here xyz is some number, n is the Index and z is the base unit.
We need to find the unit digit of (xyz)n
Rule: Divide the index ‘n’ by 4, the remainder (R) can be 0, 1, 2 or 3.
- If R = 0, then
- If base unit is odd except 5, then the unit digit will be 1.
- If base unit is even, then the unit digit will be 6.
- If R = 1, 2 or 3, then unit digit = unit digit of (base unit)R
Note: if base unit is 0, 1, 5 or 6, the unit digit will be same as base unit.
Problems:
- Find the unit digit of (1237)132132/4 leaves remainder 0. As base unit is odd, the unit digit of (1237)132 is 1.
- Find the unit digit of (1238)132132/4 leaves remainder 0. As base unit is even, the unit digit of (1238)132 is 6.
Exercise:
- Find the unit digit of 1234132 × 5247256 × 1353133?
- Find the unit digit of 1234132 + 5247256 + 1353133?