πŸ”£ Number Properties

Odd & even, digit sums, and special number tricks

πŸ”’ Odd and even

Even numbers end in 0, 2, 4, 6, or 8. Odd numbers end in 1, 3, 5, 7, or 9.

Understanding how odd and even combine is powerful for eliminating wrong answers:

Quick trick πŸ’‘ If a question asks "Is this number even or odd?" and you can't calculate the full number, work out the parity (odd/even) of each part using these rules. You might eliminate multiple answers in seconds.

βž• Digit sums

The digit sum is what you get when you add all the digits of a number.

Example: The digit sum of 385 is 3 + 8 + 5 = 16. Since 16 is two digits, add them again: 1 + 6 = 7. So the digit sum of 385 is 7.

Digit sums reveal divisibility:

Why? When you divide by 10, the remainder is always 1 (because 10 ≑ 1 mod 3 and mod 9). So 385 = 3Γ—100 + 8Γ—10 + 5 has the same remainder as 3 + 8 + 5 when divided by 3 or 9.

πŸ”„ Place value and digit swaps

Swapping digits changes a number completely. A two-digit number with tens digit T and units digit U equals 10T + U.

Example: The number 73 has T = 7 and U = 3, so its value is 10(7) + 3 = 73. When you swap to get 37, the value is 10(3) + 7 = 37.

The difference: 73 βˆ’ 37 = (10T + U) βˆ’ (10U + T) = 9T βˆ’ 9U = 9(T βˆ’ U) = 9(7 βˆ’ 3) = 9(4) = 36.

Key insight: The difference between a two-digit number and its digit reversal is always a multiple of 9!

⚑ Divisibility shortcuts

Quick tests to check divisibility without long division:

These shortcuts save time in multiple-choice questions β€” test options quickly without calculating.

🧠 Practice Quiz

Score: 0 / ?