SHSAT MATH • NUMBER PROPERTIES AND INTEGERS

Divisibility Rules — Use divisibility rules to evaluate a number.

Learn quick shortcuts to tell if a number divides evenly — no long division needed.

Historical Context & Motivation

Have you ever looked at a big number like 4,572 and wondered, "Can I split this evenly into groups of 3?" People have been asking questions like that for thousands of years. Long before calculators existed, mathematicians invented clever shortcuts called divisibility rules. These rules let you check whether one number divides into another without doing the full division.

~300 BCE
Euclid's Elements
The Greek mathematician Euclid wrote about even and odd numbers. He showed that every whole number is either divisible by 2 or not — one of the earliest divisibility ideas.
~500 CE
Indian Mathematicians
Scholars like Aryabhata developed the Hindu-Arabic numeral system (the digits 0–9 we use today). This place-value system made digit-based divisibility tricks possible.
1202
Fibonacci Spreads the System
Italian mathematician Fibonacci published Liber Abaci, bringing Hindu-Arabic numerals to Europe. Merchants quickly adopted divisibility shortcuts for trading and accounting.
1801
Gauss & Modular Arithmetic
Carl Friedrich Gauss published Disquisitiones Arithmeticae, which explained the math behind remainders. His work gave divisibility rules a formal mathematical foundation.

Today, divisibility rules are still super useful — especially on timed tests like the SHSAT. They help you simplify fractions, find factors, and solve problems faster. The big question is: how can you tell if a number is divisible by 2, 3, 4, 5, 6, 8, 9, or 10 just by looking at its digits?

Core Principles & Definitions

Before we dive into the rules, let's make sure we understand the key vocabulary. When we say a number is divisible by another number, we mean it divides evenly with no remainder. For example, 12 is divisible by 3 because 12 ÷ 3 = 4 exactly. But 13 is not divisible by 3 because 13 ÷ 3 = 4 with a remainder of 1.

1

Divisibility

A number a is divisible by b if a ÷ b gives a whole number with zero remainder.
2

Factor

A factor is a number that divides evenly into another. If 15 ÷ 5 = 3, then 5 is a factor of 15.
3

Multiple

A multiple is the result of multiplying a number by a whole number. 15 is a multiple of 5 because 5 × 3 = 15.
4

Remainder

The remainder is what's left over after dividing. In 17 ÷ 5 = 3 R 2, the remainder is 2.
KEY TAKEAWAY
Think of divisibility like splitting a bag of candy evenly among friends. If you have 12 pieces and 3 friends, everyone gets exactly 4 pieces — no leftovers. That means 12 is divisible by 3. If you had 13 pieces, one piece would be left over, so 13 is not divisible by 3. Divisibility rules are shortcuts that let you figure this out without actually dividing.

Visual Explanation — The Divisibility Rules Chart

The diagram below shows the most important divisibility rules you need for the SHSAT. Each rule tells you exactly which digits to look at and what to check. Study this chart — it's your cheat sheet!

This chart groups all eight divisibility rules by color. Notice that the rules for 2, 5, and 10 only require you to look at the last digit, while the rules for 3 and 9 require you to add all the digits together.

Look at how the rules fall into two groups. The first group (for 2, 5, and 10) only cares about the last digit. The second group (for 3 and 9) asks you to add up all the digits. The rules for 4, 6, and 8 combine ideas from these two groups. Knowing which group a rule belongs to makes it much easier to remember.

Mathematical Framework — Why the Rules Work

You might wonder: why does adding digits tell you about divisibility by 3? It's not magic — it's math! Let's see the reasoning behind the most-tested rules.

Divisibility by 2

RULE FOR 2
A number is divisible by 2 if its last digit is 0, 2, 4, 6, or 8.
Why? Every number can be written as (some amount × 10) + last digit. Since 10 is always divisible by 2, we only need to check the last digit.

Divisibility by 3

RULE FOR 3
A number is divisible by 3 if the sum of its digits is divisible by 3.
Example: For 531, add 5 + 3 + 1 = 9. Since 9 ÷ 3 = 3 (no remainder), 531 is divisible by 3.

Divisibility by 9

RULE FOR 9
A number is divisible by 9 if the sum of its digits is divisible by 9.
This works for the same reason as the rule for 3, but with a stricter requirement. For 531, the digit sum is 9, and 9 ÷ 9 = 1, so 531 is also divisible by 9.

Divisibility by 4

RULE FOR 4
A number is divisible by 4 if its last two digits form a number divisible by 4.
Why two digits? Because 100 is divisible by 4, so any hundreds, thousands, etc. are already taken care of. Only the last two digits matter. Example: 916 → last two digits are 16. Since 16 ÷ 4 = 4, the number 916 is divisible by 4.
💡 SHSAT Tip
The rule for 6 is a combo rule: a number is divisible by 6 only if it passes both the rule for 2 (last digit is even) and the rule for 3 (digit sum divisible by 3). If it fails either one, it's not divisible by 6.

Detailed Breakdown — Testing the Number 2,340

Let's put all the rules to work on a single number: 2,340. The diagram below walks through every divisibility check. This is the kind of systematic thinking that saves time on the SHSAT.

This flowchart shows every divisibility test applied to 2,340. Notice how the rule for 6 depends on the results for 2 and 3. The only test 2,340 fails is divisibility by 8.
Divisibility results for 2,340
DivisorWhat to CheckResult for 2,340
2Last digit is even0 is even → ✓
3Digit sum divisible by 39 ÷ 3 = 3 → ✓
4Last two digits divisible by 440 ÷ 4 = 10 → ✓
5Last digit is 0 or 5Ends in 0 → ✓
6Divisible by both 2 and 3Both pass → ✓
8Last three digits divisible by 8340 ÷ 8 = 42.5 → ✗
9Digit sum divisible by 99 ÷ 9 = 1 → ✓
10Last digit is 0Ends in 0 → ✓

