LATEX VERIFIED PROOFS
📐 MENTAL MATH & TRICKS

SAT & ACT Math Formula Cheat Sheet & Strategy Guide

Master 15 high-yield SAT & ACT math formulas with step-by-step worked examples, time management shortcuts, and exam tactics. Free interactive math solvers included.

MM
Alex Rivera • SolveCalc Math Lab
Sept 2026 Edition
11 min read
🎓 High School & College Prep

Executive Summary & Key Takeaways

Before diving into the proofs and derivations, here is the core mental model you need:

01 // THE SPEED SHORTCUT

Avoid brute-force manual expansion. Recognizing structural identities cuts exam calculation time in half.

02 // VERIFICATION RULE

Always substitute boundary conditions and test simple integers (like 0, 1, or 2) to quickly verify steps.

03 // COMMON TRAP ALERT

Watch out for negative signs, operator precedence, and missing terms when grouping polynomial terms.

The math sections of the SAT and ACT do not test exotic or advanced mathematics — they test whether you know a specific set of formulas cold, whether you can translate word problems into equations quickly, and whether you can avoid the trap questions that are deliberately designed to catch students who rush. This is both encouraging and actionable: with the right preparation strategy and formula memorisation, significant score improvements are achievable in a matter of weeks. SolveCalc's complete cheat sheet covers every formula, concept, and strategy you need for both exams.

• Slope (m): m = (y₂ - y₁) / (x₂ - x₁) • Slope-Intercept Form: y = mx + b (m = slope, b = y-intercept) • Point-Slope Form: y - y₁ = m(x - x₁)

Exam Tip: Parallel lines have identical slopes (m₁ = m₂). Perpendicular lines have negative reciprocal slopes (m₁ · m₂ = -1). For example, if a line has a slope of 3/4, any perpendicular line has a slope of -4/3.

Formula 2: Midpoint & Distance

Speed Trick: MENTAL MATH & TRICKS
• Midpoint Formula: M = ( (x₁ + x₂)/2 , (y₁ + y₂)/2 ) • Distance Formula: d = √[ (x₂ - x₁)² + (y₂ - y₁)² ]

You can quickly verify linear equations and distances using our free Interactive Linear Equation Solver.

§ 01 CORE CONCEPTS & ANALYSIS

Essential Quadratic & Polynomial Rules

Quadratic equations appear heavily across both exam modules. Memorizing the quadratic equation and vertex conversions eliminates algebraic paralysis.

Formula 3: The Quadratic Formula & Discriminant

Speed Trick: MENTAL MATH & TRICKS
• Quadratic Formula: x = [ -b ± √(b² - 4ac) ] / (2a) • Discriminant (Δ): Δ = b² - 4ac
  • If Δ > 0: 2 real, distinct solutions.
  • If Δ = 0: 1 real solution (double root).
  • If Δ < 0: 0 real solutions (2 complex conjugate roots).

Formula 4: Vertex Form & Vieta's Formulas

Speed Trick: MENTAL MATH & TRICKS
• Vertex Form: y = a(x - h)² + k (Vertex is at (h, k)) • Axis of Symmetry: x = -b / (2a) • Sum of Roots: -b / a • Product of Roots: c / a

Need to solve a complex quadratic equation step-by-step? Try our Quadratic Formula Solver with Step-by-Step Solutions.

§ 02 CORE CONCEPTS & ANALYSIS

Geometry, Circles & Trigonometry Formulas

While the SAT provides a basic reference sheet for geometry, ACT does not. Furthermore, circle equations and trigonometric identities are expected knowledge on both exams.

Formula 5: Standard Equation of a Circle

Speed Trick: MENTAL MATH & TRICKS
• Circle Equation: (x - h)² + (y - k)² = r² • Center: (h, k) | Radius: r

Formula 6: Trigonometric Ratios & Fundamental Identity

Speed Trick: MENTAL MATH & TRICKS
• SOH CAH TOA: sin(θ) = Opp/Hyp | cos(θ) = Adj/Hyp | tan(θ) = Opp/Adj • Pythagorean Identity: sin²(θ) + cos²(θ) = 1 • Complementary Angle Rule: sin(x°) = cos(90° - x°)

Explore angle calculations and right triangle geometry using our Scientific Calculator & Trig Tool.

§ 03 CORE CONCEPTS & ANALYSIS

Statistics, Probability & Data Interpretation

Formula 7: Mean, Median, and Weighted Averages

Speed Trick: MENTAL MATH & TRICKS
• Mean (Average): Mean = (Sum of all values) / (Total count) • Combined Average: (Sum₁ + Sum₂) / (Count₁ + Count₂)

Formula 8: Probability & Combinatorics

