Achievable logoAchievable logo
Praxis Core: Math (5733)
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Number and quantity
2. Data analysis, statistics, and probability
3. Algebra and geometry
3.1 Manipulating algebraic expressions and equations
3.2 Solving equations and inequalities
3.3 Functions, graphs, and set relationships
3.4 Basic geometric properties and shapes
3.5 Understanding angles, congruence, and similarity
3.6 Circles, shapes, and solids: Understanding measurement in geometry
Wrapping up
Achievable logoAchievable logo
3.2 Solving equations and inequalities
Achievable Praxis Core: Math (5733)
3. Algebra and geometry
Our Praxis Core: Math course is currently in development and is a work-in-progress.

Solving equations and inequalities

7 min read
Font
Discuss
Share
Feedback

This section covers how to solve linear equations, simple quadratic equations, and linear inequalities. You’ll also learn how to translate verbal descriptions into equations and when to reverse an inequality sign - skills that help you find exact solutions as well as ranges of possible values.

Definitions
Variable
A symbol (often x) that represents an unknown number.
Equation
A statement that two expressions are equal, containing a variable to solve for.
Linear equation
An equation of the form ax+b=c where a=0, solved by isolating x using inverse operations.
Quadratic equation
An equation in which the variable appears to the second power, such as x2=k or (x−a)2=k. Solutions come from taking square roots.
Inequality
A statement that two expressions are not necessarily equal, connected by one of the symbols <, >, ≤, or ≥.
Solution
A value of the variable that makes the equation true.
Root
Another term for a solution of an equation, especially used with quadratics.
Solution set
The collection of all values that satisfy an equation or an inequality.

Solving equations and inequalities means isolating the variable or describing its solution range. Three principles run through every method in this chapter:

  • Keep balance: whatever you do to one side of =, <, or >, do to the other.
  • Undo operations in reverse order: distribute and combine like terms first, then remove constants, then remove coefficients.
  • Apply special rules: these come up as each topic is introduced - for example, taking both square roots of a quadratic, or reversing an inequality sign when dividing by a negative number.

Solving linear equations

The goal when solving a linear equation is to isolate the variable on one side. We do this by applying inverse operations - undoing whatever is being done to the variable - in reverse order.

Example: Solve a basic linear equation

3x+53xx​=20=15=5​

Steps taken:

  • Subtract 5 from both sides
  • Divide both sides by 3

Answer: x=5

Example: Solve a more complex equation

4(x−2)4x−82x−82xx​=2x+6=2x+6=6=14=7​

Steps taken:

  • Distribute 4 on the left
  • Subtract 2x from both sides
  • Add 8 to both sides
  • Divide both sides by 2

Answer: x=7

Solving simple quadratic equations

Quadratic equations often appear when a variable is squared. Unlike linear equations, which have one solution, quadratic equations often have two solutions - because both a positive and a negative number can square to the same value.

Use the square-root method when the variable appears in a single squared expression, such as x2=k or (x−a)2=k. The key idea is that squaring hides sign information:

If u2=k, then u=±k​

This is because both positive and negative numbers square to the same value. For example, 32=9 and (−3)2=9, so if x2=9, then x=3 or x=−3.

Steps to follow:

  • Isolate the squared expression on one side of the equation.
  • Take the square root of both sides and include the ±.
  • Solve the two resulting linear equations.
  • If k<0, there is no real-number solution - no real number squared gives a negative result.

Common pitfall: When taking the square root of both sides, always write ±k​ - not just +k​. Forgetting the negative root is one of the most common errors on this type of problem. For example, if x2=49, the answer is x=7 or x=−7, not just x=7.

One exception: if the problem context makes the negative root impossible - for example, x represents a length or a count - you can drop the negative root and report only the positive value.

Example: Solve (x−3)2=16

(x−3)2x−3x−3​=16=±16​=±4​

  • Case 1: x−3=4⇒x=7
  • Case 2: x−3=−4⇒x=−1

Answer: x=7 or x=−1

Translating verbal descriptions

One of the most practical algebra skills is translating a word problem into an equation or expression you can solve. The key is recognizing which words signal which operations:

  • Multiplication (“times,” “product of”) → × or ⋅
  • Addition (“sum,” “more than”) → +
  • Subtraction (“difference,” “less than”) → −
  • Division (“quotient,” “per”) → ÷ or a fraction bar

