Skip to main content
MassachusettsMathsSyllabus dot point

How do you solve linear equations and inequalities, and when does the inequality sign flip?

Solve multi-step linear equations and inequalities in one variable, rearrange literal equations for a chosen variable, and represent inequality solutions on a number line.

A Grade 10 Math MCAS answer on solving multi-step linear equations and inequalities, the sign-flip rule when multiplying or dividing by a negative, rearranging literal equations, and graphing inequality solutions on a number line.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Solving multi-step linear equations
  3. Inequalities and the sign-flip rule
  4. Literal equations
  5. Equations with no solution or infinitely many
  6. Clearing fractions first
  7. Graphing solutions on a number line
  8. Try this

What this topic is asking

The Algebra category requires confident solving of linear equations and inequalities in one variable (the A-REI standards) and rearranging literal equations (A-CED). On the Grade 10 MCAS these appear as quick selected-response items, short-answer questions with a number-line graph, and as the algebraic engine inside larger modeling problems. The skills are routine, but two points (the sign-flip rule and distributing correctly) are where students most often lose marks.

Solving multi-step linear equations

The strategy is to simplify each side, then isolate the variable using inverse operations.

  1. Distribute to clear parentheses.
  2. Combine like terms on each side.
  3. Gather the variable on one side and constants on the other.
  4. Divide by the coefficient.

For 7x4=2x+117x - 4 = 2x + 11: subtract 2x2x to get 5x4=115x - 4 = 11, add 4 for 5x=155x = 15, divide for x=3x = 3. Always check by substituting back into the original, which catches sign errors before they cost a multiple-choice point: 7(3)4=177(3) - 4 = 17 and 2(3)+11=172(3) + 11 = 17.

Watch the distribution of a negative: 2(x3)=2x+6-2(x - 3) = -2x + 6, not 2x6-2x - 6. The 2-2 multiplies both the xx and the 3-3, and a negative times a negative is positive.

Inequalities and the sign-flip rule

An inequality is solved with the same algebra as an equation, with one extra rule: multiplying or dividing both sides by a negative number reverses the inequality. Adding or subtracting never flips it.

3x<12    x>4(divided by 3, so flipped),-3x < 12 \;\Rightarrow\; x > -4 \quad (\text{divided by } -3, \text{ so flipped}),

x5<2    x<7(only subtraction, no flip).x - 5 < 2 \;\Rightarrow\; x < 7 \quad (\text{only subtraction, no flip}).

Why the flip happens: 2<3-2 < 3 is true, but multiplying both sides by 1-1 gives 22 and 3-3, and 2>32 > -3, so the direction must reverse to stay true.

Literal equations

A literal equation has several letters, and you solve for one in terms of the others using the same inverse operations, treating the rest as constants.

To solve A=12bhA = \frac{1}{2}bh for hh: multiply both sides by 2 to get 2A=bh2A = bh, then divide by bb for h=2Abh = \frac{2A}{b}. To solve P=2l+2wP = 2l + 2w for ww: subtract 2l2l to get P2l=2wP - 2l = 2w, then divide by 2 for w=P2l2w = \frac{P - 2l}{2}. The MCAS often phrases these as "solve for" or "express in terms of" a named variable.

Equations with no solution or infinitely many

Not every linear equation has a single solution. When the variable terms cancel, the equation collapses to a statement about constants:

  • A false statement like 3=73 = 7 means no solution: no value of xx works. For example 2x+4=2x12x + 4 = 2x - 1 simplifies to 4=14 = -1, which is impossible.
  • A true statement like 5=55 = 5 means infinitely many solutions (an identity): every value of xx works. For example 3(x+2)=3x+63(x + 2) = 3x + 6 simplifies to 6=66 = 6.

The MCAS sometimes asks how many solutions an equation has, so recognizing these collapses, rather than panicking when the xx disappears, is the skill being tested.

Clearing fractions first

When an equation contains fractions, multiplying every term by the least common denominator clears them and makes the algebra cleaner. For x3+12=56\dfrac{x}{3} + \dfrac{1}{2} = \dfrac{5}{6}, the LCD is 6: multiply through to get 2x+3=52x + 3 = 5, so 2x=22x = 2 and x=1x = 1. Multiply every term, including those without a fraction, or the equation becomes unbalanced.

Graphing solutions on a number line

The boundary point uses an open circle for << or >> (the point is not included) and a closed circle for \leq or \geq (the point is included). Shade toward the values that satisfy the inequality: to the right for "greater than", to the left for "less than". After flipping a sign, re-read which direction the final inequality points, not the original. A compound inequality like 3<x4-3 < x \leq 4 is graphed as a single shaded segment, open at 3-3 and closed at 44.

Try this

Q1. Solve 3(x+2)=2x+93(x + 2) = 2x + 9.

  • Cue. 3x+6=2x+93x + 6 = 2x + 9, so x=3x = 3.

Q2. Solve P=a+b+cP = a + b + c for bb.

  • Cue. b=Pacb = P - a - c.

Exam-style practice questions

Practice questions written in the style of MA DESE exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

Grade 10 Math MCAS (style)1 marksSelected-response. Solve 52(x3)=4x+55 - 2(x - 3) = 4x + 5. (A) x=1x = 1 (B) x=1x = -1 (C) x=2x = 2 (D) x=0x = 0
Show worked answer →

The correct answer is (A).

Distribute: 52x+6=4x+55 - 2x + 6 = 4x + 5, so 112x=4x+511 - 2x = 4x + 5. Gather variables: subtract 4x4x and 1111 from both sides differently, 115=4x+2x11 - 5 = 4x + 2x, giving 6=6x6 = 6x, so x=1x = 1. Check: 52(13)=52(2)=95 - 2(1 - 3) = 5 - 2(-2) = 9, and 4(1)+5=94(1) + 5 = 9. The common error is mis-distributing 2(x3)-2(x - 3) as 2x6-2x - 6 instead of 2x+6-2x + 6.

Grade 10 Math MCAS (style)2 marksShort-answer. Solve the inequality 3x+419-3x + 4 \geq 19 and describe its graph on a number line.
Show worked answer →

A 2-point item: one point for the solution, one for the correct graph description.

Subtract 4: 3x15-3x \geq 15. Divide by 3-3 and flip the inequality: x5x \leq -5. The graph is a closed circle at 5-5 (because of the "or equal to") with shading to the left (all values less than or equal to 5-5). Forgetting to flip the sign when dividing by 3-3 is the most common error and gives the wrong direction.

Related dot points

Sources & how we know this