ISEE UPPER LEVEL • MATHEMATICS ACHIEVEMENT

Add, subtract, multiply, and divide integers.

Master the sign rules and strategies that make integer arithmetic fast and error-free on test day.

Historical Context & Motivation

For thousands of years, mathematicians struggled with the very concept of a negative number. Ancient Greek mathematicians refused to accept them entirely, viewing mathematics as a study of magnitudes — lengths, areas, and volumes — which could never be less than zero. The idea that you could owe a debt, fall below a reference point, or measure a temperature below freezing eventually forced civilizations to expand their number systems. The story of integer arithmetic is really the story of humanity learning to count in both directions.

200 BCE
China's Nine Chapters
Chinese mathematicians used red counting rods for positive numbers and black rods for negative numbers, creating the earliest known rules for adding and subtracting signed quantities.
628 CE
Brahmagupta's Rules
Indian mathematician Brahmagupta published the first systematic rules for operations on negative numbers, including multiplication and division of signed values.
1500s
European Acceptance
European scholars gradually accepted negative numbers after centuries of calling them "absurd" or "fictitious." Commercial bookkeeping — tracking debts — drove practical adoption.
1800s
Formal Number Line
Mathematicians formalized the integer number line as part of rigorous foundations for algebra, embedding negative numbers permanently into modern mathematics.

Today, integer operations are foundational to algebra, coordinate geometry, and virtually every quantitative discipline. On the ISEE, questions involving integers appear throughout the Mathematics Achievement section, sometimes disguised inside more complex problems. If you can handle sign rules confidently, you remove an entire category of careless errors from your test.

Core Principles & Definitions

An integer is any whole number — positive, negative, or zero. The set of integers is written { … , −3, −2, −1, 0, 1, 2, 3, … }. Unlike fractions or decimals, integers have no fractional part. Every integer has an absolute value, which is its distance from zero on the number line, always expressed as a non-negative number. For example, |−5| = 5 and |5| = 5. Understanding absolute value is the key to mastering all four operations with integers.

1

Same Signs → Add, Keep Sign

When adding two integers with the same sign, add their absolute values and keep the shared sign. Example: (−4) + (−7) = −11.
2

Different Signs → Subtract, Bigger Wins

When adding integers with different signs, subtract the smaller absolute value from the larger and take the sign of the number with the larger absolute value. Example: (−9) + 4 = −5.
3

Subtraction = Add the Opposite

Subtracting an integer is the same as adding its opposite (also called its additive inverse). Example: 3 − (−8) = 3 + 8 = 11.
4

Multiplication & Division Sign Rule

Same signs → positive result. Different signs → negative result. This rule applies identically to both multiplication and division.
KEY TAKEAWAY
Think of integers like a bank account. Deposits (positive) and withdrawals (negative) follow the same logic: two deposits combine into a bigger deposit, two withdrawals combine into a bigger withdrawal, and a deposit mixed with a withdrawal means you find the difference and keep the sign of whichever was larger. Multiplication is like repeated transactions — if you reverse a withdrawal (negative × negative), you end up with a deposit (positive).

Visualizing Integer Operations on the Number Line

A number line is one of the most powerful tools for understanding integer arithmetic. Every addition can be seen as a movement — positive means move right, negative means move left. Subtraction reverses the direction of the second number. The diagram below illustrates two addition examples: one with same signs and one with different signs.

In Example 1, starting at −3 and moving 4 units left (adding −4) lands on −7. In Example 2, starting at −5 and moving 8 units right (adding +8) lands on +3. The number line makes the direction of each operation visible.

When the ISEE presents tricky sign combinations, mentally picturing this number-line movement can prevent careless mistakes. Adding a negative is the same as moving left; subtracting a negative reverses the direction, sending you right. If you ever feel confused by a string of signs, pause, visualize the direction, and the answer will become clear.

Mathematical Framework — Sign Rules

Every integer operation boils down to two questions: what is the magnitude of the result, and what is the sign? The equations below formalize the rules you saw on the concept grid. Memorizing these patterns will let you work through ISEE problems quickly and confidently.

ADDITION — SAME SIGNS
a + b = ±(|a| + |b|) when a and b share the same sign
Add the absolute values and keep the shared sign. Example: (−6) + (−3) = −(6 + 3) = −9.
ADDITION — DIFFERENT SIGNS
a + b = ±(|larger| − |smaller|) sign from the number with the larger |value|
Subtract the smaller absolute value from the larger, then take the sign of whichever number had the greater absolute value. Example: (−10) + 4 = −(10 − 4) = −6.
SUBTRACTION RULE
a − b = a + (−b)
Rewrite subtraction as adding the opposite, then apply the addition rules. Example: 7 − (−5) = 7 + 5 = 12.
MULTIPLICATION & DIVISION SIGN RULE
(+)(+) = (+) (−)(−) = (+) (+)(−) = (−) (−)(+) = (−)
Same signs yield a positive product or quotient. Different signs yield a negative product or quotient. Count the negatives: an even number of negatives → positive; an odd number → negative.
💡 ISEE Strategy Tip
When a problem chains several multiplications or divisions, don't compute the sign at every step. Instead, count the total number of negative factors. If that count is even, the answer is positive; if odd, negative. Then compute the magnitude separately. This two-step approach is faster and less error-prone.

Complete Sign Chart & Common Pitfalls

The chart below consolidates every sign outcome for all four operations in one place. Study it until the patterns become automatic — the ISEE rarely tests sign rules directly, but nearly every algebra question depends on getting them right behind the scenes.

This chart covers every combination. Notice the symmetry: multiplication and division share identical sign rules. For addition, the outcome depends on whether the signs match or differ.

