MATH 3 • MODELING & APPLICATIONS

Solving & Explaining Steps — I can solve the equation using an appropriate method and explain each major step.

Master the art of choosing the right method, solving accurately, and communicating your reasoning clearly.

Historical Context & Motivation

Mathematics has always been about more than just getting the right answer — it's about communicating why an answer is correct. Ancient civilizations from Babylon to Greece developed systematic methods for solving equations, but they also recognized the importance of logical justification. When you explain each step of a solution, you're participating in a tradition that stretches back thousands of years.

~1800 BCE
Babylonian Clay Tablets
Babylonian scribes recorded step-by-step procedures for solving quadratic equations on clay tablets, showing that organized problem-solving is as old as civilization itself.
~300 BCE
Euclid's Elements
Euclid formalized the idea that every mathematical claim must be supported by a chain of logical steps — the birth of mathematical proof and structured reasoning.
820 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote a treatise that gave us the word "algebra." He presented systematic methods — algorithms — for solving equations, with each step clearly explained.
1637
Descartes & Symbolic Notation
René Descartes introduced modern algebraic notation using x, y, and z for unknowns. This made writing and communicating solution steps far more efficient.
Today
Standards for Mathematical Practice
Modern education emphasizes not just solving equations but constructing viable arguments and critiquing the reasoning of others — explaining your steps is a core mathematical practice.

The central question this lesson addresses is: How do you choose the right method for solving an equation and then clearly explain each major step so that anyone can follow your reasoning? Being able to do this transforms you from someone who can crunch numbers into someone who truly understands mathematics.

Core Principles & Definitions

Before diving into specific techniques, you need to understand the foundational ideas behind structured equation solving. Every equation you encounter in Math 3 — whether it's linear, quadratic, rational, or exponential — follows certain universal principles when you solve it. These principles form the backbone of organized mathematical reasoning.

1

Identify the Equation Type

Before you pick a method, classify the equation. Is it linear, quadratic, rational, or exponential? The type determines which tools will work best.
2

Select an Appropriate Method

Each equation type has multiple solution strategies — factoring, the quadratic formula, isolating variables, or using logarithms. Choose the method that matches the equation's structure most efficiently.
3

Apply Inverse Operations

Solving an equation means systematically undoing operations. Inverse operations — subtraction undoes addition, division undoes multiplication, square roots undo squaring — are your primary tools for isolating the variable.
4

Justify Each Step

Every algebraic move you make should be backed by a property or rule: the distributive property, zero product property, or the properties of equality. Name it.
5

Verify the Solution

Always substitute your answer back into the original equation to confirm it works. This catches arithmetic errors and identifies extraneous solutions — values that emerge from the algebra but don't actually satisfy the original equation.
KEY TAKEAWAY
Think of solving an equation like giving driving directions. You wouldn't just say "go to the store" — you'd list each turn and landmark along the way. Similarly, each step in your solution is a turn that brings you closer to the answer, and explaining each step is like naming each turn so someone else can follow the same route.

Visual Explanation — The Solution Flowchart

One of the hardest parts of solving equations is deciding which method to use. The flowchart below provides a decision tree: start with your equation, identify its type, and follow the arrows to the most efficient solution strategy. Each path ends with a reminder to verify your answer.

This decision flowchart guides you from reading the equation to choosing and applying the right method. Note how every path converges at the verification step — checking your answer is never optional.

Notice how the flowchart begins with a single diagnostic question: What is the highest power of the variable? This question alone sorts most equations you'll encounter in Math 3 into their correct category. A linear equation has a highest power of 1, a quadratic has a highest power of 2, and an exponential equation has the variable in the exponent itself. Once you've classified the equation, the methods available to you become clear.

Mathematical Framework — Key Formulas & Properties

Every algebraic step you take when solving an equation is grounded in a mathematical property. Understanding these properties lets you not only solve equations but also explain why each step is valid. Below are the core equations and properties you'll use most often in Math 3.

