ISEE UPPER LEVEL • QUANTITATIVE REASONING

Apply divisibility and factor rules.

Master the shortcuts that reveal hidden factors and simplify complex number problems without a calculator.

Historical Context & Motivation

Long before calculators existed, mathematicians needed efficient methods to determine whether one number divides evenly into another. The study of divisibility — whether a division produces a whole number with no remainder — stretches back thousands of years. Ancient civilizations developed clever mental shortcuts that let merchants, astronomers, and engineers work with large numbers quickly. These same shortcuts appear on the ISEE today, where you must solve problems without a calculator under strict time pressure.

~300 BCE
Euclid's Elements
Euclid formalized the concept of divisibility and proved that every integer greater than 1 can be expressed as a product of primes, laying the groundwork for the Fundamental Theorem of Arithmetic.
~200 BCE
Sieve of Eratosthenes
The Greek mathematician Eratosthenes devised a systematic algorithm for identifying all prime numbers up to any given limit, using repeated elimination of multiples.
~500 CE
Indian Digit-Sum Methods
Indian mathematicians such as Aryabhata developed digit-sum techniques, the ancestors of the divisibility rules for 3 and 9 that we still use today.
1801
Gauss's Disquisitiones Arithmeticae
Carl Friedrich Gauss published a comprehensive treatment of modular arithmetic, providing a formal mathematical framework for all divisibility rules based on remainders.
Present
Standardized Testing
Divisibility and factor rules are core skills on the ISEE Upper Level, where questions test your ability to recognize factor relationships quickly and apply them under timed conditions.

The central question these mathematicians tackled is the same one you face on the ISEE: given a number, how can you rapidly determine its factors, check divisibility, or compare two quantities involving multiples — all without performing long division? The rules and strategies in this lesson give you that power.

Core Principles & Definitions

Before diving into specific rules, you need a solid grasp of the vocabulary the ISEE uses. A factor of a number divides into it evenly with no remainder. A multiple of a number is the product of that number and any positive integer. Divisibility rules are mental tests that tell you whether a specific factor exists without performing the full division.

1

Factor

An integer that divides another integer exactly. For example, 4 is a factor of 20 because 20 ÷ 4 = 5 with no remainder.
2

Multiple

The result of multiplying a number by any positive integer. The multiples of 6 are 6, 12, 18, 24, and so on.
3

Prime Number

An integer greater than 1 whose only factors are 1 and itself. The first several primes are 2, 3, 5, 7, 11, and 13.
4

Prime Factorization

Breaking a number into a product of prime factors. For instance, 60 = 2² × 3 × 5. This is the foundation for finding GCF and LCM.
5

GCF & LCM

The Greatest Common Factor is the largest factor shared by two numbers. The Least Common Multiple is the smallest number that both divide into evenly.
KEY TAKEAWAY
Think of divisibility rules as quick diagnostic tests — like checking a car's dashboard warning lights instead of disassembling the engine. Each rule lets you instantly detect whether a specific prime factor (2, 3, 5, etc.) is present in a number, saving you the time-consuming work of full division.

Visual Explanation — The Divisibility Decision Tree

The diagram below shows a decision-tree approach to checking divisibility by the most commonly tested divisors on the ISEE. Start at the top with your number and follow the branches. Each test is a quick mental check based on digit properties, and the result tells you which factors your number has.

Follow the branches from your number. Each box shows the quick mental test for that divisor. Combined divisors (like 6, 12, and 15) require passing multiple tests simultaneously.

Notice how the tests build on each other. The rule for 6 combines the rules for 2 and 3 because 6 = 2 × 3, and those primes share no common factors. Similarly, testing divisibility by 12 means checking both ÷ 4 and ÷ 3. On the ISEE, recognizing these combinations lets you test larger divisors in seconds.

Mathematical Framework — The Rules in Detail

Each divisibility rule exploits a property of our base-10 number system. Here are the rules you are most likely to need on the ISEE, expressed precisely so you can apply them with confidence.

