This document outlines divisibility rules that can be used to determine if a number is divisible by certain other numbers without performing long division. The rules provided are: a number is divisible by 2 if the last digit is even; divisible by 3 if the sum of the digits is 3, 6, or 9; divisible by 4 if the last two digits are divisible by 4; divisible by 5 if the last digit is 0 or 5; divisible by 6 if it meets the rules for both 2 and 3; divisible by 8 if the last three digits are divisible by 8; divisible by 9 if the sum of the digits is 9; and divisible by 10 if the last digit is 0. There is no simple rule for divisibility by 7