ALGEBRA 1 • CREATE EQUATIONS & RELATIONSHIPS

Creating/Solving One Variable Equations/Inequalities

Learn to translate real-world situations into equations and inequalities you can solve.

Historical Context & Motivation

People have been writing and solving equations for thousands of years. Long before modern algebra existed, ancient civilizations needed ways to figure out unknown quantities — how much grain to store, how wide to build a wall, or how to divide land fairly. The idea of using a symbol (like x) to represent an unknown number took centuries to develop, but it changed mathematics forever.

~1800 BCE
Babylonian Clay Tablets
Babylonian scribes solved problems about areas and lengths using word-based recipes, essentially solving what we now call linear and quadratic equations — without any symbols at all.
~250 CE
Diophantus of Alexandria
The Greek mathematician Diophantus wrote Arithmetica, one of the first books to use abbreviations for unknowns. He is sometimes called the "father of algebra."
~820 CE
Al-Khwarizmi's Algebra
The Persian mathematician al-Khwarizmi wrote a book whose title gave us the word "algebra." He described systematic methods for solving equations by balancing both sides.
1637
Descartes Introduces x, y, z
René Descartes popularized the use of letters like x, y, and z for unknowns, giving us the modern notation we use today.
2010
Common Core State Standards
The CCSS standard A-CED.1 formalizes the skill of creating equations and inequalities from real-world problems — connecting ancient problem-solving traditions to modern classroom practice.

The central question this lesson addresses is: How do you take a situation described in words and turn it into a mathematical equation or inequality that you can actually solve? This skill is at the heart of algebra, and it shows up everywhere — from budgeting your money to predicting population growth.

Core Principles & Definitions

Before you can create and solve equations, you need to understand a few key ideas. An equation is a mathematical statement that says two expressions are equal (connected by an = sign). An inequality is similar, but instead of saying two things are equal, it says one is greater than, less than, or at most/at least another (using symbols like <, >, ≤, or ≥). A variable is a letter (often x) that represents an unknown number you want to find.

1

Identify the Unknown

Read the problem carefully and decide what quantity you are trying to find. Assign a variable (like x) to represent it.
2

Translate Words to Math

Convert phrases into mathematical operations. "More than" means addition, "less than" means subtraction, "times" means multiplication, and "per" or "each" often means multiplication or division.
3

Choose Equation or Inequality

If the problem asks for an exact value, write an equation. If the problem involves a limit, a maximum, a minimum, or the phrase "at least" or "at most," write an inequality.
4

Solve Using Inverse Operations

Isolate the variable by "undoing" operations in reverse order. Addition undoes subtraction, multiplication undoes division, and taking a square root undoes squaring.
5

Check Your Solution

Substitute your answer back into the original equation or inequality to verify it makes sense. For inequalities, also check that the direction of the inequality is still correct.
KEY TAKEAWAY
Think of creating an equation like writing a recipe from a food description. If someone says, "I combined flour and sugar and got 5 cups total," you can write flour + sugar = 5. The equation is just a precise, mathematical version of the story. Solving the equation is like figuring out how much of each ingredient was used.

Visual Explanation — From Words to Equations

This flowchart shows the complete process: start with a word problem (blue box), identify the unknown (purple), break the phrases into math pieces (pink, amber, green), combine them into an equation (cyan), and solve for the answer (green).

The diagram above illustrates the most important skill in this lesson: translating words into mathematical symbols. Notice how each phrase in the word problem maps directly to a piece of the equation. The fixed monthly cost of $25 becomes a constant. The phrase "$0.10 per text" becomes 0.10 multiplied by x (the unknown number of texts). The total bill of $43 goes on the other side of the equals sign. Once you build the equation, solving it is a matter of using inverse operations to isolate x.

Mathematical Framework — Types of Equations & Inequalities

CCSS.A-CED.1 covers four types of functions. Each type produces a different kind of equation when you set up a problem. Let's look at the general forms you need to know.

