Remainder of a ÷ b In this case, a = 145 and b = 8
Calculate whole number part:
8 goes into 145 a total of 18 times 8 x 18 = 144
Calculate remainder part:
Remainder = a - whole number Remainder = 145 - 144
145 mod 8 ≡ 1
Excel or Google Sheets formula:
=MOD(145,8)
What is the Answer?
145 mod 8 ≡ 1
How does the Modulus Calculator work?
Free Modulus Calculator - Given 2 integers a and b, this modulo calculator determines a mod b or simplifies modular arithmetic such as 7 mod 3 + 5 mod 8 - 32 mod 5 This calculator has 1 input.
What 1 formula is used for the Modulus Calculator?