DIVISIBILITY BY 2
N is divisible by 2 ⟺ last digit ∈ {0, 2, 4, 6, 8}
Any even number is divisible by 2. Example: 4,578 ends in 8, so it is divisible by 2.
DIVISIBILITY BY 3
N is divisible by 3 ⟺ (sum of digits) is divisible by 3
Add all digits of N. If that sum is divisible by 3, so is N. Example: 594 → 5 + 9 + 4 = 18, and 18 ÷ 3 = 6. ✓
DIVISIBILITY BY 4
N is divisible by 4 ⟺ (last two digits) form a number divisible by 4
Ignore all digits except the last two. Example: 7,316 → 16 ÷ 4 = 4. ✓ This works because 100 is divisible by 4.
DIVISIBILITY BY 9
N is divisible by 9 ⟺ (sum of digits) is divisible by 9
Same process as the rule for 3, but the digit sum must be divisible by 9. Example: 2,673 → 2 + 6 + 7 + 3 = 18, and 18 ÷ 9 = 2. ✓ If a number is divisible by 9, it is automatically divisible by 3 as well.

GCF and LCM via Prime Factorization

Many ISEE problems ask you to find the greatest common factor (GCF) or least common multiple (LCM) of two numbers. The most reliable method is prime factorization. Write each number as a product of primes, then apply two simple rules: the GCF is the product of shared primes taken to their lowest powers, and the LCM is the product of all primes taken to their highest powers.

GCF FORMULA
GCF(a, b) = product of common prime factors, each at its LOWEST exponent
Example: 60 = 2² × 3 × 5 and 90 = 2 × 3² × 5. Common primes: 2, 3, 5. GCF = 2¹ × 3¹ × 5¹ = 30.
LCM FORMULA
LCM(a, b) = product of ALL prime factors, each at its HIGHEST exponent
Same example: LCM = 2² × 3² × 5 = 4 × 9 × 5 = 180. Useful shortcut: GCF(a, b) × LCM(a, b) = a × b.

Detailed Breakdown — Factor Trees & Relationships

A factor tree is a visual tool that breaks a number down step-by-step into its prime components. The diagram below shows factor trees for 72 and 120, and then demonstrates how to extract the GCF and LCM from their prime factorizations. This technique is essential for ISEE problems involving shared factors or common multiples.

Circled numbers are primes — the "leaves" of the tree. For the GCF, take each shared prime at its lowest power. For the LCM, take every prime at its highest power.
🎯 ISEE STRATEGY
When an ISEE question asks about the number of factors of a number, use the factor-counting formula: if N = p₁a × p₂b × p₃c, then the total number of positive factors equals (a + 1)(b + 1)(c + 1). For 72 = 2³ × 3², that gives (3 + 1)(2 + 1) = 12 factors. This is far faster than listing them all.

Worked Example

Let's walk through an ISEE-style problem step by step. This example combines divisibility rules with GCF reasoning — exactly the kind of multi-step question that appears on the exam.

Finding the GCF and Testing Divisibility
1
Step 1 — Read the ProblemWhat is the greatest common factor of 180 and 252?
2
Step 2 — Prime Factorize 180Divide by 2 repeatedly: 180 ÷ 2 = 90, 90 ÷ 2 = 45. Now 45 is odd, so switch to 3: 45 ÷ 3 = 15, 15 ÷ 3 = 5. And 5 is prime.
180 = 2² × 3² × 5
3
Step 3 — Prime Factorize 252252 ÷ 2 = 126, 126 ÷ 2 = 63. Now 63 is odd: 63 ÷ 3 = 21, 21 ÷ 3 = 7. And 7 is prime.
252 = 2² × 3² × 7
4
Step 4 — Identify Common Primes at Lowest PowersBoth factorizations share the primes 2 and 3. Take each at its lowest exponent: 2² and 3². The primes 5 and 7 appear in only one number, so they are excluded from the GCF.
5
Step 5 — Compute the GCFMultiply the shared factors: 2² × 3² = 4 × 9 = 36.
GCF(180, 252) = 36
6
Step 6 — Quick Verification with Divisibility RulesIs 36 a factor of 180? Check: 180 ÷ 36 = 5. ✓ Is 36 a factor of 252? Check: 252 ÷ 36 = 7. ✓ Both divide evenly, confirming our answer. On the ISEE, this quick check catches arithmetic errors before you move on.

ISEE Strategies — Strengths & Pitfalls

Knowing the rules is half the battle. The other half is knowing when and how to deploy them under test conditions. The table below compares common approaches and identifies where students typically lose points.

