Knowing when a number is divisible by another without carrying out the division is extremely useful for decomposing quickly. Here are the classic rules, all provable with the same idea: working modulo .
Property — Quick divisibility rules
A natural number is divisible by:
Rule (on the decimal digits of ) last digit even () sum of the digits divisible by last two digits form a number divisible by last digit or divisible by and by subtracting twice the last digit from the number without its last digit gives a multiple of (recursive) last three digits form a number divisible by sum of the digits divisible by last digit alternating difference of the digits (from the last) divisible by
Links
Topics: Numbers and operations
Concepts: Divisibility rules · Divisibility
Skills: Decomposing