LINEAR EQUATION
ax + b = c
a = the rate or slope (how fast the quantity changes), b = the starting value or fixed amount, c = the total or target value. Solve by subtracting b from both sides, then dividing by a.
QUADRATIC EQUATION
ax² + bx + c = 0
Contains an term. Solve by factoring, completing the square, or using the quadratic formula: x = (−b ± √(b² − 4ac)) ÷ (2a). May have 0, 1, or 2 solutions.
SIMPLE RATIONAL EQUATION
a / x = b or a / (x + c) = b
The variable x appears in the denominator of a fraction. Solve by multiplying both sides by the denominator expression. Always check that your answer doesn't make the denominator zero.
SIMPLE EXPONENTIAL EQUATION
a · bˣ = c
The variable x is in the exponent. Here, a is the starting amount and b is the growth (or decay) factor. For simple cases, solve by dividing both sides by a, then using trial-and-error or logarithms.
⚠️ Equations vs. Inequalities
Any of the four equation types above can become an inequality by replacing the = sign with <, >, ≤, or ≥. The solving process is almost identical, with one important rule: if you multiply or divide both sides by a negative number, you must flip the inequality sign. For example, if −2x > 6, dividing by −2 gives x < −3 (the > becomes <).

Detailed Breakdown — Recognizing Function Types in Word Problems

One of the trickiest parts of A-CED.1 is figuring out which type of equation to write. The clues are in the wording of the problem. The diagram below shows four common real-world scenarios and the function type each one leads to.

This classification chart shows the four equation types covered by A-CED.1. Each colored box shows the key word clues and an example equation. The bottom row provides the quick test: ask where the variable sits in the equation to determine the function type.
Common word-to-math translations
Word/PhraseMathematical TranslationExample
"is", "equals", "was", "gives"=The total is 50 → … = 50
"more than", "increased by", "plus"+ (addition)5 more than x → x + 5
"less than", "decreased by", "minus"− (subtraction)7 less than x → x − 7
"times", "of", "per", "each"× (multiplication)3 times x → 3x
"divided by", "split among", "ratio"÷ (division)x divided by 4 → x / 4
"at most", "no more than"at most 100 → … ≤ 100
"at least", "no fewer than"at least 20 → … ≥ 20

Worked Example — A Quadratic Problem from Scratch

Let's work through a complete example that requires creating and solving a quadratic equation. Problem: A rectangular garden has a length that is 4 feet longer than its width. The area of the garden is 96 square feet. What are the dimensions of the garden?

Creating and Solving a Quadratic Equation
1
Step 1 — Identify the UnknownWe need to find the width and the length. Since the length depends on the width ("4 feet longer"), we define one variable: let x = the width of the garden (in feet). Then the length = x + 4.
Width = x, Length = x + 4
2
Step 2 — Write the EquationArea of a rectangle = length × width. We know the area is 96 ft², so we write:
x(x + 4) = 96
3
Step 3 — Expand and RearrangeDistribute the x: x² + 4x = 96. To solve a quadratic, we need it to equal zero. Subtract 96 from both sides: x² + 4x − 96 = 0.
x² + 4x − 96 = 0
4
Step 4 — Factor the QuadraticWe need two numbers that multiply to −96 and add to +4. Those numbers are +12 and −8 (because 12 × (−8) = −96 and 12 + (−8) = 4). So the equation factors as (x + 12)(x − 8) = 0.
(x + 12)(x − 8) = 0
5
Step 5 — Solve and CheckSet each factor equal to zero: x + 12 = 0 gives x = −12, and x − 8 = 0 gives x = 8. Since a width can't be negative, we discard x = −12. The width is 8 feet and the length is 8 + 4 = 12 feet. Check: 8 × 12 = 96 ✓
Width = 8 ft, Length = 12 ft
💡 Context Matters!
Notice how we got two mathematical solutions (x = −12 and x = 8) but only one made sense in context. Always ask yourself: "Does this answer make sense in the real-world situation?" Negative lengths, fractional people, or negative time usually need to be discarded.

Comparing Equation Types — Strengths & Limitations

Each equation type has its own solving strategies, number of possible solutions, and common pitfalls. The table below compares all four types side by side so you can quickly see the differences.

