PRAXIS CORE MATH (5733) • ALGEBRA AND GEOMETRY

Solve Linear Equations

Master the foundational algebraic skill tested on every PRAXIS Core Mathematics exam.

Historical Context & Motivation

The ability to solve linear equations stands as one of the oldest and most consequential achievements in the history of mathematics. Long before formal algebraic notation existed, ancient civilizations grappled with problems that required finding unknown quantities from known relationships—essentially the same task that modern algebra formalizes. As a future educator preparing for the PRAXIS Core Mathematics exam, understanding this historical trajectory will enrich your classroom instruction and deepen your appreciation of why linear equations occupy such a central place in the mathematics curriculum.

c. 1800 BCE
Babylonian Clay Tablets
Babylonian scribes recorded problems on clay tablets (such as the YBC 4652 collection) that required solving first-degree equations using rhetorical methods—describing steps in words rather than symbols.
c. 300 BCE
Euclid's Geometric Algebra
In Elements, Euclid translated algebraic relationships into geometric constructions, treating unknowns as line segments and equations as proportional relationships between areas.
c. 825 CE
Al-Khwārizmī's Systematic Methods
Muhammad ibn Mūsā al-Khwārizmī published Al-Kitāb al-Mukhtaṣar fī Ḥisāb al-Jabr wal-Muqābala, introducing the operations of al-jabr (restoration) and al-muqābala (balancing)—the ancestor of modern equation-solving.
1637
Descartes and Symbolic Notation
René Descartes standardized the use of letters near the end of the alphabet (x, y, z) for unknowns and letters near the beginning (a, b, c) for constants, establishing the notation still used today.
1900s–Present
Linear Equations in Modern Curricula
Solving linear equations became a cornerstone of standardized mathematics education worldwide, forming the gateway to functions, modeling, and higher algebra that assessments like the PRAXIS Core evaluate.

The central question that linear equations address is elegantly simple: given a relationship in which an unknown quantity appears only to the first power, what value of that unknown makes the relationship true? This question permeates everyday life—from calculating how many hours you need to work to earn a target amount, to determining at what temperature two substances reach equilibrium. For the PRAXIS Core exam, the key question becomes: can you reliably isolate the variable in equations of varying complexity, and can you explain why each step preserves the equality?

Core Principles & Definitions

A linear equation in one variable is any equation that can be written in the standard form ax + b = c, where a, b, and c are real-number constants and a ≠ 0. The adjective "linear" reflects the fact that the variable x appears only to the first power—no squares, cubes, square roots, or reciprocals of the variable are present. Solving such an equation means finding the unique value (or verifying no value or infinitely many values exist) that makes the left side equal to the right side.

1

Addition Property of Equality

If a = b, then a + c = b + c for any real number c. Adding (or subtracting) the same quantity from both sides preserves the equality.
2

Multiplication Property of Equality

If a = b, then a × c = b × c for any real number c ≠ 0. Multiplying (or dividing) both sides by the same nonzero quantity preserves the equality.
3

Distributive Property

For any reals a, b, c: a(b + c) = ab + ac. This property is essential for clearing parentheses before combining like terms.
4

Combining Like Terms

Terms that share the same variable raised to the same power can be combined: 3x + 5x = 8x. Simplifying each side of the equation before isolating the variable reduces errors.
5

Solution Verification

Substituting the proposed solution back into the original equation confirms correctness. This step catches arithmetic mistakes and reveals extraneous solutions introduced by clearing fractions.
KEY TAKEAWAY
Think of a linear equation as a perfectly balanced scale. The equals sign is the fulcrum: whatever sits on the left weighs exactly as much as what sits on the right. Your job is to isolate the unknown weight (the variable) by removing known weights from both sides simultaneously. Just as you would never remove a weight from only one pan of a real balance, you must perform every arithmetic operation on both sides of the equation to keep it balanced. This is the conceptual heart of every solution method.

Visual Explanation: The Balance Model

The diagram shows the equation 3x + 5 = 14 visualized as a balance. In each step, the same operation is performed on both sides (both pans) to maintain equilibrium, ultimately isolating x = 3.

The balance-model diagram above captures the essence of solving any linear equation. Each colored block represents a term: the violet blocks represent the variable term 3x, the pink blocks represent the constant +5 being removed from both sides, and the cyan blocks represent the numerical value on the right. Notice that dashed, faded blocks indicate the quantity being subtracted—it disappears from both sides simultaneously. The green result blocks at the bottom confirm the solution. This visual strategy is particularly powerful for K–12 instruction, and understanding it will serve you well both on the PRAXIS exam and in your future classroom.

Mathematical Framework

Every linear equation in one variable can be reduced to the general form shown below. The solution process relies on applying the properties of equality systematically to isolate x. The following equations and procedures formalize the intuitive balance model discussed in the previous section, and they represent the level of algebraic fluency the PRAXIS Core Mathematics exam expects.