Watch out - “less than” reverses order: “A less than B” translates to B−A, not A−B. For example, “4 less than 7” means 7−4=3, not 4−7=−3. Similarly, “2 less than 3x” means 3x−2, not 2−3x. The phrase names what you’re subtracting first, then what you’re subtracting it from.

Example: Translate and solve a multi-step word problem

A store sells notebooks for $3 each and pens for $1.50 each. Keisha buys twice as many pens as notebooks. She spends a total of $18. How many notebooks does she buy?

Solution:

Let n = the number of notebooks. Then the number of pens is 2n.

Total cost: 3n+1.50(2n)=18

3n+3n6nn​=18=18=3​

Steps taken:

  • Write expressions for each item’s cost in terms of n
  • Simplify 1.50×2n=3n
  • Combine like terms
  • Divide both sides by 6

Answer: Keisha buys 3 notebooks (and 6 pens).

Solving linear inequalities

An inequality ax+b<c or ax+b≥c is solved much like an equation, with one important difference:

  • If you multiply or divide both sides by a negative number, reverse the inequality sign.
  • Adding or subtracting any number - even a negative one - does not flip the sign. Only multiplication or division by a negative does.

Example: Solve an inequality

2x−52xx​<7<12<6​

Steps taken:

  • Add 5 to both sides
  • Divide both sides by 2

Answer: x<6

Less than inequality
Less than inequality

Example: Solve an inequality with negatives

−3x+4−3xx​≥10≥6≤−2​

Steps taken:

  • Subtract 4 from both sides
  • Divide both sides by −3 and reverse the inequality sign

Answer: x≤−2

Less than or equal to inequality
Less than or equal to inequality

Real-world applications

Use an equation when a relationship is exact; use an inequality when there is a limit or constraint such as a budget or minimum requirement.

Example: Solve an applied inequality

You have $20 to spend on pens. Each pen costs $1.50, and there is a one-time supply fee of $2. What is the maximum number of pens you can buy?

Solution:

Let p = the number of pens. The total cost is 1.50p+2, which must be no more than 20:

1.50p+21.50pp​≤20≤18≤12​

Steps taken:

  • Subtract 2 from both sides
  • Divide both sides by 1.50

Since p must be a whole number and p≤12, the maximum number of pens you can buy is 12.

Answer: 12 pens

  • Solve equations by isolating the variable and checking by substitution.
  • For x2=k, include both solutions x=±k​.
  • Solve inequalities like equations, but reverse the sign when multiplying or dividing by a negative.
  • Use open circles for < or > and closed circles for ≤ or ≥, shading the solution region.
  • For compound inequalities, “and” means intersection; “or” means union.
  • Clear fractions by multiplying every term by the LCD (reverse the sign if the LCD is negative).
  • Verify inequality solutions with a test value.

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Solving equations and inequalities

This section covers how to solve linear equations, simple quadratic equations, and linear inequalities. You’ll also learn how to translate verbal descriptions into equations and when to reverse an inequality sign - skills that help you find exact solutions as well as ranges of possible values.

Definitions
Variable
A symbol (often x) that represents an unknown number.
Equation
A statement that two expressions are equal, containing a variable to solve for.
Linear equation
An equation of the form ax+b=c where a=0, solved by isolating x using inverse operations.
Quadratic equation
An equation in which the variable appears to the second power, such as x2=k or (x−a)2=k. Solutions come from taking square roots.
Inequality
A statement that two expressions are not necessarily equal, connected by one of the symbols <, >, ≤, or ≥.
Solution
A value of the variable that makes the equation true.
Root
Another term for a solution of an equation, especially used with quadratics.
Solution set
The collection of all values that satisfy an equation or an inequality.

Solving equations and inequalities means isolating the variable or describing its solution range. Three principles run through every method in this chapter:

  • Keep balance: whatever you do to one side of =, <, or >, do to the other.
  • Undo operations in reverse order: distribute and combine like terms first, then remove constants, then remove coefficients.
  • Apply special rules: these come up as each topic is introduced - for example, taking both square roots of a quadratic, or reversing an inequality sign when dividing by a negative number.

Solving linear equations

The goal when solving a linear equation is to isolate the variable on one side. We do this by applying inverse operations - undoing whatever is being done to the variable - in reverse order.

Example: Solve a basic linear equation

3x+53xx​=20=15=5​

Steps taken:

  • Subtract 5 from both sides
  • Divide both sides by 3

Answer: x=5

Example: Solve a more complex equation

4(x−2)4x−82x−82xx​=2x+6=2x+6=6=14=7​

