🏆 Math League & contest prep

Reference sheet for Math League–style contests. Two rounds covered: Number Sense (mental math tricks) and Sprint (written formulas). Tap any section to expand it.

Elementary · State level Number Sense round Sprint round No signup needed
Number Sense round Mental math tricks

These tricks let you skip long computation. Practice until they're automatic.

Fast multiplication

Multiply any number by 11

Two-digit number: add the digits and place the sum in the middle.

11 × 34 → 3_(3+4)_4 = 374
11 × 47 → 4_(11)_7 → carry the 1 → 517

Square a number ending in 5

Take the tens digit, multiply it by (tens digit + 1), then attach 25.

35² → 3 × 4 = 12 → 1225
75² → 7 × 8 = 56 → 5625

Multiply by 25

25 × n = (n ÷ 4) × 100 → 25 × 36 = 9 × 100 = 900

Multiply by 5

5 × n = (n ÷ 2) × 10 → 5 × 68 = 34 × 10 = 340

Squares near 50

(50 ± n)² = 2500 ± 100n + n²

48² = 2500 − 200 + 4 = 2304  |  53² = 2500 + 300 + 9 = 2809

Difference of squares shortcut

a² − b² = (a + b)(a − b)

41² − 39² = (80)(2) = 160  |  50² − 49² = (99)(1) = 99

Pythagorean triple drill: Memorize 3-4-5, 5-12-13, 8-15-17, 7-24-25 and their multiples. Contests use them constantly.

Fractions ↔ Percents — memorize this table

FractionPercent
1/250%
1/333.33…%
2/366.67%
1/425%
3/475%
1/520%
2/540%
3/560%
4/580%
FractionPercent
1/616.67%
5/683.33%
1/7≈ 14.29%
1/812.5%
3/837.5%
5/862.5%
7/887.5%
1/911.11%
1/128.33%

Algebraic expressions — "Scale the equation" trick

Rather than solving for the variable, factor so the target matches the given expression.

If 1 − 2y = 34, find 5 − 10y.
→ 5 − 10y = 5(1 − 2y) = 5 × 34 = 170
If 3x + 6 = 21, find x + 2.
→ 3(x + 2) = 21, so x + 2 = 7
If 2x + 3 = 11, find 6x + 9.
→ 6x + 9 = 3(2x + 3) = 3 × 11 = 33

Binary and base conversions

Powers of 2 — memorize through 2¹²

2⁰2⁴2⁵2⁶2⁷2⁸2⁹2¹⁰2¹¹2¹²
1248163264128256512102420484096

Binary → decimal

Add the place values (1, 2, 4, 8, 16…) where you see a 1.

1011₂ = 8 + 0 + 2 + 1 = 11 | 11010₂ = 16 + 8 + 2 = 26

Decimal → binary

Repeatedly divide by 2, record remainders, read them bottom to top.

19: 19÷2=9 R1, 9÷2=4 R1, 4÷2=2 R0, 2÷2=1 R0, 1÷2=0 R110011₂

Other bases

212₃ = 2×9 + 1×3 + 2×1 = 23 | 34₅ = 3×5 + 4×1 = 19

Mixed number multiplication

Convert to improper fractions, cross-cancel before multiplying.

2½ × 3⅓ = (5/2) × (10/3) — cancel 2 and 10 → (5/1) × (5/3) = 25/3 = 8⅓

Whole × mixed: distribute.   4 × 2¾ = 4×2 + 4×¾ = 8 + 3 = 11

Repeating decimals → fractions

PatternRuleExample
0.ā (1 repeating digit)digit / 90.7̄ = 7/9
0.āb̄ (2 repeating digits)digits / 990.2̄7̄ = 27/99 = 3/11
0.ābc̄ (3 repeating digits)digits / 9990.1̄2̄3̄ = 123/999 = 41/333
0.d(repeating) — mixed(all digits − non-repeating) / (9s then 0s)0.1̄3̄ = (13−1)/90 = 12/90 = 2/15
Check: 5/12 = 0.41666… → (416 − 41)/900 = 375/900 = 5/12 ✓

Sum of arithmetic sequences

Sum = n × (first + last) / 2

Finding n: n = (last − first) / common difference + 1

SequenceShortcut
1 + 2 + … + nn(n+1)/2
First n odd numbers (1, 3, 5, …)
First n even numbers (2, 4, 6, …)n(n+1)
Sum of 5, 8, 11, …, 50: n = (50−5)/3 + 1 = 16 terms → 16 × (5+50)/2 = 440
Sprint round Formula sheet

Written problem-solving. Know every formula below cold — re-read the question twice before computing.

Geometry — area

ShapeFormulaNotes
SquareA = s²s = side
RectangleA = l × w
ParallelogramA = b × hh = perpendicular height
TriangleA = ½ b × hany triangle
TrapezoidA = ½(b₁ + b₂) × htwo parallel bases
CircleA = πr²r = radius, not diameter
Sector (pie slice)A = (θ/360) × πr²θ in degrees
RhombusA = ½ d₁ × d₂d = diagonals
Equilateral △A = (√3/4) s²s = side
Ring (annulus)A = π(R² − r²)R = outer, r = inner

Geometry — perimeter & circumference

ShapeFormula
CircleC = 2πr = πd
Arc lengthL = (θ/360) × 2πr
RectangleP = 2(l + w)
Regular polygon (n sides)P = n × s

Geometry — 3D (volume & surface area)

ShapeVolumeSurface area
Cube6s²
Rectangular prisml × w × h2(lw + lh + wh)
Cylinderπr²h2πr² + 2πrh
Cone⅓ πr²hπr² + πrl (l = slant)
Sphere4/3 πr³4πr²
Pyramid⅓ × base area × h