Speed Trick: MENTAL MATH & TRICKS
• Probability: P(E) = (Favorable Outcomes) / (Total Outcomes) • Combinations: nCr = n! / [ r! (n - r)! ] • Permutations: nPr = n! / (n - r)!
§ 04 CORE CONCEPTS & ANALYSIS

Step-by-Step Worked Exam Questions

Practice Question 1: Quadratic Discriminant

Question: For what value of k does the equation 3x² - 6x + k = 0 have exactly one real solution?

Solution:

  1. For exactly one real solution, the discriminant must equal zero: b² - 4ac = 0.
  2. Identify parameters: a = 3, b = -6, c = k.
  3. Substitute into discriminant: (-6)² - 4(3)(k) = 0 ⟹ 36 - 12k = 0.
  4. Solve for k: 12k = 36 ⟹ k = 3.

Answer: k = 3.

Practice Question 2: Circle Geometry

Question: A circle in the xy-plane has equation x² + y² - 8x + 6y = 0. What is the radius of the circle?

Solution:

  1. Group x and y terms: (x² - 8x) + (y² + 6y) = 0.
  2. Complete the square for x: Add (8/2)² = 16.
  3. Complete the square for y: Add (6/2)² = 9.
  4. Balance equation by adding 16 + 9 = 25 to the right side: (x - 4)² + (y + 3)² = 25.
  5. Since r² = 25, radius r = √25 = 5.

Answer: Radius is 5 units.

§ 05 CORE CONCEPTS & ANALYSIS

Time Management & Plug-In Strategies

  • The 45-Second Rule: Solve easy arithmetic/algebra problems in 45 seconds or less to bank time for 2-minute complex word problems.
  • Back-Solving (Plug-In Choices): When an algebra problem contains numeric options (A, B, C, D), test Choice B or C first to determine whether to go higher or lower.
  • Pick Numbers for Variables: Replace abstract variables like n or x with simple prime numbers like x = 2 or x = 3 to simplify complex algebraic expressions quickly.

Download Free Student Formula Sheets (PDF)

High-resolution vector cheat sheets designed for high school & college exam prep.

Keep all core equations, formulas, and calculator shortcuts on your desk or tablet during homework and test prep. Free printable downloads:

Math & Calculus Sheet (PDF) STEM & Science Sheet (PDF)

Common Student Pitfalls (#1 Exam Trap)

Over 50% of mistakes on this topic stem from these two recurring algebraic traps:

TRAP 1: NEGATIVE SIGN & PARENTHESES ERRORS

Failing to distribute negative signs across grouped quantities or misinterpreting exponent signs is the most frequent scoring deduction.

TRAP 2: OMITTING ZERO-COEFFICIENT PLACEHOLDERS

Always inspect polynomials for skipped powers of x (e.g. from x³ directly to x) and insert a 0x² placeholder before dividing or factoring.

INTERACTIVE PRACTICE SELF-TEST

Can You Solve This in 30 Seconds?

Test your conceptual mastery. Try solving without looking at the answer first.

PRACTICE CHALLENGE:
Evaluate the primary expression when x = 2
FREQUENTLY ASKED QUESTIONS

Frequently Asked Questions

Which formulas are provided on the SAT math reference sheet?

The digital SAT provides geometry formulas including area of circles, triangles, rectangles, volume of prisms, cones, spheres, and 30-60-90 / 45-45-90 right triangle ratios. Critical algebra, slope, quadratic formula, and circle equations are NOT provided.

Are graphing calculators allowed on all SAT Math questions?

Yes! On the Digital SAT (DSAT), graphing calculators are permitted on the entire math section. An embedded Desmos graphing calculator is also accessible directly inside the exam app interface.

What is the best pacing strategy for SAT & ACT math?

Target spending 45 to 60 seconds on easy and medium questions. This preserves 1.5 to 2 minutes for hard multi-step problems and data interpretation questions at the end of each module.

💡

SolveCalc Insight

DEEP DIVE

SAT/ACT "trap" questions exploit predictable errors. The most common trap: a problem that appears to require complex calculation but has a simple conceptual solution. For example, "What is the area of a square with diagonal 10?" — many students attempt to find the side length using the Pythagorean theorem (s = 10/√2), then square it. The faster approach: area = d²/2 = 100/2 = 50. Knowing which formula applies instantly (without derivation) is exactly what high SAT scores are built on.

Explore with SolveCalc's Math Tools

📚 Related Math Guides & Masterclasses

📄 Printable Exam Cheatsheet

Download the Mental Math Shortcuts Cheat Sheet (PDF)

Free, laminated-style reference summary with high-yield formulas, step-by-step rules, and exam shortcuts.