Worked Example — SHSAT-Style Problem

Let's walk through a problem like one you might see on the actual SHSAT. Pay attention to each step — the method matters as much as the answer.

Which of the following numbers is divisible by both 4 and 9: 1,224 or 1,242?
1
Step 1 — Check 1,224 for divisibility by 4Look at the last two digits of 1,224. They form the number 24. Is 24 divisible by 4? Yes, because 24 ÷ 4 = 6.
1,224 passes the test for 4 ✓
2
Step 2 — Check 1,224 for divisibility by 9Add all the digits: 1 + 2 + 2 + 4 = 9. Is 9 divisible by 9? Yes, because 9 ÷ 9 = 1.
1,224 passes the test for 9 ✓
3
Step 3 — Conclusion for 1,224Since 1,224 is divisible by both 4 and 9, we already have our answer. But let's check 1,242 anyway for practice.
1,224 is divisible by both 4 and 9 ✓
4
Step 4 — Check 1,242 for divisibility by 4Look at the last two digits: 42. Is 42 divisible by 4? Let's check: 42 ÷ 4 = 10.5. That's not a whole number.
1,242 fails the test for 4 ✗
5
Step 5 — Final AnswerSince 1,242 is NOT divisible by 4, it can't be divisible by both 4 and 9. The answer is 1,224.
Answer: 1,224
⏱️ Time-Saving Strategy
On the SHSAT, if a question asks about divisibility by two numbers, start with the rule that's faster to check. The rule for 4 (look at last two digits) is usually quicker than the rule for 9 (add all digits). If a number fails the first test, you can skip the second test entirely!

Strengths & Limitations of Divisibility Rules

Divisibility rules are powerful, but they have limits. Knowing when they work well — and when they don't — will help you use them wisely on test day.

Strengths vs. Limitations of Divisibility Rules
StrengthsLimitations
No calculator needed — just look at digits or add them.No simple rule exists for 7 that's easy to remember.
Very fast for 2, 5, and 10 (just check the last digit).For very large numbers, the rule for 8 (check last 3 digits) can still require mental division.
The rule for 6 combines two simpler rules, making it easy to apply.Rules don't directly tell you the quotient — only whether division is even.
Helps you simplify fractions quickly by finding common factors.Doesn't work well for prime divisors larger than 10 (like 11 or 13).
KEY TAKEAWAY
Think of divisibility rules like a set of filters at a water plant. Each filter catches something different. The "÷ 2" filter catches odd numbers, the "÷ 5" filter catches numbers not ending in 0 or 5, and so on. If a number passes through all the filters you need, you know it's divisible. These filters are fast and reliable for divisors 2 through 10, which covers most SHSAT problems.

Connection to Advanced Topics

Divisibility rules are your first step into a bigger world of number theory. Here's how the ideas you've learned connect to topics you'll see in high school and beyond.

From divisibility rules to advanced math
What You Know NowWhere It Leads
Divisibility by 2, 3, 4, etc.Prime Factorization — breaking a number into its smallest factor building blocks.
Checking if remainder is 0Modular Arithmetic — a system that focuses entirely on remainders. Used in computer science and cryptography.
Finding common factors of two numbersGCF and LCM — Greatest Common Factor and Least Common Multiple, essential for simplifying fractions and solving equations.
Digit-sum rules for 3 and 9Casting Out Nines — an old technique for checking arithmetic, based on the same digit-sum idea.

On the SHSAT specifically, divisibility rules often appear in questions about factors, multiples, and simplifying fractions. Mastering these rules now gives you a strong foundation for GCF/LCM problems, which are also tested. The same logical thinking — breaking a problem into smaller checks — will help you in algebra and beyond.

Practice Problems

PROBLEM 1CONCEPTUAL
A student says that 345 is divisible by 6 because it is divisible by 3. Explain why the student is wrong.
PROBLEM 2BASIC CALCULATION
Is the number 7,236 divisible by 9? Show your work using the divisibility rule.
PROBLEM 3INTERMEDIATE
Which of these numbers is divisible by both 4 and 5: 820, 1,340, or 1,455?
PROBLEM 4APPLIED
A school has 1,368 students. The principal wants to divide them into equal teams for a field day. Can the students be divided into teams of 6 with nobody left out? What about teams of 8?
PROBLEM 5CRITICAL THINKING
The number 5,2□4 has a missing digit (shown as □). What digit could go in the blank to make the number divisible by 9? Is there more than one answer?

Lesson Summary

Divisibility rules are shortcuts that let you check whether a number divides evenly by 2, 3, 4, 5, 6, 8, 9, or 10 — without doing long division. For 2, 5, and 10, you only need to look at the last digit. For 3 and 9, you add all the digits and check whether that sum is divisible by 3 or 9. For 4 and 8, check the last two or three digits. The rule for 6 is a combo — the number must pass both the test for 2 and the test for 3.

On the SHSAT, these rules save you valuable time. Use them to simplify fractions, find factors, and eliminate wrong answer choices quickly. Remember: a number that is divisible by a product (like 6 = 2 × 3) must be divisible by each of its factors. Master these rules, and you'll handle number-properties questions with confidence.

Varsity Tutors • SHSAT Math • Divisibility Rules — Use divisibility rules to evaluate a number.