Model Comparison: Math
═══════════════════════════════════════
Gemini 3 Pro
═══════════════════════════════════════
What You Need to Know
- Speed is Critical: You have exactly 60 minutes to answer 60 questions. That averages to 1 minute per question, but difficulty increases as you progress. You must bank time on easy questions to spend on the complex ones at the end.
- Memorization is Required: Unlike the SAT or IB exams, the ACT provides no formula sheet. You must memorize geometry formulas, trigonometric identities, and algebraic rules before walking into the test center.
- Calculator Strategy: A calculator is permitted for the entire section (unlike the non-calculator sections of some other exams), but using it for every calculation will slow you down. Use it only when mental math is inefficient.
- Content Breadth: The exam covers Pre-Algebra, Elementary Algebra, Intermediate Algebra, Coordinate Geometry, Plane Geometry, and Trigonometry. It generally stops before Calculus.
Number and Quantity
This section tests your understanding of real and complex number systems, vector and matrix quantities, and basic number theory.
Rational and Irrational Numbers
- Rational Numbers: Can be written as a fraction \frac{p}{q}. Includes integers, terminating decimals, and repeating decimals.
- Irrational Numbers: Cannot be written as a simple fraction (e.g., \pi, \sqrt{2}).
- Imaginary/Complex Numbers: The imaginary unit i is defined as i = \sqrt{-1}, which implies i^2 = -1.
- The pattern of i repeats every 4 powers:
- i^1 = i
- i^2 = -1
- i^3 = -i
- i^4 = 1
- A complex number has the form a + bi. To divide complex numbers, multiply the numerator and denominator by the conjugate of the denominator (a - bi).
- The pattern of i repeats every 4 powers:
Matrices
Matrices are rectangular arrays of numbers. On the ACT, you typically need to know addition, subtraction, and multiplication.
- Dimensions: A matrix with r rows and c columns is an r \times c matrix.
- Addition/Subtraction: You can only add or subtract matrices of the exact same dimensions. You simply add corresponding entries.
- Multiplication: You can multiply Matrix A (m \times n) and Matrix B (n \times p) only if the columns of A equal the rows of B. The result is an m \times p matrix.
- Determinant: For a 2 \times 2 matrix \begin{pmatrix} a & b \ c & d \end{pmatrix}, the determinant is ad - bc.
Vectors
Vectors have both magnitude and direction.
- Component Form: v = \langle x, y \rangle.
- Vector Addition: Add the x components and the y components separately: \langle x1, y1 \rangle + \langle x2, y2 \rangle = \langle x1 + x2, y1 + y2 \rangle.
Exam Focus
- Why it matters: These topics (especially matrices and vectors) often appear in the final 10-15 questions of the exam, which are the most difficult.
- Typical question patterns:
- Simplify a high power of i (e.g., i^{55}).
- Perform a matrix multiplication or find the determinant.
- Identify an undefined expression (usually division by zero).
- Common mistakes:
- Multiplying matrices in the wrong order (Matrix multiplication is not commutative; AB \neq BA).
- Forgetting that i^2 converts to -1, which changes the sign of the term.
Algebra and Functions
This covers a large portion of the exam, moving from substitution to logarithms.
Linear Equations and Inequalities
- Slope-Intercept Form: y = mx + b, where m is slope and b is the y-intercept.
- Slope Formula: m = \frac{y2 - y1}{x2 - x1}.
- Parallel and Perpendicular:
- Parallel lines have equal slopes: m1 = m2.
- Perpendicular lines have negative reciprocal slopes: m1 = -\frac{1}{m2}.
- Systems of Equations: Solving for two variables. Use Substitution (isolate one variable and plug it into the other equation) or Elimination (add/subtract equations to cancel a variable).
Exponents and Logarithms
- Logarithmic Definition: Logarithms are the inverse of exponents.
- \log_b(x) = y is equivalent to b^y = x.
- Log Rules:
- Product Rule: \logb(xy) = \logb(x) + \log_b(y)
- Quotient Rule: \logb(\frac{x}{y}) = \logb(x) - \log_b(y)
- Power Rule: \logb(x^n) = n \cdot \logb(x)
- Change of Base: \log_b(a) = \frac{\log(a)}{\log(b)}
Functions
- Notation: f(x) represents the output (y-value) for a specific input x.
- Composite Functions: f(g(x)) means you plug the entire function g(x) into f(x) wherever you see an x.
- Translations:
- f(x) + c shifts up.
- f(x - c) shifts right.
- -f(x) flips over the x-axis.
Exam Focus
- Why it matters: Algebra questions are the engine of the ACT Math section. They appear frequently throughout the test, from question 1 to 60.
- Typical question patterns:
- "For what value of x is the function undefined?" (Set the denominator to 0).
- Solving systems of linear equations.
- Rewriting logarithmic expressions using the Power or Product rules.
- Common mistakes:
- Flipping the inequality sign when multiplying or dividing by a negative number.
- Confusing f(g(x)) with g(f(x)). The order matters immensely.
- Misinterpreting f^{-1}(x) as \frac{1}{f(x)}. It denotes the inverse function, not the reciprocal.
Geometry
The ACT is significantly heavier on Geometry than the SAT. You must know your formulas.
Triangles
- Area: A = \frac{1}{2}bh
- Pythagorean Theorem: a^2 + b^2 = c^2 (for right triangles only).
- Pythagorean Triples: Memorize these ratios to save time: 3:4:5, 5:12:13, 8:15:17.
- Special Right Triangles:
- 30-60-90: Sides are x, x\sqrt{3}, and 2x.
- 45-45-90: Sides are x, x, and x\sqrt{2}.
Circles
- Area: A = \pi r^2
- Circumference: C = 2\pi r
- Equation of a Circle: (x - h)^2 + (y - k)^2 = r^2, where (h, k) is the center and r is the radius.
- Arc Length: Fraction of circumference: \frac{\theta}{360} \times 2\pi r.
- Sector Area: Fraction of total area: \frac{\theta}{360} \times \pi r^2.
Polygons and Solids
- Sum of Interior Angles: For an n-sided polygon: (n - 2) \times 180^{\circ}.
- Volume of a Prism/Cylinder: V = \text{Area of Base} \times \text{Height}.
- Volume of a Cone/Pyramid: V = \frac{1}{3} \times \text{Area of Base} \times \text{Height}.
Coordinate Geometry
- Distance Formula: d = \sqrt{(x2 - x1)^2 + (y2 - y1)^2}.
- Midpoint Formula: (\frac{x1 + x2}{2}, \frac{y1 + y2}{2}).
Exam Focus
- Why it matters: Geometry makes up roughly 20-25% of the test.
- Typical question patterns:
- Finding the area of a shaded region (find the total area and subtract the unshaded part).
- Given the equation of a circle, identify the center and radius. Often requires completing the square.
- Finding the third side of a triangle using the Law of Cosines (on hard questions) or Pythagorean theorem.
- Common mistakes:
- Confusing diameter and radius in area formulas.
- Assuming a figure is drawn to scale. While ACT figures are usually accurate, you should never assume lines are parallel or angles are right angles unless marked or stated.
Trigonometry
Unlike the SAT, the ACT includes 4 questions specifically focused on trigonometry.
SOH CAH TOA
For a right triangle:
- \sin(\theta) = \frac{\text{Opposite}}{\text{Hypotenuse}}
- \cos(\theta) = \frac{\text{Adjacent}}{\text{Hypotenuse}}
- \tan(\theta) = \frac{\text{Opposite}}{\text{Adjacent}}
- Reciprocal Identities:
- \csc(\theta) = \frac{1}{\sin(\theta)}
- \sec(\theta) = \frac{1}{\cos(\theta)}
- \cot(\theta) = \frac{1}{\tan(\theta)}
The Unit Circle & Identities
- Pythagorean Identity: \sin^2(\theta) + \cos^2(\theta) = 1.
- Radians to Degrees: Multiply by \frac{180}{\pi}.
- Graphing Trig Functions: y = A \sin(B(x - C)) + D
- Amplitude: |A|
- Period: \frac{2\pi}{B}
Exam Focus
- Why it matters: These are often considered "hard" questions but rely on straightforward definitions.
- Typical question patterns:
- Given \sin(\theta) = \frac{3}{5}, find \tan(\theta). (Draw a triangle!).
- Simplify a trigonometric expression using identities.
- Find the period or amplitude from a graph.
- Common mistakes:
- Having the calculator in Degree mode when the question uses Radians (or vice-versa).
- Forgetting that Sine and Cosine cannot exceed 1 or drop below -1 (unless scaled by an amplitude).
Statistics, Probability, and Ratios
Averages (Mean, Median, Mode)
- Mean: Average. \frac{\text{Sum of terms}}{\text{Number of terms}}.
- Median: The middle number when arranged in order. If there are two middle numbers, average them.
- Mode: The most frequent number.
- Weighted Average: Often tested. If you have score x with frequency a and score y with frequency b, the average is \frac{ax + by}{a+b}.
Probability
- Basic Probability: P(E) = \frac{\text{Number of desired outcomes}}{\text{Total number of possible outcomes}}.
- Independent Events: If A and B are independent, P(A \text{ and } B) = P(A) \times P(B).
Counting Techniques
- Fundamental Counting Principle: If you have 3 shirts, 2 pants, and 4 hats, the total number of outfits is 3 \times 2 \times 4 = 24.
- Combinations vs. Permutations:
- Permutations: Order matters (First place, Second place). nPr.
- Combinations: Order does not matter (Picking a team of 3). nCr.
Exam Focus
- Why it matters: These questions are often wordy but computationally simple.
- Typical question patterns:
- "What must the student score on the 5th test to achieve an average of 80?"
- Marble/Card probability questions.
- Common mistakes:
- Forgetting to order the numbers before finding the Median.
- Confusing "or" (add probabilities) with "and" (multiply probabilities).
Quick Review Checklist
Before taking the test, verify you can do the following:
- Can you quickly find the slope given two points without looking up the formula?
- Do you memorize the 30-60-90 and 45-45-90 triangle side ratios?
- Can you factor a quadratic equation ax^2 + bx + c quickly?
- Do you know the circle equation (x-h)^2 + (y-k)^2 = r^2 and how to find the center/radius from it?
- Can you perform matrix multiplication involving a 2 \times 2 matrix?
- Do you know the difference between i^2 and i^4?
- Can you calculate the probability of two independent events both happening?
- Do you know how to find the period of a sine wave given its equation?
- Can you solve for x when it is in the exponent (using logarithms)?
Final Exam Pitfalls
The "Least/Most" Trap: Questions often ask for the "least possible value" or "greatest integer." Students often solve for x and pick the first number they see, forgetting to check if it satisfies the "least/most" condition or if the question asked for 2x or x+5.
- Correction: Circle what the question is actually asking for. If it asks for 2x, calculate x, then multiply by 2 immediately.
The Negative Inequality Flip: When solving inequalities, students frequently forget to flip the inequality sign (< becomes >) when multiplying or dividing by a negative number.
- Correction: Any time you move a negative multiplier across the inequality symbol, reverse the symbol.
Percent Change vs. Percent Of: Students confuse finding 20% of a number with an increase/decrease by 20%.
- Correction: An increase of 20% means multiplying by 1.20. A decrease of 20% means multiplying by 0.80.
Unit Conversion Errors: The question gives dimensions in feet but asks for an area in square inches.
- Correction: Convert units before calculating area or volume. Remember that 1 square foot is 12 \times 12 = 144 square inches, not 12.
Assuming Integers: A question might state x > 5. Students often assume the next number is 6.
- Correction: Unless the question specifies "integer," x could be 5.00001. Always consider decimals and fractions.
═══════════════════════════════════════
GPT 5.2 Pro
═══════════════════════════════════════
What You Need to Know
- The ACT Math test is built from official content areas—Preparing for Higher Math (dominant), Integrating Essential Skills, and Modeling—so your fastest score gains come from mastering core algebra/functions/geometry plus clean arithmetic.
- Most questions are “one-step beyond the formula”—you’re tested on choosing the right setup (equation/inequality/function/diagram relationship) more than on long computation.
- Time pressure is real—use strategic skipping, estimate intelligently, and avoid algebra traps (sign errors, distribution mistakes, wrong units).
Curriculum & Test Design (What ACT Officially Tests)
The ACT publishes Math Test Specifications and “Preparing for the ACT” guidance describing what the Math section covers. Officially, questions are grouped into:
- Preparing for Higher Math (approximately 57\%-60\% of questions):
- Number & Quantity
- Algebra
- Functions
- Geometry
- Statistics & Probability
- Integrating Essential Skills (approximately 40\%-43\%): pre-algebra + foundational skills embedded across topics
- Modeling (approximately 25\%): real-world contexts requiring setup, interpretation, and constraints
What “Modeling” Means on ACT
Modeling is not a separate topic—it’s a question style. You’ll translate a scenario into math (equation, function, system, geometry relationship), then interpret the result with units and constraints.
Exam Focus
- Why it matters: ACT’s official framework emphasizes both Higher Math and embedded essential skills—knowing the structure helps you prioritize practice.
- Typical question patterns:
- Identify the best equation/model for a situation.
- Interpret a parameter (slope, intercept, rate, average) with units.
- Choose which representation (table/graph/equation) matches.
- Common mistakes:
- Treating “modeling” like a separate chapter (it’s integrated).
- Ignoring units or domain restrictions (negative time, impossible lengths).
- Over-calculating instead of estimating/using answer choices.
Number & Quantity
Number & Quantity on ACT focuses on numerical reasoning: real numbers, place value, factors/multiples, fractions/decimals/percents, ratios, exponents, roots, and basic number properties.
Core Skills & Formulas
Fractions, Ratios, and Percents
- Percent change:
\text{percent change} = \frac{\text{new} - \text{old}}{\text{old}} \times 100\% - Percent of:
\text{part} = (\text{percent as decimal}) \times \text{whole} - Proportion (common modeling structure):
\frac{a}{b} = \frac{c}{d} \Rightarrow ad = bc
Exponents & Radicals
Key rules (ACT expects fluency):
- a^m a^n = a^{m+n}
- \frac{a^m}{a^n} = a^{m-n}
- (a^m)^n = a^{mn}
- a^{-n} = \frac{1}{a^n}
- \sqrt{ab} = \sqrt{a}\sqrt{b} (for nonnegative a,b)
- \sqrt{a^2} = |a|
Scientific Notation
- (c \times 10^n)(d \times 10^m) = (cd) \times 10^{n+m}
- \frac{c \times 10^n}{d \times 10^m} = \frac{c}{d} \times 10^{n-m}
Worked Examples
Example 1 (Percent change): A price increases from 80 to 92. Find the percent increase.
1) Difference: 92 - 80 = 12
2) Divide by original: \frac{12}{80} = 0.15
3) Convert to percent: 0.15 = 15\%
Example 2 (Exponent simplification): Simplify \frac{2^5 \cdot 2^{-3}}{2^2}.
1) Combine numerator: 2^{5 + (-3)} = 2^2
2) Divide: \frac{2^2}{2^2} = 2^{2-2} = 2^0 = 1
Exam Focus
- Why it matters: Many ACT items hide algebra/geometry inside arithmetic—clean number skills prevent time-wasting errors.
- Typical question patterns:
- Convert between fraction/decimal/percent in one step.
- Use exponent rules to simplify before plugging into choices.
- Ratio/proportion word problems (mixtures, scale drawings, rates).
- Common mistakes:
- Percent change using the new value as the denominator (must use “old”).
- Dropping absolute value: \sqrt{a^2} is |a|, not a.
- Rounding too early—keep exact fractions until the end when possible.
Algebra (Expressions, Equations, Inequalities, Systems)
Algebra on ACT includes manipulating expressions, solving linear/quadratic equations, factoring, completing the square, absolute value, rational expressions, and systems.
Linear Equations & Forms
- Slope-intercept form:
y = mx + b - Point-slope form:
y - y1 = m(x - x1) - Standard form:
Ax + By = C - Slope from two points:
m = \frac{y2 - y1}{x2 - x1}
Parallel lines: same slope. Perpendicular lines (non-vertical): slopes satisfy
m1 m2 = -1
Factoring & Quadratics
Common factoring patterns:
- a^2 - b^2 = (a-b)(a+b)
- a^2 + 2ab + b^2 = (a+b)^2
- a^2 - 2ab + b^2 = (a-b)^2
Quadratic tools:
- Quadratic formula:
x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} - Vertex form:
y = a(x-h)^2 + k with vertex (h,k)
Inequalities & Absolute Value
- If you multiply/divide both sides of an inequality by a negative, flip the sign.
- Absolute value equations:
|x-a| = b \Rightarrow x-a = b \text{ or } x-a = -b (requires b \ge 0) - Absolute value inequalities (high-yield concept):
|x-a| < b \Rightarrow a-b < x < a+b |x-a| > b \Rightarrow x < a-b \text{ or } x > a+b
Systems of Equations
Methods:
- Substitution (solve one equation for a variable).
- Elimination (add/subtract equations to cancel a variable).
Worked Examples
Example 1 (Linear system):
\begin{cases}2x + y = 11\ x - y = 1\end{cases}
Add equations to eliminate y:
1) (2x+y) + (x-y) = 11 + 1
2) 3x = 12 \Rightarrow x = 4
3) Substitute into x-y=1: 4 - y = 1 \Rightarrow y = 3
Solution: (4,3)
Example 2 (Quadratic factoring): Solve x^2 - 5x + 6 = 0.
1) Factor: (x-2)(x-3)=0
2) So x=2 or x=3
Exam Focus
- Why it matters: Algebra is the backbone of the ACT Math section and appears across nearly every content area.
- Typical question patterns:
- Solve for a variable after simplifying/factoring.
- Match algebraic form to a graph feature (slope/intercepts/vertex).
- Set up and solve a system from a word problem.
- Common mistakes:
- Sign errors during distribution: -(x-3) becomes -x+3.
- Forgetting to flip inequality when dividing by a negative.
- Losing solutions/adding extraneous ones (especially with rational equations and absolute value).
Functions (Representation, Operations, Graph Features)
A function assigns each input exactly one output. ACT tests reading and using functions from equations, tables, and graphs, including domain/range, transformations, and composition.
Essential Function Notation
- Function value: f(x) means output when input is x.
- Solve f(x)=k by finding inputs whose output equals k.
Common Function Types
Linear
f(x) = mx + b
- Slope m is rate of change.
- b is y-intercept.
Quadratic
f(x) = ax^2 + bx + c
- Opens up if a>0, down if a<0.
- Axis of symmetry:
x = \frac{-b}{2a}
Exponential (basic recognition)
f(x) = a \cdot b^x with b>0, b \ne 1
- Growth if b>1, decay if 0<b<1.
Function Operations
- Sum: (f+g)(x) = f(x) + g(x)
- Product: (fg)(x) = f(x)g(x)
- Composition:
(f \circ g)(x) = f(g(x))
Transformations (High Yield)
Starting from y=f(x):
- Vertical shift: y=f(x)+k
- Horizontal shift: y=f(x-h) shifts right by h
- Reflection over x-axis: y=-f(x)
- Vertical stretch: y=af(x)
Worked Examples
Example 1 (Composition): If f(x)=2x+1 and g(x)=x^2, find (f\circ g)(3).
1) Compute g(3)=3^2=9
2) Then f(9)=2(9)+1=19
So (f\circ g)(3)=19
Example 2 (Quadratic vertex): Find the vertex x-coordinate of y=3x^2-12x+5.
Use x=\frac{-b}{2a} with a=3, b=-12:
x=\frac{-(-12)}{2\cdot 3}=\frac{12}{6}=2
Exam Focus
- Why it matters: ACT often tests whether you can interpret or build a function from context—especially slope/rate and graph features.
- Typical question patterns:
- Evaluate f(a), solve f(x)=k, or compare f(a) vs f(b).
- Identify shifts/stretches from an equation.
- Interpret slope as “per 1 unit” change in context (units matter).
- Common mistakes:
- Confusing f(x-h) (right shift) with f(x)+h (up shift).
- Treating f(x)^2 as f(x^2) (they are different).
- Ignoring domain restrictions in context problems.
Geometry (Plane Geometry, Coordinate Geometry, Trigonometry Basics)
ACT Geometry includes properties of lines/angles, triangles, circles, polygons, area/volume, coordinate geometry, and right-triangle trigonometry.
Angles and Triangles
- Linear pair sums to 180^\circ.
- Vertical angles are equal.
- Triangle angle sum:
A + B + C = 180^\circ
Special Right Triangles
- 45^\circ-45^\circ-90^\circ: sides x, x, x\sqrt{2}
- 30^\circ-60^\circ-90^\circ: sides x, x\sqrt{3}, 2x (short leg x opposite 30^\circ)
Pythagorean Theorem
a^2 + b^2 = c^2
Circles
- Circumference:
C = 2\pi r - Area:
A = \pi r^2 - Arc length (with central angle \theta in radians):
s = r\theta - Sector area (with \theta in radians):
A = \frac{1}{2}r^2\theta
Coordinate Geometry
- Distance:
d = \sqrt{(x2-x1)^2 + (y2-y1)^2} - Midpoint:
\left(\frac{x1+x2}{2}, \frac{y1+y2}{2}\right)
Area and Volume (Common ACT Set)
Rectangle area: A=lw
Triangle area: A=\frac{1}{2}bh
Parallelogram area: A=bh
Trapezoid area: A=\frac{1}{2}(b1+b2)h
Circle area: A=\pi r^2
Rectangular prism volume: V=lwh
Cylinder volume: V=\pi r^2 h
Sphere volume: V=\frac{4}{3}\pi r^3
Basic Right-Triangle Trig (When Given)
SOH-CAH-TOA:
- \sin(\theta)=\frac{\text{opp}}{\text{hyp}}
- \cos(\theta)=\frac{\text{adj}}{\text{hyp}}
- \tan(\theta)=\frac{\text{opp}}{\text{adj}}
Worked Examples
Example 1 (Special triangle): A right triangle has a 30^\circ angle and hypotenuse 14. Find the shortest leg.
In a 30^\circ-60^\circ-90^\circ triangle, hypotenuse =2x.
So 2x=14 \Rightarrow x=7. Shortest leg =7.
Example 2 (Coordinate distance): Find the distance between (-1,2) and (3,5).
d=\sqrt{(3-(-1))^2+(5-2)^2}=\sqrt{4^2+3^2}=\sqrt{25}=5
Exam Focus
- Why it matters: Geometry questions are often quick points if you know the core formulas and relationships.
- Typical question patterns:
- Use angle relationships (parallel lines, triangles) to solve for unknown measures.
- Apply area/volume formulas with unit conversions.
- Coordinate geometry: slope/distance/midpoint embedded in a story.
- Common mistakes:
- Mixing radius and diameter (diameter =2r).
- Forgetting to square units for area and cube units for volume.
- Using special-triangle ratios backward (label the hypotenuse first).
Statistics & Probability (Data, Variation, Counting)
ACT Statistics & Probability includes descriptive statistics, interpreting tables/graphs, basic probability, and counting principles.
Descriptive Statistics
- Mean:
\bar{x} = \frac{\text{sum of values}}{\text{number of values}} - Median: middle value (average of two middle values if even count).
- Mode: most frequent.
- Range:
\text{range} = \text{max} - \text{min}
Weighted average (common modeling):
\text{weighted mean} = \frac{\sum wi xi}{\sum w_i}
Probability
- Basic probability:
P(A)=\frac{\text{favorable outcomes}}{\text{total outcomes}} - Complement:
P(A^c)=1-P(A) - Independent events:
P(A\cap B)=P(A)P(B)
Counting (Fundamentals)
- Fundamental counting principle: multiply choices across steps.
- Permutations:
\,{}nPr = \frac{n!}{(n-r)!} - Combinations:
\,{}nCr = \frac{n!}{r!(n-r)!}
Worked Examples
Example 1 (Mean with one unknown): The mean of 5 numbers is 12. Four numbers are 10, 11, 12, 13. Find the fifth.
1) Total sum needed: 5\cdot 12 = 60
2) Sum known: 10+11+12+13=46
3) Missing: 60-46=14
Example 2 (Probability with complement): A bag has 3 red and 5 blue marbles. Probability of not red:
Total =8. Not red means blue: \frac{5}{8}. Or 1-\frac{3}{8}=\frac{5}{8}.
Exam Focus
- Why it matters: These questions are often straightforward and reward careful reading—great for efficient points.
- Typical question patterns:
- Compute mean/median after adding/removing a value.
- Interpret a graph’s trend, rate, or misrepresentation.
- Basic probability using complements or independent events.
- Common mistakes:
- Mean vs median confusion (especially with outliers).
- Forgetting that “at least one” is often easiest via complement.
- Misreading graph scales (axes not starting at 0).
Integrating Essential Skills & Modeling Strategies (Across Topics)
Integrating Essential Skills are foundational moves embedded everywhere: simplifying expressions, unit conversion, reading graphs/tables, plugging in answer choices, and estimating.
High-Leverage Techniques
Plug In (Smart Substitution)
When variables are abstract and answers are numeric, choose easy values.
- Avoid 0 if it causes division by zero.
- Choose values that simplify fractions (like 2,4,10).
Backsolve from Answer Choices
If choices are possible values for x, test them.
- For increasing/decreasing relationships, you can often start with the middle choice.
Estimation & Bounds
- Use rounding to eliminate choices quickly.
- Check whether an answer is reasonable: sign, magnitude, units.
Units and Dimensional Reasoning
Treat units like algebra.
- Example: \frac{\text{miles}}{\text{hour}} \times \text{hours} = \text{miles}.
Mini Worked Example (Modeling)
A car travels 150 miles in 3 hours. At the same rate, how far in 5 hours?
1) Rate: \frac{150}{3}=50 miles/hour
2) Distance: 50\cdot 5=250 miles
Exam Focus
- Why it matters: These skills are the difference between finishing and running out of time—ACT rewards efficient reasoning.
- Typical question patterns:
- Translate a word problem into an equation, then solve.
- Use a table/graph to infer a rate or linear model.
- Mixed-skill problems combining geometry + algebra + arithmetic.
- Common mistakes:
- Skipping unit checks (ending with \text{miles/hour} when asked for miles).
- Overcommitting to long algebra when plugging in/backsolving is faster.
- Not using the answer choices as information (ACT is multiple-choice for a reason).
Quick Review Checklist
- Can you convert among fractions, decimals, and percents and apply \text{percent change} correctly?
- Can you simplify expressions using exponent and radical rules (including \sqrt{a^2}=|a|)?
- Can you solve linear equations, inequalities (including flipping the sign), and systems reliably?
- Can you factor quadratics and also solve them using the quadratic formula when factoring fails?
- Can you evaluate and interpret functions, including composition (f\circ g)(x) and transformations?
- Can you apply core geometry formulas (area, volume, circle measures) and special right-triangle ratios?
- Can you compute mean/median/range and basic probabilities using complements?
- Can you choose between algebra, plug-in, and backsolving to save time on a problem?
Final Exam Pitfalls
- Doing heavy algebra when a fast strategy exists — If answers are numbers, try plugging in or backsolving to cut time.
- Sign and distribution errors — Write one clean line per step; especially watch negatives like -(x-3).
- Inequality direction mistakes — Any time you multiply/divide by a negative, explicitly flip the inequality symbol.
- Geometry formula mix-ups (radius/diameter, area/volume units) — Label r vs 2r and track squared/cubed units.
- Ignoring context constraints in modeling — Reject solutions that violate the situation (negative length/time, impossible counts).
- Rounding too early — Keep exact values (fractions, radicals) until the final step unless estimation is the goal.
═══════════════════════════════════════
Claude Opus 4.6
═══════════════════════════════════════
What You Need to Know
- The ACT Math section has 60 questions in 60 minutes — that's exactly 1 minute per question. Questions are roughly ordered from easiest to hardest, so manage your time accordingly.
- The test covers six main content areas: Pre-Algebra/Number & Quantity, Algebra, Functions, Geometry, Statistics & Probability, and Integrating Essential Skills. Algebra and Geometry together make up the largest share of questions.
- A calculator is permitted on the entire Math section (no separate no-calculator portion like the SAT), but many questions are designed to be solved faster without one.
- There is no penalty for guessing — never leave a question blank. Eliminate what you can and guess from the remaining choices.
Number & Quantity (Pre-Algebra Foundations)
This category covers the building blocks: properties of numbers, operations, fractions, decimals, percents, ratios, proportions, and absolute value.
Key Concepts
- Order of Operations (PEMDAS): Parentheses, Exponents, Multiplication/Division (left to right), Addition/Subtraction (left to right).
- Fractions, Decimals, Percents: Know how to convert fluently between all three forms. For example, \frac{3}{8} = 0.375 = 37.5\%.
- Ratios and Proportions: A ratio compares two quantities. A proportion sets two ratios equal: \frac{a}{b} = \frac{c}{d}, solved by cross-multiplying: ad = bc.
- Absolute Value: |x| gives the distance of x from zero on the number line. Always non-negative.
- Scientific Notation: a \times 10^n where 1 \le |a| < 10.
- Factors, Multiples, Primes: The GCF (Greatest Common Factor) and LCM (Least Common Multiple) are commonly tested. Remember that 1 is not prime and 2 is the only even prime.
Worked Example — Percent Change
A shirt originally costs $40 and is marked down to $30. What is the percent decrease?
\text{Percent Change} = \frac{|\text{New} - \text{Original}|}{\text{Original}} \times 100 = \frac{|30 - 40|}{40} \times 100 = \frac{10}{40} \times 100 = 25\%
Exam Focus
- Why it matters: Pre-algebra and number sense questions appear throughout the test—especially in the first 20 questions—and are meant to be quick points.
- Typical question patterns:
- Word problems requiring ratio/proportion setups
- Percent increase/decrease calculations
- Ordering fractions and decimals on a number line
- Common mistakes:
- Using the wrong base (new vs. original) when computing percent change
- Forgetting that absolute value equations like |x - 3| = 5 yield two solutions: x = 8 and x = -2
- Misapplying order of operations, especially with nested parentheses
Algebra
Algebra is the single most heavily tested category on the ACT Math section, representing roughly 12–15 questions.
Linear Equations & Inequalities
- Slope-intercept form: y = mx + b where m is the slope and b is the y-intercept.
- Standard form: Ax + By = C.
- Slope formula: m = \frac{y2 - y1}{x2 - x1}
- Parallel lines have equal slopes. Perpendicular lines have slopes that are negative reciprocals: m1 \cdot m2 = -1.
- When multiplying or dividing an inequality by a negative number, flip the inequality sign.
Systems of Equations
Solve by substitution or elimination. A system of two linear equations can have one solution (intersecting lines), no solution (parallel lines), or infinitely many solutions (same line).
Exponent Rules
| Rule | Formula |
|---|---|
| Product | a^m \cdot a^n = a^{m+n} |
| Quotient | \frac{a^m}{a^n} = a^{m-n} |
| Power of a Power | (a^m)^n = a^{mn} |
| Zero Exponent | a^0 = 1 (for a \neq 0) |
| Negative Exponent | a^{-n} = \frac{1}{a^n} |
Quadratics
- Standard form: ax^2 + bx + c = 0
- Quadratic Formula: x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
- Factoring: Look for two numbers that multiply to ac and add to b.
- Discriminant \Delta = b^2 - 4ac: if \Delta > 0 → 2 real solutions; \Delta = 0 → 1 real solution; \Delta < 0 → no real solutions.
Worked Example — System of Equations
Solve: 2x + y = 7 and x - y = 2.
Add the equations: 3x = 9 \Rightarrow x = 3. Substitute back: 3 - y = 2 \Rightarrow y = 1. Solution: (3, 1).
Exam Focus
- Why it matters: Algebra questions span nearly the entire test from early easy questions to late difficult ones. Mastering this category is essential for a competitive score.
- Typical question patterns:
- "What is the value of x?" — straightforward solve-for-variable
- Word problems that require translating sentences into equations
- Questions asking for the slope of a line perpendicular to a given line
- Common mistakes:
- Forgetting to flip the inequality sign when dividing by a negative
- Sign errors when distributing a negative across parentheses
- Confusing "no solution" with "infinitely many solutions" in systems
Functions
Approximately 8–12 questions involve functions, including their definitions, evaluation, and transformations.
Core Concepts
- Function notation: f(x) means "the output of function f when the input is x." To evaluate f(3), substitute 3 for every x.
- Domain: the set of all valid inputs (watch for division by zero and even roots of negatives).
- Range: the set of all possible outputs.
- Composition: (f \circ g)(x) = f(g(x)) — evaluate the inner function first.
Transformations of Functions
| Transformation | Effect on graph |
|---|---|
| f(x) + k | Shift up k units |
| f(x) - k | Shift down k units |
| f(x + h) | Shift left h units |
| f(x - h) | Shift right h units |
| -f(x) | Reflect over the x-axis |
| f(-x) | Reflect over the y-axis |
Memory Aid: Horizontal shifts are "opposite" — f(x - 3) shifts right, not left.
Logarithms (Tested Occasionally)
\log_b a = c \iff b^c = a
Key properties: \logb(mn) = \logb m + \logb n; \logb\left(\frac{m}{n}\right) = \logb m - \logb n; \logb(m^p) = p\logb m.
Exam Focus
- Why it matters: Function questions range from simple evaluation (early questions) to complex composition and transformation (later questions). They are reliable score-builders.
- Typical question patterns:
- Evaluate f(g(2)) given definitions of f and g
- Identify which graph represents a transformed function
- Find the domain of a function involving a square root or fraction
- Common mistakes:
- Applying composition in the wrong order — f(g(x)) \neq g(f(x)) in general
- Shifting horizontally in the wrong direction (remember: inside the parentheses is opposite)
- Forgetting to exclude values that make a denominator zero when finding domain
Geometry
Geometry accounts for roughly 12–15 questions. The ACT does not provide a formula sheet, so you must memorize key formulas.
Essential Formulas
| Shape | Area | Perimeter / Circumference |
|---|---|---|
| Rectangle | A = lw | P = 2l + 2w |
| Triangle | A = \frac{1}{2}bh | Sum of all sides |
| Circle | A = \pi r^2 | C = 2\pi r |
| Trapezoid | A = \frac{1}{2}(b1 + b2)h | Sum of all sides |
Volume formulas:
- Rectangular prism: V = lwh
- Cylinder: V = \pi r^2 h
- Cone: V = \frac{1}{3}\pi r^2 h
- Sphere: V = \frac{4}{3}\pi r^3
Triangles
- Angle sum: The interior angles of a triangle sum to 180°.
- Pythagorean Theorem: a^2 + b^2 = c^2 (right triangles only, where c is the hypotenuse).
- Common Pythagorean triples: 3-4-5, 5-12-13, 8-15-17, 7-24-25 (and their multiples like 6-8-10).
- Special right triangles:
- 45-45-90: sides in ratio 1 : 1 : \sqrt{2}
- 30-60-90: sides in ratio 1 : \sqrt{3} : 2
- Similar triangles: Corresponding angles are equal and corresponding sides are proportional.
Coordinate Geometry
- Distance formula: d = \sqrt{(x2 - x1)^2 + (y2 - y1)^2}
- Midpoint formula: M = \left(\frac{x1 + x2}{2}, \frac{y1 + y2}{2}\right)
- Equation of a circle: (x - h)^2 + (y - k)^2 = r^2 with center (h, k) and radius r.
Trigonometry (ACT-Specific)
The ACT regularly tests basic trig — approximately 4–6 questions.
- SOH-CAH-TOA:
- \sin\theta = \frac{\text{opposite}}{\text{hypotenuse}}
- \cos\theta = \frac{\text{adjacent}}{\text{hypotenuse}}
- \tan\theta = \frac{\text{opposite}}{\text{adjacent}}
- Unit circle values: Know \sin and \cos for 0°, 30°, 45°, 60°, 90°.
- Pythagorean identity: \sin^2\theta + \cos^2\theta = 1
- Law of Sines: \frac{a}{\sin A} = \frac{b}{\sin B} = \frac{c}{\sin C}
- Law of Cosines: c^2 = a^2 + b^2 - 2ab\cos C
- Radian-degree conversion: 180° = \pi \text{ radians}
Exam Focus
- Why it matters: Geometry and trig together account for roughly a quarter of the test. These are formula-heavy questions—knowing the formulas is the difference between quick points and wasted time.
- Typical question patterns:
- Find the area or perimeter of a composite figure
- Use the Pythagorean theorem or special right triangles in a word problem
- Calculate a trig ratio from a described right triangle
- Apply the distance or midpoint formula on the coordinate plane
- Common mistakes:
- Using diameter instead of radius (or vice versa) in circle formulas
- Applying the Pythagorean theorem to non-right triangles
- Mixing up sine and cosine (opposite vs. adjacent)
- Forgetting to convert between radians and degrees when the problem uses one and your calculator is set to the other
Statistics & Probability
This category covers data interpretation, measures of central tendency, and basic probability — roughly 5–8 questions.
Measures of Central Tendency
- Mean (average): \bar{x} = \frac{\text{sum of all values}}{n}
- Median: the middle value when data is ordered. For an even number of values, average the two middle values.
- Mode: the most frequently occurring value.
- Range: \text{max} - \text{min}.
Probability
- Basic probability: P(A) = \frac{\text{favorable outcomes}}{\text{total outcomes}}
- Complementary events: P(\text{not } A) = 1 - P(A)
- Independent events: P(A \text{ and } B) = P(A) \cdot P(B)
- "Or" probability (mutually exclusive): P(A \text{ or } B) = P(A) + P(B)
Data Interpretation
You will often be asked to read and analyze bar graphs, line graphs, scatterplots, tables, and histograms. Key skills:
- Identify trends, outliers, and correlations
- Calculate averages from frequency tables
- Interpret two-way tables
Exam Focus
- Why it matters: Stats/probability questions are typically straightforward if you know the definitions and formulas—they are designed as accessible points across all difficulty levels.
- Typical question patterns:
- "What is the median of the following data set?"
- "If one item is chosen at random, what is the probability that…?"
- Reading a graph and answering questions about specific values or trends
- Common mistakes:
- Forgetting to sort data before finding the median
- Confusing "and" (multiply) with "or" (add) in probability
- Misreading axis labels or scales on graphs
Integrating Essential Skills & Modeling
This is not a separate content area but rather a category that involves applying multiple math concepts to real-world scenarios. These questions test your ability to:
- Set up equations from word problems
- Work with unit conversions and rates
- Interpret models (linear, quadratic, exponential growth/decay)
- Use proportional reasoning in context
Key Skills
- Rate problems: \text{Distance} = \text{Rate} \times \text{Time} or equivalently d = rt
- Unit conversion: Use dimensional analysis — multiply by conversion factors so unwanted units cancel.
- Average speed: \text{Average speed} = \frac{\text{Total distance}}{\text{Total time}} (not the average of two speeds!)
- Matrices (basic operations): Addition, subtraction, scalar multiplication, and occasionally 2 \times 2 determinants may appear. The determinant of \begin{pmatrix} a & b \ c & d \end{pmatrix} is ad - bc.
- Complex numbers: i = \sqrt{-1}, so i^2 = -1. To add/multiply complex numbers, treat i like a variable and replace i^2 with -1.
Exam Focus
- Why it matters: These multi-step word problems appear throughout the test and especially in the middle-to-hard range. They reward careful reading and setup.
- Typical question patterns:
- Multi-step word problems involving rates, costs, or mixtures
- Questions requiring unit conversions (e.g., feet to inches within a geometry problem)
- "Which equation models the situation described?"
- Common mistakes:
- Averaging two speeds instead of using total distance over total time
- Setting up the equation incorrectly because of misreading the word problem
- Errors with complex number arithmetic, especially forgetting that i^2 = -1
Quick Review Checklist
- ☐ Can you solve a linear equation and a system of two equations quickly?
- ☐ Do you know the quadratic formula and how to use the discriminant?
- ☐ Can you evaluate a function, compose two functions, and describe transformations?
- ☐ Do you have all essential geometry formulas memorized (area, volume, circumference)?
- ☐ Can you apply the Pythagorean theorem and identify special right triangles (30-60-90, 45-45-90)?
- ☐ Do you know SOH-CAH-TOA and the Pythagorean identity?
- ☐ Can you compute mean, median, mode, and basic probability?
- ☐ Do you know exponent rules — including negative and zero exponents?
- ☐ Can you convert between fractions, decimals, and percents?
- ☐ Can you set up and solve a word problem involving rates, proportions, or percent change?
Final Exam Pitfalls
Not reading the question carefully: The ACT loves to ask "What is 2x?" after you've solved for x. Always re-read the question before bubbling your answer.
Misusing the calculator: Relying on your calculator for simple arithmetic wastes time and invites input errors. Use mental math for straightforward calculations and save the calculator for complex computations.
Confusing radius and diameter: Circle problems are everywhere on the ACT. If a problem gives you the diameter, divide by 2 before applying A = \pi r^2 or V = \pi r^2 h.
Sign errors in algebra: Distributing negatives incorrectly — for example, -(3x - 2) equals -3x + 2, not -3x - 2 — is one of the most common errors on the test.
Running out of time on hard questions: The last 10–15 questions are the hardest. If you're stuck for more than 90 seconds, make an educated guess and move on. Don't let one tough question cost you three easy ones.
Forgetting that the ACT has no formula sheet: Unlike some state tests, the ACT gives you nothing. If you don't have the area of a trapezoid or the volume of a cone memorized, you can't derive it under pressure. Drill your formulas before test day.