Steps taken:

  • Distribute 4 on the left
  • Subtract 2x from both sides
  • Add 8 to both sides
  • Divide both sides by 2

Answer: x=7

Solving simple quadratic equations

Quadratic equations often appear when a variable is squared. Unlike linear equations, which have one solution, quadratic equations often have two solutions - because both a positive and a negative number can square to the same value.

Use the square-root method when the variable appears in a single squared expression, such as x2=k or (x−a)2=k. The key idea is that squaring hides sign information:

If u2=k, then u=±k​

This is because both positive and negative numbers square to the same value. For example, 32=9 and (−3)2=9, so if x2=9, then x=3 or x=−3.

Steps to follow:

  • Isolate the squared expression on one side of the equation.
  • Take the square root of both sides and include the ±.
  • Solve the two resulting linear equations.
  • If k<0, there is no real-number solution - no real number squared gives a negative result.

Common pitfall: When taking the square root of both sides, always write ±k​ - not just +k​. Forgetting the negative root is one of the most common errors on this type of problem. For example, if x2=49, the answer is x=7 or x=−7, not just x=7.

One exception: if the problem context makes the negative root impossible - for example, x represents a length or a count - you can drop the negative root and report only the positive value.

Example: Solve (x−3)2=16

(x−3)2x−3x−3​=16=±16​=±4​

  • Case 1: x−3=4⇒x=7
  • Case 2: x−3=−4⇒x=−1

Answer: x=7 or x=−1

Translating verbal descriptions

One of the most practical algebra skills is translating a word problem into an equation or expression you can solve. The key is recognizing which words signal which operations:

  • Multiplication (“times,” “product of”) → × or ⋅
  • Addition (“sum,” “more than”) → +
  • Subtraction (“difference,” “less than”) → −
  • Division (“quotient,” “per”) → ÷ or a fraction bar

Watch out - “less than” reverses order: “A less than B” translates to B−A, not A−B. For example, “4 less than 7” means 7−4=3, not 4−7=−3. Similarly, “2 less than 3x” means 3x−2, not 2−3x. The phrase names what you’re subtracting first, then what you’re subtracting it from.

Example: Translate and solve a multi-step word problem

A store sells notebooks for $3 each and pens for $1.50 each. Keisha buys twice as many pens as notebooks. She spends a total of $18. How many notebooks does she buy?

Solution:

Let n = the number of notebooks. Then the number of pens is 2n.

Total cost: 3n+1.50(2n)=18

3n+3n6nn​=18=18=3​

Steps taken:

  • Write expressions for each item’s cost in terms of n
  • Simplify 1.50×2n=3n
  • Combine like terms
  • Divide both sides by 6

Answer: Keisha buys 3 notebooks (and 6 pens).

Solving linear inequalities

An inequality ax+b<c or ax+b≥c is solved much like an equation, with one important difference:

  • If you multiply or divide both sides by a negative number, reverse the inequality sign.
  • Adding or subtracting any number - even a negative one - does not flip the sign. Only multiplication or division by a negative does.

Example: Solve an inequality

2x−52xx​<7<12<6​

Steps taken:

  • Add 5 to both sides
  • Divide both sides by 2

Answer: x<6

Example: Solve an inequality with negatives

−3x+4−3xx​≥10≥6≤−2​

Steps taken:

  • Subtract 4 from both sides
  • Divide both sides by −3 and reverse the inequality sign

Answer: x≤−2

Real-world applications

Use an equation when a relationship is exact; use an inequality when there is a limit or constraint such as a budget or minimum requirement.

Example: Solve an applied inequality

You have $20 to spend on pens. Each pen costs $1.50, and there is a one-time supply fee of $2. What is the maximum number of pens you can buy?

Solution:

Let p = the number of pens. The total cost is 1.50p+2, which must be no more than 20:

1.50p+21.50pp​≤20≤18≤12​

Steps taken:

  • Subtract 2 from both sides
  • Divide both sides by 1.50

Since p must be a whole number and p≤12, the maximum number of pens you can buy is 12.

Answer: 12 pens

Key points
  • Solve equations by isolating the variable and checking by substitution.
  • For x2=k, include both solutions x=±k​.
  • Solve inequalities like equations, but reverse the sign when multiplying or dividing by a negative.
  • Use open circles for < or > and closed circles for ≤ or ≥, shading the solution region.
  • For compound inequalities, “and” means intersection; “or” means union.
  • Clear fractions by multiplying every term by the LCD (reverse the sign if the LCD is negative).
  • Verify inequality solutions with a test value.