-1

How would you find the answer to this

$$111453 \cdot 1812337 \bmod(10)$$

I know how to do it if given powers but don't know how to solve something like this above.

Brian M. Scott
  • 616,228

2 Answers2

2

Note : $$111453 \equiv 3 \pmod{10} \ and \ 1812337 \equiv 7 \pmod{10}$$ $$\implies 111453 \times 1812337 \equiv 3 \times 7 \equiv 21 \equiv 1 \pmod{10}$$

C.S.
  • 5,528
0

It is equal to:

$111453$ (mod 10) $×1812337$ (mod 10)

N.S.JOHN
  • 1,549