7 mod 2
7 mod 2 equals 1, confirming that 7 is an odd number.
How to use this tool
- Enter dividend (a) and divisor (b) in the fields above.
- Results update instantly as you type — or click Calculate.
- Read your remainder (a mod b) and the full breakdown beneath it.
Any number mod 2 reveals odd (remainder 1) or even (remainder 0); 7 mod 2 = 1, so 7 is odd.
Frequently asked questions
- What is the modulo operation?
- The modulo (%) returns the remainder of a division. For example, 17 mod 5 = 2 because 17 = 3×5 + 2.