⭐ ACT Math Master Series

ACT Math
Elite Practice

20 high-difficulty questions — the topics that sink most students

20
Questions
60min
Timer
8
Topics
📐Trigonometry
🔢Complex Numbers
📊Matrices
📈Logarithms
🔁Sequences
📉Statistics
Coordinate Geo
🧮Polynomials
1
Trigonometry

Trigonometry questions on the ACT test sine, cosine, tangent ratios, special triangles, the unit circle, and identities. These appear in ~4–5 questions and are among the most missed.

sin²θ + cos²θ = 1 tan θ = sin θ / cos θ sin(A±B) = sinA cosB ± cosA sinB cos(A±B) = cosA cosB ∓ sinA sinB Law of Sines: a/sinA = b/sinB = c/sinC Law of Cosines: c² = a² + b² − 2ab cosC
🧠 Must Memorize

Special angles: sin30°=½, cos30°=√3/2, sin45°=√2/2, cos45°=√2/2, sin60°=√3/2, cos60°=½
CAST rule: In Q1 all positive, Q2 sin+, Q3 tan+, Q4 cos+

✏️ Example

If sinθ = 3/5 and θ is in Q2, find cosθ.
Solution: cos²θ = 1 − sin²θ = 1 − 9/25 = 16/25 → cosθ = −4/5 (negative in Q2) ✓

2
Complex Numbers

Complex numbers involve i = √(−1). The ACT tests arithmetic with complex numbers and powers of i.

i¹ = i, i² = −1, i³ = −i, i⁴ = 1 (cycle repeats every 4) (a+bi)(c+di) = (ac−bd) + (ad+bc)i Conjugate of (a+bi) = (a−bi) |a+bi| = √(a²+b²)
🧠 Must Memorize

To divide complex numbers, multiply numerator and denominator by the conjugate of the denominator. Powers of i cycle with period 4: find remainder when exponent ÷ 4.

✏️ Example

Simplify: (3+2i)(1−i)
Solution: = 3−3i+2i−2i² = 3−i−2(−1) = 3−i+2 = 5−i ✓

3
Matrices

ACT tests basic matrix operations: addition, scalar multiplication, and 2×2 matrix multiplication. Determinants may also appear.

Matrix multiplication [A]·[B]: row × column dot products [a b; c d] · [e f; g h] = [ae+bg af+bh; ce+dg cf+dh] det([a b; c d]) = ad − bc Scalar: k·[a b; c d] = [ka kb; kc kd]
🧠 Must Memorize

Matrix multiplication is NOT commutative (AB ≠ BA in general). The product of an m×n matrix and an n×p matrix is an m×p matrix. Only multiply if inner dimensions match.

✏️ Example

det([3 2; 1 4]) = 3·4 − 2·1 = 12 − 2 = 10 ✓

4
Logarithms & Exponentials

Log and exponential questions test properties, change of base, and solving equations. These are consistently among the most missed ACT questions.

log_b(x) = y ↔ bʸ = x log(xy) = log x + log y log(x/y) = log x − log y log(xⁿ) = n·log x Change of base: log_b(x) = ln(x)/ln(b) log_b(b) = 1, log_b(1) = 0
🧠 Must Memorize

Always convert log equations to exponential form: log₂(8) = 3 because 2³ = 8. For equations like log(x) + log(x−3) = 1, combine logs first then convert to exponential.

✏️ Example

Solve: log₃(x) = 4
Solution: 3⁴ = x → x = 81 ✓

5
Sequences & Series

Arithmetic and geometric sequences appear frequently. The ACT also tests sum formulas.

Arithmetic: aₙ = a₁ + (n−1)d Arithmetic sum: Sₙ = n/2 · (a₁ + aₙ) Geometric: aₙ = a₁ · rⁿ⁻¹ Geometric sum: Sₙ = a₁(1−rⁿ)/(1−r), r≠1 Infinite geo sum: S∞ = a₁/(1−r), |r| < 1
🧠 Must Memorize

For arithmetic: common difference d = a₂ − a₁. For geometric: common ratio r = a₂/a₁. Always identify which type before applying formulas.

✏️ Example

Find the 10th term of: 3, 7, 11, 15, ...
Solution: d = 4, a₁₀ = 3 + 9(4) = 3 + 36 = 39 ✓

6
Statistics & Probability

ACT statistics covers mean, median, mode, standard deviation, and basic probability including combinations and permutations.

Mean = Σx / n Variance = Σ(x − x̄)² / n Standard Deviation = √Variance nCr = n! / (r!(n−r)!) nPr = n! / (n−r)! P(A and B) = P(A)·P(B) [if independent] P(A or B) = P(A)+P(B)−P(A∩B)
🧠 Must Memorize

Higher standard deviation = more spread out data. Adding the same constant to all values shifts mean but does NOT change SD. Multiplying all values by k multiplies SD by |k|.

✏️ Example

How many ways to choose 3 students from 8?
Solution: 8C3 = 8!/(3!·5!) = (8·7·6)/(3·2·1) = 56 ✓

7
Coordinate Geometry & Conics

Circles, parabolas, and their equations. Distance, midpoint, and slope formulas also tested.

Circle: (x−h)² + (y−k)² = r² Parabola (vertical): y = a(x−h)² + k Distance: d = √((x₂−x₁)² + (y₂−y₁)²) Midpoint: ((x₁+x₂)/2, (y₁+y₂)/2) Slope: m = (y₂−y₁)/(x₂−x₁) Perpendicular slopes: m₁·m₂ = −1
🧠 Must Memorize

For circles, complete the square to find center and radius. A circle x²+y²+Dx+Ey+F=0 has center (−D/2, −E/2) and r = √((D/2)²+(E/2)²−F).

✏️ Example

Center and radius of (x−2)²+(y+3)²=25?
Solution: Center (2,−3), radius = 5 ✓

8
Polynomials & Rational Expressions

Factoring, remainder theorem, rational roots, and simplifying rational expressions.

Remainder Theorem: f(a) is the remainder when f(x) ÷ (x−a) Factor Theorem: (x−a) is a factor ↔ f(a) = 0 Rational Root Theorem: possible rational roots = ±(factors of constant) / (factors of leading coeff) Difference of squares: a²−b² = (a+b)(a−b) Sum/Diff of cubes: a³±b³ = (a±b)(a²∓ab+b²)
🧠 Must Memorize

To find if (x−c) is a factor of f(x), simply evaluate f(c). If f(c) = 0, it IS a factor. This is faster than long division on the ACT.

✏️ Example

Is (x−2) a factor of f(x) = x³−3x²+x+2?
Solution: f(2) = 8−12+2+2 = 0 → YES, (x−2) is a factor ✓

Question 1 of 20
60:00
🎯 Final Results

Your Score

0%
0/20

0
Correct
0
Wrong
0:00
Time Used