QUADRATIC FORMULA
x = (−b ± √(b² − 4ac)) / (2a)
For any quadratic equation ax² + bx + c = 0, where a ≠ 0. The expression under the radical, b² − 4ac, is called the discriminant and tells you how many real solutions exist.
ZERO PRODUCT PROPERTY
If A × B = 0, then A = 0 or B = 0
This is the foundation of solving by factoring. Once you express a quadratic as a product of two factors equal to zero, you can set each factor equal to zero independently.
LOGARITHMIC CONVERSION
If bˣ = c, then x = log(c) / log(b)
Used to solve exponential equations. Taking the logarithm of both sides brings the variable out of the exponent. You can use any base for the logarithm, but common log (log₁₀) or natural log (ln) are most convenient.
PROPERTIES OF EQUALITY
If A = B, then A + c = B + c and A × c = B × c (c ≠ 0)
The addition property of equality and the multiplication property of equality guarantee that performing the same operation on both sides preserves the truth of the equation.
💡 Why Name the Property?
When explaining your steps, citing the specific property (e.g., "by the distributive property" or "by the zero product property") elevates your explanation from a list of calculations to a mathematical argument. This is the difference between showing what you did and explaining why it's valid.

Detailed Breakdown — Choosing Your Method

Different equation types call for different strategies. The table below summarizes when to use each method and what kinds of explanations you should provide at each step. Understanding these trade-offs is essential for working efficiently and communicating your process clearly.

Summary of equation-solving methods and when to use each one
MethodBest ForKey Step to Explain
Isolating the variableLinear equations (ax + b = c)"I used inverse operations to undo each operation in reverse order."
FactoringQuadratics with integer roots or obvious factor pairs"I rewrote the expression as a product and applied the zero product property."
Quadratic formulaAny quadratic — especially those that don't factor neatly"I identified a, b, and c, substituted into the formula, and simplified."
Completing the squareConverting to vertex form; deriving the quadratic formula"I added (b/2)² to both sides to form a perfect square trinomial."
LogarithmsExponential equations (variable in the exponent)"I took the log of both sides to bring the exponent down as a coefficient."
A side-by-side view showing the mathematical work on the left and the step-by-step explanation on the right. Notice how each line of math is paired with a reason for why that step is valid.

The diagram above illustrates the gold standard for showing your work. On the left, you see clean mathematical notation progressing from the original equation to the verified solutions. On the right, each step is accompanied by a brief explanation of the mathematical reasoning behind it. When you write solutions in this format, you demonstrate not just computation but genuine understanding.

Worked Example — Quadratic Equation

Let's walk through a complete solution with full explanations. We'll solve a quadratic equation that models a real situation: a ball is launched upward, and we want to find when it hits the ground.

📐 Problem
A ball is launched upward from a platform 6 feet high with an initial velocity of 32 ft/s. Its height h (in feet) after t seconds is modeled by h = −16t² + 32t + 6. When does the ball hit the ground (h = 0)?
Solving −16t² + 32t + 6 = 0
1
Step 1 — Set up the equationThe ball hits the ground when h = 0, so we set the height equation equal to zero: −16t² + 32t + 6 = 0. This is a quadratic equation in standard form (ax² + bx + c = 0).
−16t² + 32t + 6 = 0
2
Step 2 — Simplify by dividing by −2All three coefficients are even and share a common factor of −2. Dividing both sides by −2 simplifies the arithmetic. This uses the division property of equality: dividing both sides of an equation by the same nonzero number preserves equality.
8t² − 16t − 3 = 0
3
Step 3 — Choose the quadratic formulaAttempting to factor 8t² − 16t − 3 requires finding two numbers that multiply to 8 × (−3) = −24 and add to −16. No integer pair satisfies this, so factoring isn't efficient. We choose the quadratic formula instead. Here a = 8, b = −16, c = −3.
a = 8, b = −16, c = −3
4
Step 4 — Compute the discriminantThe discriminant is b² − 4ac = (−16)² − 4(8)(−3) = 256 + 96 = 352. Since the discriminant is positive, there are two distinct real solutions. This makes physical sense — the ball's parabolic path crosses the ground level at two moments (one going up and one coming down).
b² − 4ac = 352
5
Step 5 — Substitute into the quadratic formulat = (−(−16) ± √352) / (2 × 8) = (16 ± √352) / 16. We simplify √352 = √(16 × 22) = 4√22. So t = (16 ± 4√22) / 16 = (4 ± √22) / 4.
t = (4 ± √22) / 4
6
Step 6 — Evaluate and interpret√22 ≈ 4.690. So t ≈ (4 + 4.690) / 4 ≈ 2.173 or t ≈ (4 − 4.690) / 4 ≈ −0.173. Since time cannot be negative in this context, we reject t ≈ −0.173. The ball hits the ground after approximately 2.17 seconds.
t ≈ 2.17 seconds
7
Step 7 — VerifySubstituting t ≈ 2.173 back into the original equation: h = −16(2.173)² + 32(2.173) + 6 = −16(4.722) + 69.536 + 6 = −75.552 + 75.536 ≈ 0 ✓. The small difference from zero is due to rounding.
h ≈ 0 ✓ — Solution verified

