lesson

Expressions and Equations · High School

Linear Equations

Solve and interpret linear equations by preserving equality, tracking equivalent statements, and checking models.

A linear equation states that two first-degree expressions have equal value. Solving does not mean moving symbols until an answer appears; it means constructing equivalent statements that preserve exactly the same solution set. The equals sign expresses a relationship between two complete expressions. Operations are valid because they preserve that relationship and can be justified. This lesson builds a transparent solving process, classifies every possible outcome, and connects symbolic work to graphs, formulas, units, and contextual models.

Learning objectives and the meaning of equality

By the end of this lesson, you will solve linear equations with variables on one or both sides. You will clear fractions, distribute correctly, combine like terms, and classify equations with one, no, or infinitely many solutions. You will rearrange literal formulas and construct equations from verbal relationships. You will verify solutions in the original equation. You will also explain why each operation preserves the solution set.

The equals sign means that the expression on its left and the expression on its right represent the same value. It is not merely a signal that an answer follows. In 4x+3=194x+3=19, both sides are complete expressions. A solution is a value of xx that makes the equality true. Substituting any other value produces a false numerical statement.

An equation can be imagined as a balance, but the analogy must be used carefully. Whatever change is applied to one side must also be applied to the other side. This shared operation creates a new equation with the same solutions when the operation is reversible. The balance map below links visual balance to the algebraic idea of equivalence. The real justification comes from properties of equality, not from the picture alone.

A balance model showing equal operations applied to both sides of an equation.

Define solutions and equivalent equations

The solution set is the collection of all allowed values that make an equation true. Two equations are equivalent when they have exactly the same solution set. For example, x+5=12x+5=12, x=7x=7, and 2x=142x=14 are equivalent over the real numbers. Their appearances differ, but each is true only when x=7x=7. Solving aims to replace a complicated equation with a simpler equivalent one.

Adding the same expression to both sides preserves equality. If A=BA=B, then A+C=B+CA+C=B+C. Subtracting is included because subtracting CC is adding C-C. Multiplying both sides by the same nonzero number also preserves and reflects equality. Division by a nonzero number is the inverse operation.

Multiplication by zero is not reversible. The distinct equations x=2x=2 and x=9x=9 both become 0=00=0 after multiplying by zero, so their original information disappears. Dividing by an expression involving the variable can also lose a solution when that expression might equal zero. Record restrictions before dividing. Reliable algebra preserves information rather than merely producing a shorter line.

Solve one-step and two-step equations

For 4x+3=194x+3=19, undo the addition before undoing multiplication. Subtracting three from both sides gives 4x=164x=16. Dividing both sides by four gives x=4x=4. Substitution checks 4(4)+3=194(4)+3=19. Each line is an equivalent equation.

The reverse order is guided by expression structure. In x57=2\frac{x}{5}-7=2, the outer subtraction by seven is undone by adding seven. This gives x5=9\frac{x}{5}=9. Multiplying both sides by five gives x=45x=45. The horizontal fraction bar means the entire numerator xx is divided by five.

One can sometimes choose another valid route, but clarity matters. Adding, subtracting, multiplying, or dividing should be applied to both complete sides. Writing “the three moves over and changes sign” hides the actual operation. Naming “subtract three from both sides” makes sign changes predictable. It also prepares you for equations where terms cannot be moved by a memorized shortcut.

Distribute and combine like terms

Distribution multiplies every term inside parentheses. The expression 5(2x1)5(2x-1) becomes 10x510x-5 because five multiplies both 2x2x and 1-1. A negative multiplier changes each enclosed sign. For example, 3(x4)=3x+12-3(x-4)=-3x+12. Missing one term changes the equation rather than simplifying it.

Like terms have identical variable parts. The terms 7x7x and 2x-2x combine to 5x5x, while 7x7x and 2x2-2x^2 do not combine because their exponents differ. Constants combine with constants. Simplify each side before deciding which inverse operation is helpful. Organized simplification reduces the number of operations performed across equality.

Solve 5(2x1)=3x+165(2x-1)=3x+16. Distribution gives 10x5=3x+1610x-5=3x+16. Subtracting 3x3x from both sides gives 7x5=167x-5=16, and adding five gives 7x=217x=21. Dividing by seven gives x=3x=3. Substitution makes both original sides equal twenty-five.

Manage variables on both sides

When the variable appears on both sides, collect variable terms on one side and constants on the other. Either side can hold the variable, but choosing a positive final coefficient often simplifies arithmetic. In 8x+5=3x+308x+5=3x+30, subtracting 3x3x gives 5x+5=305x+5=30. Subtracting five gives 5x=255x=25. Therefore x=5x=5.

