0123456789
10111213141516171819
20212223242526272829
30313233343536373839
40414243444546474849
50515253545556575859
60616263646566676869
70717273747576777879
80818283848586878889
90919293949596979899

Show factors of:

  • A number is divisible by 2 if it has 0, 2, 4, 6, or 8 in the ones place. It is an even nunber. You may have noticed that the unshaded numbers are all odd.
  • A number is divisible by 3 if the digits add up to 3, 6 or 9.
  • A number is divisible by 4 if dividing the last two digits by 2 results in an even quotient.
  • A number is divisible by 5 if it has 5 or 0 in the ones place.
  • A number is divisible by 6 if it is divisible by BOTH 2 and 3. If a number is a multiple of 6, it is even and its digits add up to 3, 6, or 9.
  • A number is divisible by 9 if the digits add to 9 or a multiple of 9.
  • A number is divisible by 10 if it has 0 in the ones place.
  • When dividing a number that has a factor of 11, the missing factor is either the ones or the tens digit in the product.