6.11. Modulo
The modulo (commonly known as modulus) operation is the process of finding the remainder when a real number is divided by a second number. To find the modulo of a number a divided by another number b, enter: mod(a, b).
Examples
Find the remainder when the first number is divided by the second number.
1) 12; 5
2) 36; 12
3) 145; 12
4) 1,850; 15
5) 2,460; 22
Calculator Solutions
Type "mod," then enter the two numbers in parentheses, separating them with a comma. The first number is the dividend and the second is the divisor.
1) mod(12, 5)
2) mod(36, 12)
3) mod(145, 12)
4) mod(1850, 15)
5) mod(2460, 22)
Examples
Find the remainder when the first number is divided by the second number.
1) 12; 5
2) 36; 12
3) 145; 12
4) 1,850; 15
5) 2,460; 22
Calculator Solutions
Type "mod," then enter the two numbers in parentheses, separating them with a comma. The first number is the dividend and the second is the divisor.
1) mod(12, 5)
2) mod(36, 12)
3) mod(145, 12)
4) mod(1850, 15)
5) mod(2460, 22)