Historical Context & Motivation
The study of integer properties — parity, divisibility, and remainders — constitutes one of the oldest branches of mathematics, predating algebra and calculus by millennia. Ancient civilizations needed to partition goods, design calendars, and distribute resources, all of which required a deep understanding of how integers behave under addition, multiplication, and division. The formal treatment of these concepts, now consolidated under number theory, has evolved from pragmatic arithmetic into an elegant theoretical framework that underpins modern cryptography, computer science, and — more immediately for your purposes — standardized test design.
Why does the GMAT emphasize these properties so heavily? Because they test structural reasoning — the ability to deduce results from the inherent characteristics of numbers rather than performing lengthy calculations. A question about the remainder when 7100 is divided by 5 is not asking you to compute 7100; it is asking whether you recognize cyclical remainder patterns. This lesson equips you with the conceptual tools and tactical shortcuts to handle such questions with confidence and speed.
Core Principles & Definitions
Three interlocking concepts form the backbone of GMAT number-property questions. Mastering them requires understanding not merely the definitions but also the algebraic implications each definition carries — implications that GMAT problem writers deliberately exploit to create answer-choice traps.
Parity (Even vs. Odd)
Consecutive Integers
Remainders & Modular Arithmetic
Zero as a Special Case
Visual Explanation — Parity Arithmetic Rules
The diagram below provides a comprehensive map of how parity flows through addition and multiplication. On the left side, the addition rules are shown: combining two inputs of the same parity yields an even output, while mixing parities yields odd. On the right, the multiplication rules demonstrate that an even factor in any position forces the product to be even — the only way to obtain an odd product is to multiply exclusively odd factors.
Notice the asymmetry between the two operations. Addition toggles parity when inputs differ, while multiplication is biased toward evenness — a single even factor in any product guarantees an even result. This asymmetry is the basis for a powerful GMAT strategy: when a question asks whether a product is even or odd, you need only determine whether at least one factor is even. If so, the product is even — no further analysis is necessary.
Mathematical Framework
The formal algebraic representations below translate the visual rules from Section 3 into equations that can be applied directly during problem solving. These representations also introduce the Division Algorithm — the foundational theorem underlying all remainder problems.
Detailed Breakdown — Remainder Cycles & Consecutive-Integer Patterns
One of the most powerful techniques for GMAT remainder problems is recognizing that when you raise a number to successive powers and track its remainder with respect to a fixed divisor, the remainders cycle with a fixed period. This periodicity means you never need to compute large powers directly; instead, you identify the cycle length, divide the exponent by that cycle length, and use the remainder of that division to pinpoint the answer.
Consecutive Integer Properties
| Property | Explanation | GMAT Application |
|---|---|---|
| Alternating parity | In any set of consecutive integers, even and odd values alternate: n, n+1, n+2 guarantees at least one even. | The product of any 2+ consecutive integers is always even. Use to shortcut parity questions. |
| Divisibility by n! | The product of n consecutive integers is always divisible by n! (n factorial). For example, any 3 consecutive integers' product is divisible by 6. | Determines divisibility without factoring. The product of 4 consecutive integers is divisible by 24. |
| Sum formula | Sum of n consecutive integers = n × median. For an odd count, the median is an integer; for an even count, it is a half-integer. | Sum of 5 consecutive integers centered at k is 5k — always divisible by 5. Sum of 4 consecutive integers is never divisible by 4. |
| Exactly one multiple of k | Among any k consecutive integers, exactly one is divisible by k. This follows from the Pigeonhole Principle applied to remainders mod k. | Among any 7 consecutive integers, exactly one is divisible by 7. Useful for must-be-true questions. |
Worked Example — Multi-Concept Problem
The following problem integrates parity reasoning, consecutive-integer properties, and remainder analysis — the three core skills of this lesson. Work through it carefully, as GMAT problems frequently combine these concepts in a single question.
Strategies, Strengths, and Common Pitfalls
Understanding the theoretical framework is necessary but not sufficient for GMAT success. You must also recognize which strategy to deploy for each question type and know the traps that test writers design into answer choices. The table below catalogs common pitfalls alongside the correct strategic response.
| Pitfall | Why It Traps You | Correct Strategy |
|---|---|---|
| Forgetting zero is even | Many test-takers instinctively exclude 0 from even integers or forget it is a valid value for a variable described as a 'non-negative even integer.' | Always test n = 0 as a boundary case. Zero is even, is a multiple of every integer, and is neither positive nor negative. |
| Assuming 'integer' means 'positive' | Questions that say 'integer' without specifying sign include negatives. Parity rules apply equally to negative integers, but remainder conventions can differ. | Check negative cases explicitly. GMAT remainder questions typically restrict to positive integers, but parity questions may not. |
| Computing large powers directly | Spending 90+ seconds on arithmetic when the cycle length is 2 or 4 wastes precious time. | Identify the remainder cycle first. Compute only 3–5 terms to establish the pattern, then use the exponent modulo the cycle length. |
| Confusing 'divisible by' with 'divides into' | Reversing the direction of divisibility leads to logically inverted conclusions. | 'a is divisible by b' means b | a, i.e., a/b is an integer. Restate in a = bk form if confused. |
| Over-relying on one test case | Data sufficiency questions often require proving a statement for all valid cases, not just a single example. | Test at least two cases with different parities or different remainder classes. If both produce the same answer, the statement is likely sufficient. |
Connection to Advanced Theory & Beyond the GMAT
The parity, consecutive-integer, and remainder concepts tested on the GMAT are entry points to richer mathematical structures. Understanding where these ideas lead can deepen your intuition even if the advanced material itself is not directly tested. The table below maps each GMAT-level concept to its formal generalization.
| GMAT Concept | Advanced Generalization | Why It Matters |
|---|---|---|
| Parity (mod 2) | Residue classes mod n — integers partitioned into n equivalence classes based on their remainder when divided by n. | Parity is the simplest case (n = 2). Modular arithmetic for any n follows identical rules, so your parity intuition scales directly. |
| Consecutive integer divisibility | Combinatorial identities — C(n, k) = n! / [k!(n−k)!] is always an integer because it counts combinations, which links to the divisibility of products of consecutive integers by factorials. | This explains why the GMAT can always construct 'must be an integer' problems from consecutive-integer products. |
| Remainder cycles | Fermat's Little Theorem — If p is prime and gcd(a, p) = 1, then a^(p−1) ≡ 1 (mod p). This guarantees the cycle length divides p − 1. | Provides a theoretical upper bound on cycle length, confirming that the brute-force approach of testing a few terms will always find the pattern. |
| Sum of consecutive integers | Arithmetic series & generating functions — the general formula S = n(a₁ + aₙ)/2 extends to weighted sums and analytic number theory. | Reinforces the median-based shortcut: the sum is always the count times the average, a principle that recurs throughout statistics and probability. |
While Fermat's Little Theorem and group-theoretic residue classes are beyond the GMAT's scope, the mental models they reinforce — cyclicity, classification by equivalence, and structural invariance — are precisely the mental models the GMAT rewards. Cultivating these habits of thought will serve you not only on the test but throughout quantitative coursework in any graduate program.
Practice Problems
Lesson Summary
This lesson established the three pillars of GMAT number-property reasoning. Parity analysis classifies every integer as even (2k) or odd (2k + 1) and traces how that classification propagates through addition (same parity → even; mixed → odd) and multiplication (any even factor → even product). Consecutive-integer properties guarantee that the product of n consecutive integers is always divisible by n!, that parity alternates within the sequence, and that the sum equals the count times the median — divisible by the count when the count is odd. Remainder arithmetic rests on the Division Algorithm (a = dq + r, 0 ≤ r < d) and the principle that remainders of sums and products equal the sum and product of the individual remainders, reduced modulo d.
The strategic takeaways are equally important: always test boundary cases (especially zero and negative integers), identify remainder cycles by computing only 3–5 terms, and use 2k / (2k+1) substitution to systematically evaluate parity in data-sufficiency questions. These techniques transform number-property questions from time-consuming puzzles into efficient, pattern-driven exercises — exactly the kind of structured reasoning that earns high quantitative scores on the GMAT.