Back

HomeBlog › GMAT

GMATUpdated 2026

GMAT Focus Math Formulas Cheat Sheet 2026: Every Quant Formula You Need

Every GMAT Focus Quant formula in one place — arithmetic, percentages, number properties, algebra, word problems, statistics, counting and probability — with worked examples and the traps that catch test-takers. Geometry appendix included.

▶ Free College Predictor & study-abroad tools
⚡ Quick answer: The **GMAT Focus Edition** Quantitative Reasoning section is **21 questions in 45 minutes**, and it is **Problem Solving only** — Data Sufficiency moved to the new **Data Insights** section.

What GMAT Focus Quant actually tests in 2026

The GMAT Focus Edition Quantitative Reasoning section is 21 questions in 45 minutes, and it is Problem Solving only — Data Sufficiency moved to the new Data Insights section. Importantly, geometry was removed from the Focus Quant section, so your formula memorisation should be weighted toward arithmetic, number properties, algebra and word problems. We still include a geometry appendix at the end because the concepts can appear inside Data Insights problems and on older test formats.

🔑
There is no formula sheet in the exam. You must have every formula below memorised and automatic — the GMAT rewards speed, not look-up.

Arithmetic, fractions and percentages

Percentages are the single most tested arithmetic topic on the GMAT. Master percent change and successive percentages first.

ConceptFormula
x percent of y(x / 100) × y
What percent a is of b(a / b) × 100
Percent change(New − Old) / Old × 100
Successive % change (p then q)Net = (1 + p/100)(1 + q/100) − 1
Increase then decrease by same x%Net change = −x² / 100 (always a net loss)
Fraction to percentMultiply the fraction by 100

Ratios, proportions and averages

A ratio a : b splits a total into parts of size a/(a+b) and b/(a+b). Averages are just sum ÷ count — the trick is knowing when to use a weighted average.

ConceptFormula
Average (arithmetic mean)Sum ÷ Count
Sum from averageAverage × Count
Weighted averageΣ(weight × value) ÷ Σ(weights)
Part of a total from a ratio a : bPart = Total × a / (a + b)
Proportion (cross-multiply)a/b = c/d ⟶ a·d = b·c

Number properties (a GMAT favourite)

GMAT Focus leans heavily on number properties: even/odd, factors, divisibility and remainders. These rules save you from slow calculation.

Algebra: identities, quadratics and exponents

Recognising algebraic identities instantly is how strong scorers avoid heavy expansion.

Identity / ruleFormula
Square of a sum(a + b)² = a² + 2ab + b²
Square of a difference(a − b)² = a² − 2ab + b²
Difference of squaresa² − b² = (a + b)(a − b)
Sum / difference of cubesa³ ± b³ = (a ± b)(a² ∓ ab + b²)
Quadratic rootsx = [ −b ± √(b² − 4ac) ] / (2a)
Sum & product of rootsSum = −b/a , Product = c/a
Discriminant b² − 4ac> 0: two real roots; = 0: one; < 0: none
Exponent rulesaᵐ·aⁿ = aᵐ⁺ⁿ ; aᵐ/aⁿ = aᵐ⁻ⁿ ; (aᵐ)ⁿ = aᵐⁿ ; a⁰ = 1 ; a⁻ⁿ = 1/aⁿ

Word problems: speed, work, interest and mixtures

Most GMAT word problems reduce to one of these five engines. The two biggest traps are averaging speeds and confusing simple vs compound interest.

TypeFormula
DistanceDistance = Speed × Time
Average speedTotal distance ÷ Total time (NOT the average of the speeds)
Equal distance at speeds x, yAverage speed = 2xy / (x + y)
Combined work rateTime together = ab / (a + b) (when each alone takes a and b)
Simple interestSI = P · R · T / 100
Compound interest (amount)A = P (1 + R/100)ᵀ ; CI = A − P
Profit / loss percent(SP − CP) / CP × 100
Mixtures (alligation)Cheaper qty : Dearer qty = (Dearer − Mean) : (Mean − Cheaper)

Statistics

The GMAT tests the meaning of these measures more than heavy computation — especially how mean, median and standard deviation shift when a set changes.