Special right triangles

45-45-90

legs: x, x  |  hypotenuse: x√2

30-60-90

short leg: x (30°)
long leg: x√3 (60°)
hypotenuse: 2x (90°)

Pythagorean triples — know these cold

TripleKey multiples
3, 4, 56-8-10 · 9-12-15 · 12-16-20 · 15-20-25
5, 12, 1310-24-26
8, 15, 1716-30-34
7, 24, 25
20, 21, 29

Coordinate plane

ConceptFormula
Distanced = √[(x₂−x₁)² + (y₂−y₁)²]
MidpointM = ((x₁+x₂)/2, (y₁+y₂)/2)
Slopem = (y₂−y₁)/(x₂−x₁) = rise/run
Slope-intercepty = mx + b
Parallel linesEqual slopes (m₁ = m₂)
Perpendicular linesm₁ × m₂ = −1 (negative reciprocals)

Permutations & combinations

ConceptFormulaWhen to use
Permutation (order matters)P(n,r) = n! / (n−r)!Arranging r items from n
Combination (order doesn't matter)C(n,r) = n! / [r!(n−r)!]Choosing r from n
Factorialn! = n×(n−1)×…×15!=120, 6!=720, 7!=5040
Arrange n itemsn!All orderings
With repeated itemsn! / (r₁! × r₂! × …)e.g., letters in MISSISSIPPI
Circular arrangements(n−1)!Seats around a table

Handy values: C(5,2)=10 · C(6,2)=15 · C(7,2)=21 · C(10,2)=45 · C(n,2)=n(n−1)/2

Probability

ConceptFormula
Basic probabilityP = favorable outcomes / total outcomes
ComplementP(not A) = 1 − P(A)
A or B (mutually exclusive)P(A) + P(B)
A or B (can overlap)P(A) + P(B) − P(A and B)
A and B (independent)P(A) × P(B)
At least one1 − P(none)   ← almost always easier
Geometric probabilityfavorable area / total area
"At least one" trick: P(at least one heads in 3 flips) = 1 − P(all tails) = 1 − (1/2)³ = 7/8

Number theory

Divisibility by…Rule
2Last digit even
3Sum of digits divisible by 3
4Last 2 digits divisible by 4
5Last digit 0 or 5
6Divisible by both 2 and 3
8Last 3 digits divisible by 8
9Sum of digits divisible by 9
11Alternating digit sum divisible by 11
GCF(a,b) × LCM(a,b) = a × b
Number of factors of n = p^a × q^b × … → (a+1)(b+1)…
e.g. 360 = 2³×3²×5 → (3+1)(2+1)(1+1) = 24 factors

Sequences & series

Typenth termSum of first n terms
Arithmetica₁ + (n−1)dn/2 × (a₁ + aₙ)
Geometrica₁ × r^(n−1)a₁(1−rⁿ)/(1−r)
1 + 2 + … + nn(n+1)/2
1² + 2² + … + n²n(n+1)(2n+1)/6
1³ + 2³ + … + n³[n(n+1)/2]²

Angles & polygons

ConceptFormula
Sum of interior angles (n-gon)(n−2) × 180°
Each interior angle (regular)(n−2) × 180° / n
Each exterior angle (regular)360° / n
Sum of exterior angles (any)Always 360°
Exterior angle of triangle= sum of two non-adjacent interior angles
Diagonals in n-gonn(n−3)/2

Polygon names: 3 triangle · 4 square · 5 pentagon · 6 hexagon · 7 heptagon · 8 octagon · 9 nonagon · 10 decagon · 12 dodecagon

Percent, ratio & proportion

ConceptFormula
Part of a wholePart = (Percent/100) × Whole
Percent change(new − old) / old × 100
Percent increasenew = old × (1 + r)
Percent decreasenew = old × (1 − r)
Proportiona/b = c/d → ad = bc
Simple interestI = P × r × t

Statistics

TermDefinition
MeanSum ÷ count
MedianMiddle value when sorted
ModeMost frequent value
RangeMax − Min
Weighted average(w₁v₁ + w₂v₂ + …) / (w₁ + w₂ + …)

Miscellaneous formulas

ConceptFormula
Diagonal of rectangle√(l² + w²)
Diagonal of cubes√3
Heron's formula (triangle, sides a b c)A = √[s(s−a)(s−b)(s−c)] where s=(a+b+c)/2
Distance = Rate × Timed = rt
Handshake problem (n people)C(n,2) = n(n−1)/2
Euler's formula (polyhedra)V − E + F = 2
Sum of angles in a 5-pointed star180°
Similar figures (scale k)lengths × k · areas × k² · volumes × k³
Difference of squaresa² − b² = (a+b)(a−b)
Perfect square(a ± b)² = a² ± 2ab + b²

Unit conversions

Length: 12 in = 1 ft · 3 ft = 1 yd · 5280 ft = 1 mile

Area: 1 ft² = 144 in² · 1 yd² = 9 ft²

Weight: 16 oz = 1 lb · 2000 lb = 1 ton

Volume: 1 gal = 4 qt = 8 pt = 128 fl oz

Time: 60 s = 1 min · 60 min = 1 hr · 24 hr = 1 day · 365 days = 1 yr

Things that trip people up: Area vs. perimeter (re-read the question). Diameter vs. radius (r = d/2). Inclusive counting: integers from 3 to 10 = 8 numbers, not 7. "At least" → use complement. Units: if answer should be cm², check you didn't just get cm.

Study habits that work

More on Veralogiq