Common Pitfalls on the ISEE

  • Double-negative confusion: Students see "−(−5)" and freeze. Remember: subtracting a negative is the same as adding a positive. Write it out: −(−5) = +5.
  • Forgetting zero's neutrality: Zero is neither positive nor negative. Adding or subtracting zero changes nothing. Multiplying by zero always gives zero.
  • Confusing exponent signs: (−3)² = 9, but −3² = −9. The parentheses make all the difference — the exponent applies only to what's inside them.
  • Rushing through chains: In expressions like (−2)(−3)(−4), count the negatives first (three negatives → odd → negative), then compute the magnitude: 2 × 3 × 4 = 24, so the answer is −24.

Worked Example — Multi-Step Integer Problem

Let's work through a multi-step problem that combines several integer operations, just as the ISEE might present it. The key is to handle one operation at a time, applying sign rules carefully at each stage.

Evaluate: (−8) + 3 × (−4) − (−6)
1
Step 1 — Apply order of operations (multiplication first)Identify the multiplication: 3 × (−4). A positive times a negative gives a negative result. Compute the magnitude: 3 × 4 = 12. So 3 × (−4) = −12.
Expression becomes: (−8) + (−12) − (−6)
2
Step 2 — Rewrite subtraction as adding the oppositeThe expression contains "− (−6)". Subtracting a negative means adding a positive: − (−6) = +6. Rewrite the expression entirely as addition.
Expression becomes: (−8) + (−12) + 6
3
Step 3 — Combine the two negative termsBoth −8 and −12 are negative, so add their absolute values and keep the negative sign: 8 + 12 = 20, so (−8) + (−12) = −20.
Expression becomes: (−20) + 6
4
Step 4 — Add integers with different signsThe signs differ: −20 is negative and 6 is positive. Subtract the smaller absolute value from the larger: 20 − 6 = 14. The number with the larger absolute value is −20, which is negative, so the result is negative.
Final answer: −14
🎯 Test-Day Tip
On the ISEE, if you arrive at an answer that doesn't match any choice, re-check your signs first. Sign errors are the number one source of wrong answers on integer problems. A quick way to verify is to estimate: in this problem, you're starting well below zero and adding a small positive — the result should definitely be negative.

Comparing Operations — When Signs Trick You

One reason integer problems feel tricky is that the same pair of numbers can produce very different results depending on the operation. The table below shows how changing the operation changes the outcome for the same two integers. Studying these contrasts trains your brain to slow down and check the operation before jumping to a sign rule.

All six expressions use −6 and 3 (or −3) yet produce six different results.
ExpressionResultWhy
(−6) + (−3)−9Same signs → add magnitudes, keep negative
(−6) − (−3)−3Rewrite as (−6) + 3 → different signs → subtract
(−6) × (−3)18Same signs → positive product
(−6) ÷ (−3)2Same signs → positive quotient
(−6) × 3−18Different signs → negative product
(−6) ÷ 3−2Different signs → negative quotient
KEY TAKEAWAY
Think of multiplication and division as "agreement detectors." When two numbers agree in sign (both positive or both negative), their product or quotient is positive — they're on the same team. When they disagree (one positive, one negative), the result is negative — conflict produces a negative outcome. This mental shortcut works every time.

Connecting Integers to Algebra & Beyond

Integer operations aren't just a standalone topic — they are the engine that drives nearly every algebraic skill tested on the ISEE. When you solve equations, simplify expressions, or evaluate functions, you are performing integer arithmetic at every step. The table below maps how each integer skill connects to higher-level concepts you'll encounter on the test.

Integer arithmetic is embedded in every major algebra topic on the ISEE.
Integer SkillAlgebraic ApplicationExample on ISEE
Adding/subtracting negativesCombining like terms with negative coefficientsSimplify: 3x − 7x = −4x
Multiplying signed integersDistributing a negative across parentheses−2(x − 5) = −2x + 10
Dividing signed integersSolving equations with negative coefficients−4x = 20 → x = −5
Sign rule for even/odd negativesEvaluating expressions with exponents(−2)³ = −8 vs. (−2)⁴ = 16
Subtracting a negativeFinding distance between points on a coordinate plane3 − (−4) = 7 units apart

As you move into more advanced mathematics — coordinate geometry, systems of equations, and eventually calculus — you'll find that integers and their sign rules remain constant. Mastering them now creates a foundation of speed and accuracy that pays dividends across every future math course.

Practice Problems

Work through these five problems in order. Each one builds on the skills covered in this lesson. Remember: on the ISEE, there is no penalty for guessing, so always answer every question. Use process of elimination to rule out wrong choices before picking your answer.

1
Which of the following expressions has a positive result?
2
What is the value of (−12) − (−5) + (−3)?
3
What is the value of (−3)² × (−2)³?
4
At midnight, the temperature was −7°F. By 6 AM it had dropped another 5 degrees, and by noon it had risen 18 degrees from the 6 AM reading. What was the temperature at noon?
5
If a × b > 0 and a + b < 0, which of the following must be true?

Lesson Summary

Integer arithmetic rests on a small set of reliable rules. For addition, same signs mean you add absolute values and keep the sign, while different signs mean you subtract and take the sign of the larger absolute value. For subtraction, always rewrite as adding the opposite, then follow the addition rules. For multiplication and division, the sign rule is identical: same signs produce a positive result, different signs produce a negative result.

On the ISEE, apply these strategies: count negative factors before multiplying a chain (even count → positive, odd count → negative). Always convert subtraction to addition to reduce the chance of sign errors. Watch for the distinction between (−3)² = 9 and −3² = −9. Use process of elimination — if you know the answer must be negative, immediately cross out all positive choices. These habits will save time and prevent errors throughout the exam.

Varsity Tutors • ISEE Upper Level • Add, subtract, multiply, and divide integers.