MeasureFormula / rule
MeanSum of values ÷ Number of values
MedianMiddle value (mean of the two middles if the count is even)
ModeThe most frequently occurring value
RangeMaximum − Minimum
Evenly spaced setMean = Median = (First + Last) / 2
Standard deviationMeasures spread; SD = 0 only when every value is identical

Counting and probability

Decide first whether order matters: order matters → permutations (P), order doesn't → combinations (C).

ConceptFormula
Permutations (order matters)nPr = n! / (n − r)!
Combinations (order doesn't)nCr = n! / [ r! (n − r)! ] , and nCr = nC(n−r)
Arrangements of n distinct itemsn!
Arrangements with repeatsn! / (p! q! …) for repeated items
Circular arrangements of n(n − 1)!
Probability of an eventFavourable outcomes ÷ Total outcomes
P(A or B)P(A) + P(B) − P(A and B)
P(not A)1 − P(A)
Independent eventsP(A and B) = P(A) × P(B)

Sequences and series

Arithmetic (constant difference) and geometric (constant ratio) progressions, plus three sum shortcuts worth memorising.

ConceptFormula
Arithmetic progression — nth termaₙ = a + (n − 1)d
Arithmetic progression — sumSₙ = n/2 · (First + Last) = n/2 · [2a + (n−1)d]
Geometric progression — nth termaₙ = a · r^(n−1)
Geometric progression — sumSₙ = a (rⁿ − 1) / (r − 1) , r ≠ 1
Sum of first n integersn(n + 1) / 2
Sum of first n squaresn(n + 1)(2n + 1) / 6
Sum of first n odd numbers

Geometry appendix (light on GMAT Focus, useful for Data Insights)

Geometry was removed from the standalone Focus Quant section, but these still help on Data Insights graphics and on older formats, so keep them on hand.

ShapeFormula
Triangle area½ × base × height ; Heron's = √[s(s−a)(s−b)(s−c)], s = (a+b+c)/2
Pythagorasa² + b² = c²
Special right triangles45-45-90 sides 1 : 1 : √2 ; 30-60-90 sides 1 : √3 : 2
CircleArea = π r² ; Circumference = 2π r ; Sector area = (θ/360) π r²
RectangleArea = l × w ; Perimeter = 2(l + w)
SquareArea = s² ; Perimeter = 4s
Cylinder / sphere volumeCylinder = π r² h ; Sphere = (4/3) π r³
Interior angles of an n-gon(n − 2) × 180°
Coordinate geometryDistance = √[(x₂−x₁)² + (y₂−y₁)²] ; Slope = (y₂−y₁)/(x₂−x₁) ; Line: y = mx + b

The five formula traps that cost the most points

Knowing the formula isn't enough — these are the misapplications GMAT question-writers deliberately bait.

How to lock these in — free GMAT practice

Formulas only stick when you apply them under timing. Take a free, full-length GMAT Focus mock test on LandingPrep — real 45-minute Quant timing and instant scoring — then come back to this sheet for anything you missed. No signup, no payment. Start your free GMAT mock test or open the free GMAT prep lessons.

Frequently asked questions

Does GMAT Focus test geometry?
Geometry was removed from the standalone Quantitative Reasoning section of the GMAT Focus Edition. The Quant section is Problem Solving only and emphasises arithmetic, number properties, algebra and word problems. Geometry concepts can still appear inside Data Insights questions, which is why we include a short geometry appendix.
Is there a formula sheet provided during the GMAT?
No. The GMAT does not provide a formula sheet or a physical calculator on the Quant section, so every formula on this cheat sheet must be memorised and automatic. An on-screen calculator is available only on the Data Insights section.
How many formulas do I really need for the GMAT?
Fewer than most students fear. Master percentages, number properties, the core algebra identities, the speed/work/interest engines, and the counting and probability rules on this page, and you cover the large majority of GMAT Focus Quant questions.
What is the most important Quant area on GMAT Focus?
Arithmetic and number properties — especially percentages, divisibility, factors and remainders — appear most often, followed by algebra and word problems. Weight your revision accordingly.
How is GMAT Focus Quant scored?
The Quantitative Reasoning section is scored from 60 to 90, and the three sections (Quant, Verbal, Data Insights) combine into a total score from 205 to 805. Strong Quant accuracy and pacing on the 21 questions in 45 minutes is the fastest route to a higher total.

Keep going — free practice

Free GMAT mock testGMAT practice questions🎓 Free college predictorAll blog articles