Strengths & Limitations of Each Method

No single method is "the best" for every equation. Part of mathematical maturity is recognizing which tool fits the job. Here's a comparison that highlights the strengths and limitations of the most common methods you'll encounter in Math 3.

Comparison of equation-solving methods
MethodStrengthsLimitations
FactoringFast and elegant when it works; gives exact solutions; builds number senseOnly works when factors are rational; can be hard to spot with large coefficients
Quadratic FormulaAlways works for any quadratic; reveals the discriminant; systematicMore arithmetic steps increase chance of errors; can feel mechanical without understanding
Completing the SquareReveals vertex form for graphing; foundation for deriving the quadratic formulaMore steps than factoring; dealing with fractions can get messy
GraphingGives visual understanding; shows number of solutions at a glanceOnly gives approximate solutions from a graph; requires technology for precision
LogarithmsEssential for exponential equations; brings variables out of exponentsOnly applicable when the variable is in the exponent; requires log fluency
KEY TAKEAWAY
Choosing a solving method is like choosing a tool from a toolbox. A screwdriver works great on screws but is useless on nails. Similarly, factoring is quick when the numbers cooperate, but the quadratic formula is the universal backup that always gets the job done. A skilled problem-solver knows all the tools and picks the right one for the task.

Connection to Advanced Topics

The step-by-step reasoning you develop here is not just a Math 3 skill — it's a foundation for everything that comes after. In higher math courses and in standardized testing, you'll encounter more complex equations that build directly on these methods.

How Math 3 skills scale to advanced coursework
Math 3 SkillAdvanced Extension
Solving quadratic equationsSolving polynomial equations of degree 3+ using synthetic division and the Rational Root Theorem
Using logarithms for exponential equationsSolving logarithmic equations and modeling exponential growth/decay in calculus
Explaining steps with propertiesWriting formal proofs in college-level mathematics and logic
Checking for extraneous solutionsDomain analysis in rational and radical equations; understanding function restrictions

Perhaps the most valuable habit you're building is mathematical communication. In college courses, in engineering, in data science, and in scientific research, the ability to clearly explain your reasoning is just as important as getting the right answer. Professors, employers, and collaborators want to see how you think, not just what you conclude.

Practice Problems

Now it's your turn. For each problem, solve the equation using an appropriate method and write out an explanation for each major step. Check the answers after attempting each one on your own.

PROBLEM 1CONCEPTUAL
A student solves 3x + 7 = 22 and writes: "I subtracted 7 from both sides to get 3x = 15, then divided both sides by 3 to get x = 5." What mathematical properties justify the two steps the student performed? Explain why these properties guarantee the equation remains true.
PROBLEM 2BASIC CALCULATION
Solve x² − 5x − 14 = 0 by factoring. Write out each step and name the property or technique used.
PROBLEM 3INTERMEDIATE
Solve 3x² + 10x − 8 = 0 using the quadratic formula. Show your work and explain why you chose this method over factoring.
PROBLEM 4APPLIED
A population of bacteria doubles every 3 hours. Starting with 500 bacteria, the population P after t hours is modeled by P = 500 × 2^(t/3). How many hours does it take for the population to reach 8000? Solve the equation and explain each step.
PROBLEM 5CRITICAL THINKING
Marcus and Aisha both solve the equation x² + 6x + 9 = 25. Marcus factors: (x + 3)² = 25, so x + 3 = ±5, giving x = 2 or x = −8. Aisha expands to x² + 6x − 16 = 0, factors (x + 8)(x − 2) = 0, and gets the same answers. Both approaches are correct, but which method reveals more about the structure of the equation? Explain your reasoning and discuss what each method tells you about the parabola y = x² + 6x + 9.

Lesson Summary

Solving an equation is a multi-stage process that begins with identifying the equation type — linear, quadratic, or exponential — and then selecting an appropriate method such as isolating the variable, factoring, the quadratic formula, completing the square, or logarithms. Each step in the solution must be justified by a mathematical property — the properties of equality, the zero product property, or the one-to-one property of exponents.

The final and essential step is always verification: substituting your solution back into the original equation to confirm it works and to catch extraneous solutions. When you explain each major step — what you did and why you did it — you demonstrate true mathematical understanding. This skill of structured mathematical communication is the bridge between computation and reasoning, and it will serve you in every math course and quantitative field you encounter.

Varsity Tutors • Math 3 • Solving & Explaining Steps