Comparison of the four equation types in CCSS.A-CED.1
FeatureLinearQuadraticRationalExponential
General Formax + b = cax² + bx + c = 0a / x = ba · bˣ = c
# of SolutionsAlways 10, 1, or 2Usually 1Usually 1
Solving MethodInverse operationsFactor, quadratic formula, or complete the squareMultiply both sides by the denominatorDivide by a, then use logs or guess-and-check
Common PitfallForgetting to flip inequality when dividing by a negativeForgetting to set the equation equal to 0 before factoringDividing by zero (extraneous solutions)Confusing growth factor with growth rate
Real-World UseBudgeting, constant-rate travelArea problems, projectile motionSplitting costs, rate problemsPopulation growth, compound interest
KEY TAKEAWAY
Think of these four equation types as four different tools in a toolbox. A linear equation is like a ruler — great for straight, predictable situations. A quadratic is like a protractor — perfect when things curve or involve two dimensions. A rational equation is like a set of measuring cups — useful for dividing and sharing. And an exponential equation is like a magnifying glass — it reveals how things grow or shrink rapidly over time. Choosing the right tool starts with reading the problem carefully.

Connection to Advanced Topics

The skill of creating one-variable equations is the foundation for many advanced math courses. In Algebra 2, you will encounter equations with more complex rational expressions, systems of equations with two or more variables, and logarithmic equations. In precalculus and calculus, you will write equations that model rates of change. The table below shows how A-CED.1 skills connect to future learning.

How A-CED.1 skills connect to future courses
A-CED.1 SkillWhere It Goes Next
Creating linear equations in one variableSystems of linear equations (Algebra 1/2), linear programming (Precalculus)
Solving quadratic equationsComplex numbers, polynomial equations of higher degree (Algebra 2)
Working with rational equationsPartial fractions, limits involving rational expressions (Precalculus, Calculus)
Solving simple exponential equationsLogarithmic equations, differential equations modeling growth/decay (Algebra 2, Calculus)
Translating word problems into mathMathematical modeling, optimization problems (all future STEM courses)

The bottom line is this: every advanced math and science course you will ever take assumes you can translate a situation into an equation and solve it. Mastering A-CED.1 now gives you a skill that pays off again and again. Whether you end up studying physics, economics, computer science, or biology, the ability to model a problem mathematically is one of the most powerful tools you can have.

Practice Problems

PROBLEM 1CONCEPTUAL
A student writes the equation 3x + 7 = 22 to represent a word problem. Describe a real-world situation that this equation could model. Be specific about what x represents and what each part of the equation means.
PROBLEM 2BASIC CALCULATION
A gym charges a one-time registration fee of $40 plus $15 per month. You have budgeted $250 total for the gym. Write and solve an equation to find how many months you can afford.
PROBLEM 3INTERMEDIATE
A rectangular poster has a width that is 6 inches less than its length. The area of the poster is 187 square inches. Create and solve an equation to find the length and width of the poster.
PROBLEM 4APPLIED
A colony of bacteria starts with 200 organisms and doubles every hour. Write an exponential equation to model the population, then determine after how many hours the colony will exceed 6,400 organisms. Write an inequality and solve it.
PROBLEM 5CRITICAL THINKING
A group of friends plans to split the $180 cost of a birthday party equally. At the last minute, 3 more friends join, and the cost per person drops by $10. Write a rational equation to model this situation, solve it, and explain what both solutions (if any) mean in context.

Lesson Summary

In this lesson, you learned how to create equations and inequalities in one variable from word problems (CCSS.A-CED.1). The process always starts with identifying the unknown and assigning it a variable, then translating key phrases into mathematical operations (+, −, ×, ÷, =, ≤, ≥). You practiced recognizing which type of function a problem involves: linear (constant rate), quadratic (area, squared terms), rational (variable in a denominator), or exponential (variable in an exponent).

Each type has its own solving strategy: inverse operations for linear equations, factoring or the quadratic formula for quadratics, multiplying by the denominator for rational equations, and logarithms or systematic guess-and-check for exponential equations. For inequalities, remember the critical rule: flip the inequality sign when you multiply or divide by a negative number. Always check your answer in the original problem to make sure it is reasonable and that no extraneous solutions slipped through.

Varsity Tutors • Algebra 1 • Creating/Solving One Variable Equations/Inequalities