Avoid saying a term crossed the equals sign. The term 3x3x did not travel and become negative by itself. The operation was subtraction of 3x3x from both sides. On the right, 3x3x=03x-3x=0; on the left, 8x3x=5x8x-3x=5x. Showing that shared operation preserves the logic.

If coefficients are negative, choose operations that keep reasoning visible. For 2x+9=7x62x+9=7x-6, subtracting 2x2x gives 9=5x69=5x-6. Adding six yields 15=5x15=5x, so x=3x=3. The reversed-looking final equation 15=5x15=5x is equivalent to 5x=155x=15 because equality is symmetric. Neither side is inherently the answer side.

Classify one, none, or infinitely many solutions

Some linear equations simplify until the variable disappears. If the remaining statement is true, every value in the domain is a solution. For 2(x+3)=2x+62(x+3)=2x+6, distribution gives 2x+6=2x+62x+6=2x+6. Subtracting 2x2x gives 6=66=6. The equation is an identity over its domain.

If elimination produces a false numerical statement, no value can satisfy the original equation. For 2(x+3)=2x+92(x+3)=2x+9, distribution gives 2x+6=2x+92x+6=2x+9. Subtracting 2x2x gives 6=96=9, which is false. The equation is inconsistent. Continuing to divide or isolate a variable after reaching a contradiction has no meaning.

A nonzero variable coefficient eventually produces one solution. A zero coefficient paired with a true constant statement produces infinitely many solutions. A zero coefficient paired with a false constant statement produces no solution. These outcomes are structural and can be predicted from slopes and intercepts of related lines. The classification diagram below connects algebraic outcomes with graph intersections.

Three graph panels showing intersecting, parallel, and coincident lines for one, zero, and infinitely many solutions.

Clear fractions across the whole equation

Fractional coefficients are valid, but clearing denominators can make structure easier to see. Multiply every term on both sides by a common denominator. The least common denominator keeps numbers relatively small. Parentheses help show that the multiplier applies to an entire numerator. Skipping even one term changes the equation.

Solve x13+x2=4\frac{x-1}{3}+\frac{x}{2}=4. The least common denominator is six. Multiplying every term by six gives 2(x1)+3x=242(x-1)+3x=24. Distribution and combination produce 5x2=245x-2=24. Thus 5x=265x=26 and x=265x=\frac{26}{5}.

Check the fraction solution in the original equation rather than only the cleared version. Substitution verifies that denominator handling and arithmetic were correct. In linear equations with numerical denominators, multiplying by their nonzero common denominator is reversible. If a denominator contains a variable, first exclude values that make it zero. Clearing such denominators can create candidates that require extra checking.

Rearrange literal equations

A literal equation contains several variables and often represents a general relationship. Solving for one variable uses the same equality properties as solving for xx. Treat other variables as known quantities during the rearrangement. State restrictions created by division. Preserve grouped expressions with parentheses and horizontal fraction bars.

From A=12h(b1+b2)A=\frac{1}{2}h(b_1+b_2), isolate hh. Multiply both sides by two to get 2A=h(b1+b2)2A=h(b_1+b_2). Divide by the entire factor b1+b2b_1+b_2. The result is h=2Ab1+b2h=\frac{2A}{b_1+b_2}, provided b1+b20b_1+b_2\ne0. The restriction explains when the rearrangement is valid.

Inspect the target variable’s powers before calling an equation linear. The formula d=v0t+12at2d=v_0t+\frac{1}{2}at^2 is not linear in tt when a0a\ne0 because it contains t2t^2. If a=0a=0, it reduces to d=v0td=v_0t. Then t=dv0t=\frac{d}{v_0} for v00v_0\ne0. Technique selection must follow structure, not the number of letters.

Translate contexts into equations

Modeling begins before algebra. Define the unknown with units, identify the fixed quantity and the per-unit quantity, and translate the relationship. A cost model often has form total cost equals fixed charge plus rate times usage. The multiplication of rate by usage should produce cost units. Dimensional consistency checks the translation.

A rental costs 18dollars18\,\mathrm{dollars} plus 0.25dollarskm0.25\,\frac{\mathrm{dollars}}{\mathrm{km}} for each kilometer. If the bill is 43dollars43\,\mathrm{dollars} and dd is distance in kilometers, write 18dollars+(0.25dollarskm)d=43dollars18\,\mathrm{dollars}+\left(0.25\,\frac{\mathrm{dollars}}{\mathrm{km}}\right)d=43\,\mathrm{dollars}. Subtracting eighteen dollars gives a variable charge of twenty-five dollars. Dividing by the rate gives d=100kmd=100\,\mathrm{km}. Units cancel correctly through the horizontal fractional relationship.