Strategy comparison for ISEE divisibility and factor problems
StrategyStrengthsCommon Pitfalls
Divisibility rulesInstant yes/no answer for specific divisors; no computation neededStudents confuse the rule for 4 (last two digits) with the rule for 8 (last three digits)
Factor treesSystematic; always produces complete prime factorizationTime-consuming with large numbers; students sometimes stop before reaching all primes
Listing factorsWorks well for small numbers; intuitiveEasy to miss factor pairs; impractical for numbers above 100
GCF × LCM = a × bPowerful shortcut when one of GCF or LCM is givenOnly works for exactly two numbers, not three or more
Testing answer choicesUses the ISEE multiple-choice format to your advantageCan waste time if you test in the wrong order; always start with the largest choice for GCF questions
🎯 TEST-TAKING TIP
On ISEE quantitative comparisons involving divisibility, test multiple values when variables are present. If the relationship changes with different valid inputs, the answer is (D). If both columns contain only concrete numbers, (D) is never correct — just compute and compare.

Connections to Advanced Topics

Divisibility and factor rules are not isolated tricks — they connect directly to several broader mathematical topics that surface on the ISEE and in future coursework. Understanding these connections helps you see patterns across different types of problems.

This LessonAdvanced Connection
Divisibility by 2, 3, 5Modular arithmetic (remainders): N mod 3 = 0 means divisible by 3. This is the formal basis for all divisibility rules.
Prime factorizationSimplifying fractions and rational expressions in Algebra 2. Every fraction reduces by dividing numerator and denominator by their GCF.
GCF and LCMAdding fractions with unlike denominators (LCD = LCM of denominators) and solving systems involving periodic events (e.g., 'when do two buses arrive at the same time?').
Factor-counting formulaCombinatorics and probability: counting divisors is a special case of the multiplication principle.
Testing values in QCProof by counterexample in higher math: finding one case where a claim fails is enough to disprove it.

On the ISEE, you can expect divisibility concepts embedded in word problems about scheduling, grouping, and distribution — for example, splitting items evenly among teams, or determining the smallest shipment size that satisfies two different order quantities. Recognizing these as GCF or LCM problems in disguise is the key to solving them quickly.

Practice Problems

Work through these five problems in order. The first three are standard multiple-choice questions, and the last two are quantitative comparisons — both formats appear on the ISEE Upper Level. Remember: there is no penalty for guessing, so always eliminate what you can and select an answer.

PROBLEM 1CONCEPTUAL
Which of the following numbers is divisible by both 3 and 4? (A) 68 (B) 84 (C) 91 (D) 102
PROBLEM 2BASIC CALCULATION
What is the greatest common factor of 48 and 180? (A) 6 (B) 12 (C) 18 (D) 24
PROBLEM 3INTERMEDIATE
Two flashing lights start at the same moment. One flashes every 8 seconds and the other every 14 seconds. After how many seconds will they next flash together? (A) 22 (B) 56 (C) 112 (D) 224
PROBLEM 4APPLIED
Quantitative Comparison N is a positive integer divisible by 6. Column A: The number of positive factors of N when N = 12 Column B: The number of positive factors of N when N = 18 (A) Column A is greater. (B) Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.
PROBLEM 5CRITICAL THINKING
Quantitative Comparison x is a positive integer greater than 1. Column A: The number of positive factors of x² Column B: 2 × (the number of positive factors of x) (A) Column A is greater. (B) Column B is greater. (C) The two quantities are equal. (D) Cannot be determined.

Lesson Summary

You now have a complete toolkit for ISEE divisibility and factor problems. The divisibility rules for 2, 3, 4, 5, 6, 8, 9, and 10 let you test factors instantly using digit properties alone. Prime factorization breaks any number into its fundamental building blocks. From those building blocks, you can compute the GCF (shared primes at lowest powers) and LCM (all primes at highest powers). The factor-counting formula — multiply (exponent + 1) values — tells you exactly how many factors a number has without listing them.

For quantitative comparison questions, remember to test multiple values when variables are involved — if the relationship flips, choose (D). For standard problems, use process of elimination aggressively: apply a quick divisibility test to rule out answer choices before doing any heavy calculation. These strategies will save you valuable time and boost your accuracy across the Quantitative Reasoning section.

Varsity Tutors • ISEE Upper Level • Apply divisibility and factor rules.