🔢

Parity Calculator

Calculate the parity (odd/even sum) of any long number

Enter Your Number

Enter any number. Non-digit characters will be ignored.

Results

🔢

Enter a number to calculate its parity

Examples

Example 1
234
2 + 3 + 4 = 9 (odd)
Example 2
423
4 + 2 + 3 = 9 (odd)
Example 3
123
1 + 2 + 3 = 6 (even)
ℹ️

How Parity Works

Parity refers to whether a number is odd or even.

This calculator adds up all the digits in your number and determines if the sum is odd or even.

For example: 234 → 2+3+4 = 9 → 9 is odd, so the parity is "odd"