Interpretation is part of the answer. The solution should have an allowed sign and a plausible magnitude. A negative distance would signal that the model or data need reconsideration. Currency rounding should occur at a stage consistent with the billing rule. State assumptions such as constant rate and no taxes rather than hiding them.

A modeling pipeline from words and units to an equation, solution, and contextual check.

Use graphs to interpret equations

An equation L(x)=R(x)L(x)=R(x) asks where two expressions have equal outputs. Graphing y=L(x)y=L(x) and y=R(x)y=R(x) turns solutions into horizontal coordinates of intersections. If two nonparallel lines intersect once, the equation has one solution. If distinct parallel lines never intersect, it has no solution. If the lines coincide, every input is a solution.

Graphing supports interpretation but does not replace exact reasoning when precision matters. A displayed intersection may be difficult to read if it lies between grid lines. Algebra can provide the exact fractional value. The graph can then check sign and approximate size. Using both representations gives stronger evidence than relying on either carelessly.

Slope explains the three classifications. Different slopes produce one intersection. Equal slopes with different vertical intercepts produce parallel lines. Equal slopes and equal intercepts represent the same line. Simplification that eliminates the variable is the algebraic counterpart of comparing these line structures.

Verify and diagnose solutions

Substitute a candidate into the original equation. Evaluate the left and right sides independently. If they become the same numerical value, the candidate passes the check. If not, retrace distribution, signs, denominator clearing, and arithmetic. Checking only the final simplified equation may miss an error that changed the original.

Common errors have recognizable signatures. Applying an operation to one side only breaks equality. Clearing some but not all denominators changes coefficients. Dividing by a possibly zero expression can discard a solution. Assuming every equation has one answer ignores identities and contradictions.

A complete written solution forms a chain of equivalent equations with brief reasons. It states the final solution set, not just a bare number. For one solution, notation such as x=3x=3 is clear. For no solution, say the solution set is empty. For an identity over the real numbers, say every real number is a solution.

Guided practice and synthesis

Solve 4x7=2x+94x-7=2x+9. Subtract 2x2x from both sides to get 2x7=92x-7=9. Add seven to obtain 2x=162x=16. Divide by two to get x=8x=8. Substitution makes both original sides equal twenty-five.

Solve x4+x23=5\frac{x}{4}+\frac{x-2}{3}=5. Multiply every term by twelve to get 3x+4(x2)=603x+4(x-2)=60. Distribution gives 3x+4x8=603x+4x-8=60. Thus 7x=687x=68 and x=687x=\frac{68}{7}. Substitute into the original fractional equation to verify.

For independent synthesis, a taxi charges 4.00dollars4.00\,\mathrm{dollars} plus 1.75dollarskm1.75\,\frac{\mathrm{dollars}}{\mathrm{km}}. Write and solve an equation for the distance possible with 25.00dollars25.00\,\mathrm{dollars}. Explain every term and its units. Check the result in the original cost equation. Then state one real billing rule that could make the continuous linear model approximate rather than exact.

Connection forward

Solving a linear equation means preserving a solution set while simplifying its description. Equality properties justify every reversible operation. Distribution, like-term combination, denominator clearing, and formula rearrangement are tools within that logic. Graphs interpret solutions as intersections. Context and units determine whether the mathematical answer makes sense.

The most durable habit is to narrate operations rather than describe terms as moving. Apply one operation to both complete sides, preserve restrictions, and check the original statement. When the variable disappears, classify the remaining numerical statement. When a model is involved, define the unknown and interpret the result. These habits make later algebra more reliable.

Linear inequalities use many of the same transformations, with one crucial addition: multiplying or dividing by a negative number reverses order. Systems of linear equations extend the intersection idea to several equations. Functions turn each side into an input-output rule. Algebraic modeling repeatedly uses the same sequence of translation, solution, verification, and interpretation developed here. Mastery of equality therefore provides a foundation for nearly every later algebraic method.

Knowledge Map

Where this lesson fits

Prerequisites

Expressions and EquationsAlgebraic Expressions

Next lessons

Expressions and EquationsLinear Inequalities

Continue exploring

Connections

Related lessons

Expressions and EquationsLinear InequalitiesLinear RelationshipsSystems of Linear EquationsAlgebraic FoundationsSolving One-Step Equations

Applications

  • rates
  • cost models
  • formula rearrangement