← Back to math

Divisibility Rules in Mathematics

Learn quick tricks behind determining if a number is divisible by another without doing long division!

BeginnerNumber TheoryCompetition Math

Number Theory Fundamentals

Divisibility rules are shortcuts that let you quickly check if one number is divisible by another without actually performing the whole long division.

Divisibility Rules

These as shortcuts that save you time.

Divisible by 2: A number is divisible by 2 if its last digit is even (0, 2, 4, 6, 8)

Divisible by 3: A number is divisible by 3 if the sum of its digits is divisible by 3

Divisible by 4: A number is divisible by 4 if its last two digits form a number divisible by 4

Divisible by 5: A number is divisible by 5 if its last digit is 0 or 5

Divisible by 6: A number is divisible by 6 if it's divisible by BOTH 2 and 3

Divisible by 9: A number is divisible by 9 if the sum of its digits is divisible by 9

Divisible by 10: A number is divisible by 10 if its last digit is 0

Divisible by 11: A number is divisible by 11 if the alternating sum of its digits is divisible by 11

Real Math Question

What is i^4582?

To solve this problem, we have to do two important things.

  1. Find a pattern of i(the imaginary number),
  2. Fit in 4582 into it.

Well, i has an important property, where i = √-1, i^2 = -1, i^3 = -√-1(or -i), and i^4 = 1.

The important thing to realize, is that this REPEATS. (so if we even had like i^7, it'd simply be the same thing has i^3)

So, if we can find out what number 4852 is divisible by, we can simply plug this into our above identity!

Well, it IS divisible by 1, and 2!(use the above rules to speed this process up)

Since 2 is bigger, we plug it into the identity, to derive that i^4852 is equal to:

-1 Why These Rules Matter: