Enter whole numbers and review common divisibility rules. See remainders, charts, exports, and quick checks. Learn patterns clearly through examples and stepwise explanations today.
n is divisible by d when n mod d = 0
r(next) = (10 × r(current) + next digit) mod d
| Number | Passed tests | Why it passes |
|---|---|---|
| 128 | 2, 4, 8 | It ends in 8, the last two digits are 28, and the last three digits are 128. |
| 135 | 3, 5, 9 | The digit sum is 9 and the last digit is 5. |
| 462 | 2, 3, 6, 7, 11 | It is even, its digit sum is 12, and direct remainder checks confirm 7 and 11. |
| 660 | 2, 3, 4, 5, 6, 10, 11, 12 | It is even, ends in 0, digit sum is 12, and the last two digits are 60. |
| 121 | 11 | The alternating sum rule confirms a multiple of 11. |
A number is divisible by another number when the remainder is zero after division. For example, 24 is divisible by 6 because 24 ÷ 6 leaves no remainder.
Yes. Divisibility rules depend on the absolute value. A negative whole number has the same divisibility results as its positive counterpart for the same divisor.
Yes. Zero divided by any nonzero positive divisor gives remainder zero. This calculator therefore marks zero as divisible by every selected divisor greater than zero.
Digit sums simplify checks for 3 and 9. If the digit sum is divisible by 3 or 9, the whole number is also divisible by 3 or 9.
The divisibility rule for 7 is less convenient mentally. Exact remainder calculation is dependable, fast, and avoids confusion from shortcut methods when numbers become large.
Starting from the right, alternate plus and minus signs across the digits. If that total is a multiple of 11, the number is divisible by 11.
Yes. The calculator processes digits directly instead of relying on normal integer limits. That approach supports much larger whole numbers safely and accurately.
They capture the checked number, summary values, and the result table. CSV is useful for spreadsheets, while PDF is better for printing or sharing a report.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.