Divisibility Checker

Check if a number is divisible by another number and explore divisibility rules from 2 to 20.

a \bmod b = 0 \implies b \text{ divides } a
Result

Step-by-Step Calculation & Explanation

An integer \( a \) is divisible by another non-zero integer \( b \) if there is an integer \( q \) such that \( a = b \times q \), leaving a remainder of 0. Divisibility rules are shorthand tests to determine divisibility without executing full long division.