Math Problems & Solutions — Worked Examples
A library of common math problems with step-by-step solutions, taught the way Mr. Neal teaches them in tutoring sessions. Use these to study, check your work, or learn a method. If you get stuck, book a free consultation and we’ll work through it live.
Jump to a section
Algebra Problems
Linear equations, quadratics, systems, and word problems — the core algebra most students need help with.
Problem 1 — Solving a Linear Equation
Solve: 3x + 7 = 22
3x + 7 − 7 = 22 − 7
3x = 15
Step 2. Divide both sides by 3:
x = 15 ÷ 3
x = 5
Problem 2 — Solving a Quadratic by Factoring
Solve: x² + 5x + 6 = 0
Step 2. Factor the quadratic:
(x + 2)(x + 3) = 0
Step 3. Set each factor equal to zero (Zero Product Property):
x + 2 = 0 → x = −2
x + 3 = 0 → x = −3
Problem 3 — Quadratic Formula
Solve: 2x² + 3x − 5 = 0
Step 2. Apply the quadratic formula x = [−b ± √(b² − 4ac)] / (2a):
x = [−3 ± √(9 − 4·2·(−5))] / (2·2)
x = [−3 ± √(9 + 40)] / 4
x = [−3 ± √49] / 4
x = [−3 ± 7] / 4
Step 3. Two solutions:
x = (−3 + 7) / 4 = 1
x = (−3 − 7) / 4 = −5/2
Problem 4 — System of Linear Equations (Substitution)
Solve: y = 2x + 1 and 3x + y = 11
3x + (2x + 1) = 11
5x + 1 = 11
5x = 10
x = 2
Step 2. Plug x = 2 back into y = 2x + 1:
y = 2(2) + 1 = 5
Problem 5 — Word Problem (Rate and Distance)
Question: A car travels at 60 mph for 2.5 hours. How far does it travel?
Step 2. Substitute the values:
distance = 60 mph × 2.5 hr = 150 miles
Geometry Problems
Area, perimeter, the Pythagorean theorem, and angle relationships — the geometry that shows up in homework and on tests.
Problem 6 — Pythagorean Theorem
Question: A right triangle has legs of 6 and 8. What is the length of the hypotenuse?
6² + 8² = c²
36 + 64 = c²
100 = c²
Step 2. Take the square root of both sides:
c = 10
Problem 7 — Area of a Triangle
Question: Find the area of a triangle with base 12 and height 5.
Step 2. Substitute:
A = (1/2) × 12 × 5 = 30
Problem 8 — Circumference and Area of a Circle
Question: A circle has radius 7. Find the circumference and the area. (Use π ≈ 3.14.)
Step 2. Area A = πr² = 3.14 × 49 = 153.86
Problem 9 — Sum of Interior Angles of a Polygon
Question: What is the sum of interior angles of a hexagon (6-sided polygon)?
Step 2. Substitute n = 6:
(6 − 2) × 180° = 4 × 180° = 720°
Pre-Calculus Problems
Functions, logarithms, and trig identities — the bridge between algebra and calculus.
Problem 10 — Evaluating a Function
Given: f(x) = x² − 3x + 2. Find f(4).
f(4) = 4² − 3(4) + 2
f(4) = 16 − 12 + 2
f(4) = 6
Problem 11 — Solving a Logarithmic Equation
Solve: log₂(x) = 5
log₂(x) = 5 means 2⁵ = x
Step 2. Evaluate 2⁵:
x = 32
Problem 12 — Pythagorean Identity
Given: sin(θ) = 3/5 and θ is in the first quadrant. Find cos(θ).
(3/5)² + cos²(θ) = 1
9/25 + cos²(θ) = 1
cos²(θ) = 16/25
Step 2. Take the positive square root (first quadrant, cosine is positive):
cos(θ) = 4/5
Calculus Problems
Limits, derivatives, integrals — the core of AP Calculus and Calc I.
Problem 13 — Finding a Derivative (Power Rule)
Find dy/dx if: y = 3x⁴ − 2x² + 7x − 5
Step 2. Differentiate each term:
d/dx(3x⁴) = 12x³
d/dx(−2x²) = −4x
d/dx(7x) = 7
d/dx(−5) = 0
Problem 14 — Limit at a Point
Evaluate: lim (x → 3) (x² − 9) / (x − 3)
x² − 9 = (x + 3)(x − 3)
Step 2. Cancel the common factor (x − 3):
(x + 3)(x − 3) / (x − 3) = x + 3
Step 3. Substitute x = 3:
3 + 3 = 6
Problem 15 — Definite Integral
Evaluate: ∫ from 0 to 2 of (3x² + 2x) dx
∫ 3x² dx = x³
∫ 2x dx = x²
So the antiderivative is x³ + x².
Step 2. Evaluate at the bounds (Fundamental Theorem of Calculus):
[x³ + x²] from 0 to 2 = (8 + 4) − (0 + 0) = 12
Problem 16 — Product Rule
Find the derivative of: y = x² · sin(x)
Let f = x², so f’ = 2x.
Let g = sin(x), so g’ = cos(x).
Step 2. Combine:
y’ = 2x · sin(x) + x² · cos(x)
SAT Math Problems
Problem types that appear on the Digital SAT Math section — heart of algebra, problem solving, and advanced math.
Problem 17 — Slope of a Line
What is the slope of the line passing through (2, 3) and (6, 11)?
Step 2. Substitute:
m = (11 − 3) / (6 − 2) = 8 / 4 = 2
Problem 18 — Percent Increase
A store raises the price of a $40 item by 25%. What is the new price?
0.25 × 40 = 10
Step 2. Add the increase to the original price:
40 + 10 = 50
Problem 19 — Mean (Average)
The mean of five numbers is 12. Four of the numbers are 10, 11, 13, and 15. What is the fifth number?
Step 2. Subtract the known values from the total:
60 − (10 + 11 + 13 + 15) = 60 − 49 = 11
Problem 20 — Exponent Rules
Simplify: (x³ · x⁵) / x²
Step 2. Divide same-base exponents by subtracting: x⁸ / x² = x⁶.
Problem 21 — Linear Equation in Context
A taxi charges $3 plus $2 per mile. Write an equation for the total fare F after m miles, then find F when m = 8.
Step 2. Substitute m = 8:
F = 3 + 2(8) = 3 + 16 = 19
Need help with a problem you’re stuck on?
Book a free 30-minute consultation. Bring the problem — we’ll work through it together.
Book Free Consultation