Number Properties is the unglamorous engine room of the GMAT Focus Quant section. It does not show up with algebra signage or word-problem scaffolding; it lands on the screen as a short stem, a single integer, and a five-choice list that looks arithmetic until you realise two of the choices are designed to reward a wrong mental shortcut. Most candidates preparing for the GMAT Focus underestimate the section because the question stems look deceptively short, often 1 to 3 lines, but the score impact of a streak of missed Number Properties items is severe on a computer-adaptive test where the adaptive algorithm treats each item as an information event. This article is a working solution method, not a vocabulary list: how to read a Number Properties stem, which factor patterns to test first, when to use LCM, when to use GCD, and how to keep a clean number line so that the trap answers lose their appeal.
What the GMAT Focus actually means by "Number Properties"
In the GMAT Focus Quant section, the umbrella term "Number Properties" covers a tightly defined cluster of item families: divisibility, prime factorisation, greatest common divisor, least common multiple, remainders, digit operations, units digit cycles, and parity. The shared DNA of all these items is that the stem is short, the numbers are typically small enough to factor by hand, and the wrong answers are designed to be reached by a half-right method. The candidate who knows the vocabulary but not the diagnostic order will lose 3 to 5 scaled points per cluster of errors. The candidate who knows the diagnostic order rarely loses any.
Look at the item family from the test-designer's perspective. A Number Properties item is a small, well-constrained arithmetic puzzle. Because the surface area is small, every word in the stem is load-bearing. The phrase "positive integer" rules out zero and negatives. The phrase "less than" reverses the inequality. The phrase "must be a factor of" or "must be divisible by" determines whether the answer is a divisor, a multiple, or simply a property holder. If a candidate is rewriting the stem in their head and dropping a single negative, the entire problem drifts. For most candidates reading this, the first habit to install is to read the stem twice: once for the question type, once for the exact binding words.
The computer-adaptive format changes the texture of Number Properties. Because the GMAT Focus is adaptive within each Quant module, an early missed Number Properties item tends to pull the module toward easier questions across all sub-topics, not only Number Properties. A clean streak of four to six Number Properties items in the early-to-middle stretch of a module tends to keep the difficulty dial stable and opens up the second module. In practice, candidates who can clear Number Properties at a high rate report a smoother module-to-module handoff than candidates who spike in algebra and stumble in factors.
The four diagnostic questions you should ask in the first 20 seconds
Before reaching for the calculator or rewriting the stem as an equation, run the four-diagnosis checklist. It costs about 20 seconds and saves the entire item.
- What is the question actually asking: a specific integer, a count, a remainder, or a property classification?
- What universe are we in: positive integers, non-negative integers, all integers, or real numbers?
- Which divisibility tool is in play: factor, multiple, divisor, or remainder?
- Is the answer constrained or unconstrained: must it be the smallest possible, the largest possible, or any value that fits?
Item 1 forces you to recognise the output type. A "must be a divisor of N" question and a "how many divisors does N have" question are different animals. Item 2 is the most common silent failure: candidates treat "integer" as "positive integer" and end up adding 1 or 0 to a count that did not include them. Item 3 routes you toward the right toolkit. Item 4 is the trick most candidates miss: an answer is rarely a single number in Number Properties; it is usually a constraint, a count, or a remainder, and the four distractors test different interpretations of that constraint.
Worked micro-example. Stem: "If n is a positive integer such that n is divisible by both 6 and 10, what is the smallest possible value of n that is greater than 100?" Diagnosis in 20 seconds: question is asking for a specific integer; universe is positive integers; divisibility tool is LCM of 6 and 10; constraint is smallest value above 100. LCM(6, 10) = 30. Multiples of 30 above 100 start at 120. Answer is 120. The trap answer 150 comes from candidates who add 50 to 100 by reflex. The trap 110 comes from candidates who take the sum of 6 and 10 and add 100. Both are the same mistake dressed differently: skipping the diagnosis.
LCM, GCD, and prime factorisation: the toolkit and when to deploy each
Three tools sit at the centre of Number Properties. Prime factorisation is the substrate; least common multiple (LCM) and greatest common divisor (GCD) are the two products of that substrate. The mistake most candidates make is reaching for LCM by default because it was taught first. In a "must be a divisor of both A and B" question, the answer is a divisor of the GCD, not a multiple of the LCM. The reverse is also true.
When LCM is the right tool
LCM is the right tool when the stem asks when two cycles align, what is the smallest number that is a multiple of two given numbers, or what is the next shared multiple above a threshold. The classical alignment story is a clock problem where a chime sounds every 12 minutes and a bell every 18 minutes: the next time they coincide, you compute LCM(12, 18) = 36 minutes. The GMAT Focus rarely frames it as a clock; it usually says "if event A repeats every m units and event B every n units, what is the smallest interval after time t at which both occur again?" In every variant, the engine is LCM.
When GCD is the right tool
GCD is the right tool when the stem asks what is the largest integer that divides both, how many equal groups can be formed, or how many items can be packed into the largest possible same-size batches without remainder. A stem such as "what is the largest number of objects that can be distributed equally among 24, 36, and 60 containers?" routes to GCD. The trap answer is the LCM, which would correspond to "smallest number divisible by all three"; the LCM would give 360, but the question asked for divisor behaviour, so the answer is 12. In my experience this single swap between LCM and GCD is responsible for more Number Properties errors than any other.
When prime factorisation is the right tool
Prime factorisation is the right tool when the question asks how many divisors, whether a number is a perfect square, or what the exponent pattern of a number looks like. A number written as 2^a × 3^b × 5^c has (a+1)(b+1)(c+1) divisors. A number is a perfect square if and only if every exponent in its prime factorisation is even. These two results are tested in roughly one in five Number Properties items on the GMAT Focus. The trap answer is usually obtained by treating the exponents themselves as the count of divisors, which under-counts by exactly one per prime factor.
Remainders: modular arithmetic dressed in plain English
Remainder questions are modular arithmetic wearing a business suit. The stem is often phrased in terms of a leftover, a position, a sequence cycle, or a last digit. The core skill is the same: when dividing by n, only the remainder matters, and any two numbers with the same remainder mod n are interchangeable in a problem that asks for the next value in a sequence.
The standard mod-n toolkit
Five identities cover about 90% of remainder items on the GMAT Focus. (a + b) mod n = ((a mod n) + (b mod n)) mod n. The same identity holds for subtraction and multiplication. If a ≡ b (mod n) and c ≡ d (mod n), then a + c ≡ b + d (mod n) and ac ≡ bd (mod n). Powers cycle: a^k mod n is found by repeated reduction, not by carrying the full power through. If a is divisible by n, then a ≡ 0 (mod n), and any multiple of a is also divisible by n. The negative remainder is normalised by adding n: a ≡ b (mod n) means a - b is a multiple of n, even if a < b.
Worked example. Stem: "When the positive integer n is divided by 7, the remainder is 5. What is the remainder when 3n is divided by 7?" Apply identity (a × b) mod n: 3 × 5 = 15, 15 mod 7 = 1. Answer is 1. The trap answer is 15, the trap answer 5 (forgetting the multiplier), and the trap answer 4 (15 - 11 by mistake). All three are common; the modular identity route eliminates them in 10 seconds.