GENERAL LINEAR EQUATION
ax + b = c, where a ≠ 0
a = coefficient of the variable, b = constant term on the variable side, c = constant on the other side. The restriction a ≠ 0 ensures the equation is genuinely linear (not a degenerate case).
ISOLATING THE VARIABLE
x = (c − b) / a
Derived by subtracting b from both sides (yielding ax = c − b) and then dividing both sides by a.
EQUATIONS WITH VARIABLES ON BOTH SIDES
ax + b = cx + d → (a − c)x = d − b → x = (d − b) / (a − c)
When variables appear on both sides, gather variable terms on one side and constants on the other. The procedure works provided a ≠ c; if a = c, the equation is either an identity (infinitely many solutions) or a contradiction (no solution).
CLEARING FRACTIONS (LCD METHOD)
x/p + q = r → p(x/p + q) = p × r → x + pq = pr
Multiplying every term by the least common denominator (LCD) eliminates fractions, simplifying subsequent steps. This technique is especially valuable on the PRAXIS Core, where fractional equations appear frequently.
⚠️ Special Cases on the PRAXIS
Be alert for two special outcomes. An identity (e.g., 2x + 4 = 2(x + 2)) simplifies to a true statement like 0 = 0, meaning every real number is a solution. A contradiction (e.g., 2x + 3 = 2x + 7) simplifies to a false statement like 3 = 7, meaning no solution exists. Both outcomes can appear as answer choices on the exam.

Classification of Linear Equations

Linear equations on the PRAXIS Core Math exam come in several common forms, and recognizing the form quickly allows you to select the most efficient solution strategy. The diagram below classifies equations by structure and maps each type to the recommended first step. Understanding this taxonomy not only speeds your test performance but also prepares you to diagnose student errors—a critical skill for any teaching candidate.

Flowchart showing the classification of linear equations by structural type. The top row distinguishes by complexity (one-step, two-step, variables on both sides), while the bottom row highlights special forms involving fractions, parentheses, or degenerate cases.
Common equation types and recommended first steps
Equation TypeExampleRecommended First Step
One-stepx + 9 = 15Subtract 9 from both sides
Two-step4x − 3 = 21Add 3 to both sides, then divide by 4
Multi-step with distribution3(2x + 1) = 15Distribute the 3, then solve the resulting two-step equation
Variables on both sides7x − 4 = 3x + 8Subtract 3x from both sides to collect variables
Fractional coefficients(2/3)x + 1 = 5Multiply all terms by LCD (3) to clear fractions

Worked Example

The following worked example models a multi-step linear equation typical of the PRAXIS Core Mathematics exam. It features parentheses, variables on both sides, and a fractional intermediate result—combining several of the equation types discussed above into a single, representative problem.

Solve: 5(x − 2) + 3 = 2(x + 4) − 1
1
Step 1 — DistributeApply the distributive property to both sides. On the left: 5(x − 2) = 5x − 10. On the right: 2(x + 4) = 2x + 8. The equation becomes: 5x − 10 + 3 = 2x + 8 − 1.
5x − 10 + 3 = 2x + 8 − 1
2
Step 2 — Combine Like Terms on Each SideOn the left, combine the constants: −10 + 3 = −7. On the right, combine the constants: 8 − 1 = 7. The simplified equation is: 5x − 7 = 2x + 7.
5x − 7 = 2x + 7
3
Step 3 — Gather Variable Terms on One SideSubtract 2x from both sides to move all variable terms to the left: 5x − 2x − 7 = 7, which simplifies to 3x − 7 = 7.
3x − 7 = 7
4
Step 4 — Isolate the Variable TermAdd 7 to both sides: 3x − 7 + 7 = 7 + 7, yielding 3x = 14.
3x = 14
5
Step 5 — Solve for xDivide both sides by 3: x = 14/3. This can also be expressed as the mixed number 4⅔ or the decimal approximation 4.667.
x = 14/3
6
Step 6 — Verify the SolutionSubstitute x = 14/3 back into the original equation. Left side: 5(14/3 − 2) + 3 = 5(8/3) + 3 = 40/3 + 9/3 = 49/3. Right side: 2(14/3 + 4) − 1 = 2(26/3) − 1 = 52/3 − 3/3 = 49/3. Since both sides equal 49/3, the solution is confirmed. ✓
✓ Verified: 49/3 = 49/3

Strategies, Strengths & Common Pitfalls

As a prospective teacher, you need to solve linear equations fluently and to anticipate the mistakes your future students will make. The PRAXIS Core exam tests not only procedural skill but also the kind of algebraic reasoning that lets you evaluate whether a given solution path is valid. Below is a comparison of effective strategies alongside the most frequent errors test-takers encounter.

Strategies vs. pitfalls for solving linear equations
Effective StrategyCommon PitfallHow to Avoid It
Clear fractions by multiplying every term by the LCDMultiplying only the fraction by the LCD while leaving other terms unchangedWrite the LCD multiplication explicitly in front of each term, then simplify
Distribute before combining like termsForgetting to distribute the negative sign: −2(x − 3) ≠ −2x − 6Rewrite subtraction as adding a negative: −2(x + (−3)) = −2x + 6
Collect variables on the side that yields a positive coefficientDividing by a negative coefficient and forgetting there's no inequality sign flip needed in equationsRemember: sign flips apply to inequalities only; in equations, just carry the sign through
Always verify by substituting back into the original equationChecking against a simplified form instead of the original, which may mask errors introduced earlyPlug the answer into the leftmost and rightmost expressions of the original equation
Recognize identity and contradiction outcomesAssuming every equation has exactly one solution; writing x = 0 when 0 = 0 appearsIf variables cancel: true statement → all reals; false statement → no solution
💡 TEACHER'S INSIGHT
The most persistent student error in linear equations is the sign error during distribution. Research in mathematics education consistently shows that students who rewrite subtraction as addition of a negative before distributing make significantly fewer mistakes. As a teaching candidate, being able to both model this strategy and explain why it works—connecting it to the additive-inverse property—is the kind of pedagogical content knowledge the PRAXIS assesses indirectly through its problem designs.

Connections to Advanced Topics

Solving linear equations in one variable is not an isolated skill; it is the procedural foundation upon which a vast network of algebraic and geometric concepts is built. On the PRAXIS Core exam, you will encounter problems that embed linear-equation solving within broader contexts—systems of equations, geometric measurement, proportional reasoning, and function evaluation. Understanding how the one-variable technique extends to these domains will help you tackle multi-concept problems efficiently.

How one-variable linear equations connect to advanced PRAXIS topics
This Lesson: One-Variable Linear EquationsAdvanced Extension
Isolate x in ax + b = cSolve systems of two linear equations by substitution (reduce to a single-variable equation)
Use the distributive property to clear parenthesesFactor and expand polynomial expressions in quadratic equations
Clear fractions by multiplying by the LCDSolve rational equations and identify extraneous solutions
Translate word problems into ax + b = cModel real-world situations with linear functions f(x) = mx + b
Verify solutions by substitutionUse substitution to check solutions of inequalities, absolute-value equations, and systems

A particularly important connection for the PRAXIS Core involves geometry problems that reduce to linear equations. For instance, a question might state that two angles are supplementary and express each angle as a linear expression in x; solving for x then requires setting the sum equal to 180° and applying the identical techniques covered in this lesson. Similarly, perimeter and area word problems frequently require you to define dimensions in terms of a single variable and solve a resulting linear equation. Recognizing these cross-domain connections will allow you to approach the exam with a unified algebraic toolkit rather than a collection of disconnected procedures.

Practice Problems

PROBLEM 1CONCEPTUAL
A student claims that the equation 4(x + 1) = 4x + 4 has the solution x = 0. Is the student correct? Explain your reasoning, including a description of what type of equation this is.
PROBLEM 2BASIC CALCULATION
Solve for x: 7x − 12 = 30.
PROBLEM 3INTERMEDIATE
Solve for x: 3(2x − 5) − 4x = 2(x + 1) − 3.
PROBLEM 4APPLIED
A school purchases notebooks at $2.50 each and pens at $0.75 each. The school buys twice as many pens as notebooks. If the total cost is $200, how many notebooks did the school purchase? Set up and solve a linear equation.
PROBLEM 5CRITICAL THINKING
For what value of the constant k does the equation 3(kx + 2) = 6x + k have (a) no solution, (b) infinitely many solutions, and (c) exactly one solution? Justify each case.

Lesson Summary

Solving linear equations is the gateway algebraic skill tested on the PRAXIS Core Mathematics exam. Every solution rests on two foundational properties: the Addition Property of Equality (add or subtract the same value from both sides) and the Multiplication Property of Equality (multiply or divide both sides by the same nonzero value). The systematic procedure involves distributing to clear parentheses, combining like terms, gathering variable terms on one side, isolating the variable, and verifying the solution by substitution into the original equation.

Beyond simple two-step equations, be prepared for problems involving variables on both sides, equations with fractional coefficients (use the LCD method), and the two special cases: identities (all reals) and contradictions (no solution). Guard against sign errors during distribution—the most common mistake—by rewriting subtraction as addition of a negative. These skills connect directly to PRAXIS questions on systems of equations, geometric modeling, and real-world problem solving.

Varsity Tutors • PRAXIS Core Math (5733) • Solve Linear Equations