Algebra 2 • Create Equations

Creating One-Variable Equations and Inequalities

Learn to translate real-world situations into precise mathematical statements that can be solved for a single unknown.

Historical Context & Motivation

The art of forming equations from verbal descriptions is as old as mathematics itself. Long before modern algebraic notation existed, scholars in ancient civilizations wrestled with the same fundamental challenge you face today: how do you take a situation described in words — the price of grain, the area of a field, the distribution of inheritance — and convert it into a mathematical sentence that can be manipulated and solved? Understanding this history illuminates why creating equations and inequalities remains the single most important bridge between abstract mathematics and practical problem-solving.

c. 1800 BCE
Babylonian clay tablets such as the Yale tablet YBC 6967 contain word problems that effectively describe one-variable equations. Scribes translated statements like "a number plus its reciprocal equals a given value" into systematic solution procedures — the earliest known instances of equation creation from context.
c. 250 CE
Diophantus of Alexandria wrote Arithmetica, introducing a form of symbolic shorthand for unknowns. For the first time, a dedicated symbol (similar to a variable) replaced the purely rhetorical descriptions used before, making the transition from words to equations more fluid and replicable.
c. 820 CE
Al-Khwārizmī published Al-Kitāb al-Mukhtaṣar fī Ḥisāb al-Jabr wal-Muqābala, establishing algebra (from al-jabr) as a discipline. His methods systematized how to set up and solve one-variable equations derived from real-world problems — particularly commerce, inheritance, and land measurement.
1637
René Descartes published La Géométrie, standardizing the modern convention of using letters near the end of the alphabet (x, y, z) for unknowns and letters near the beginning (a, b, c) for known constants. This notation made the process of translating words into equations far more efficient.
Modern Era
Today, creating equations and inequalities from real contexts is the foundation of mathematical modeling. From physics formulas to machine learning cost functions, the ability to identify an unknown, assign it a variable, and express relationships as equations is central to science, engineering, economics, and data analysis.

The fundamental question driving this lesson is deceptively simple: given a relationship described in everyday language, how do you write it as an equation or inequality with one variable? Mastering this translation process is the gateway to solving any applied algebra problem, because you cannot solve what you have not first formulated.

Core Principles & Definitions

Before diving into examples, you need a solid grasp of four foundational ideas that underpin every equation and inequality you will ever create. These are not merely definitions to memorize; they are the conceptual tools you will use every time you face a word problem.

1

The Variable

A variable is a symbol — typically a letter like x, n, or t — that represents an unknown quantity you want to find. The very first step in creating an equation is identifying what you don't know and assigning it a variable. Every other quantity in the problem is expressed in relation to this unknown.
2

Equations vs. Inequalities

An equation uses the symbol = to state that two expressions have exactly the same value. An inequality uses <, >, , or to state that one expression is greater or less than another. Keywords like "at most," "at least," "no more than," and "fewer than" signal inequalities.
3

Translating Operations

Words map to operations: "sum" and "more than" → addition; "difference" and "less than" → subtraction; "product" and "times" → multiplication; "quotient" and "per" → division. Recognizing these keywords is how you convert phrases into algebraic expressions that combine into a full equation or inequality.
4

The Constraint

Every equation or inequality arises from a constraint — a condition that the unknown must satisfy. This could be a total budget, a maximum capacity, a fixed distance, or a required quantity. The constraint is what makes the two sides of your equation (or inequality) relate to each other meaningfully.
Key Takeaway
Think of creating an equation like writing a sentence in a new language. The variable is the subject (the thing you're talking about), the operations are the verbs and prepositions (what's happening to it), and the constraint is the predicate that completes the thought. Just as "The dog runs fast" conveys a complete idea, "2x + 5 = 17" conveys a complete mathematical relationship. Your job is to be the translator — listening to the English sentence and writing the algebraic one.

Visual Explanation: The Translation Process

The diagram below illustrates the complete workflow for creating a one-variable equation from a word problem. Notice how the process moves from reading comprehension on the left, through identification of components in the middle, to the finished algebraic statement on the right. This visual roadmap applies to every equation-creation problem you will encounter.

Figure 1 — The five-step translation process from word problem to one-variable equation.

As shown in the diagram, the process is sequential and methodical. You begin by carefully reading the problem and identifying all known and unknown quantities. Next, you assign a variable to the unknown. Then you translate each verbal phrase into an algebraic expression using the operation keywords you learned in Section 2. You identify the constraint — the word or phrase that tells you how the expressions relate (equals, is at most, exceeds, etc.). Finally, you assemble everything into a single equation or inequality. This five-step method works whether the problem involves money, distance, age, mixtures, or any other real-world scenario.

Mathematical Framework: Building Equations & Inequalities

Now let's formalize the translation process with the key structural patterns you will encounter. Every one-variable equation or inequality ultimately fits one of these general forms, though the specific numbers and operations vary widely.

General One-Variable Equation
f(x) = g(x)
where f(x) and g(x) are algebraic expressions involving the same variable x

In practice, many problems yield linear equations, which are the most common type in this course. A linear equation in one variable has the form shown below, where a, b, and c are known constants and x is the unknown.

Standard Linear Equation
ax + b = c
a ≠ 0; solved by isolating x: x = (c − b) / a

When the problem involves a range of acceptable values rather than a single answer, you create an inequality. The keyword mapping is critical here: "at most" and "no more than" translate to ; "at least" and "no fewer than" translate to ; "less than" translates to <; "more than" or "greater than" translates to >.

General One-Variable Inequality
ax + b < c or ax + b ≤ c or ax + b > c or ax + b ≥ c
Solution is typically an interval rather than a single value

Some problems also produce compound inequalities, where a variable must simultaneously satisfy two conditions. For instance, "The temperature stayed between 60°F and 85°F" translates to 60 ≤ T ≤ 85.

Let's look at the essential keyword-to-symbol translation table that makes this framework operational.

English PhraseOperation / SymbolAlgebraic Example
"sum of," "increased by," "more than," "plus"+x + 7
"difference," "decreased by," "less than," "minus"x − 4
"product of," "times," "of," "per"×5x
"quotient," "divided by," "ratio"÷x / 3
"is," "equals," "was," "gives," "results in"=2x + 1 = 9
"is at most," "no more than," "does not exceed"3x + 2 ≤ 20
"is at least," "no fewer than," "minimum of"x − 5 ≥ 12
"is less than," "fewer than," "below"<4x < 28
"is greater than," "exceeds," "above">2x + 3 > 15

Detailed Breakdown: Problem Types & Strategies

One-variable equations and inequalities arise in a wide variety of contexts. Recognizing the type of problem helps you decide how to define your variable and which structure the equation will take. Below is a comprehensive visual that categorizes the most common problem types along a spectrum from simple to complex, followed by a deeper examination of each category.

Figure 2 — Six common categories of one-variable equation and inequality problems, arranged by increasing complexity.

A common pitfall deserves special attention: the phrase "less than" reverses the order of terms. "Five less than a number" translates to x − 5, not 5 − x. This is because "less than" subtracts from the number, not the other way around. Similarly, "three more than twice a number" is 2x + 3 — you build the expression by starting with "twice a number" (2x) and then adding 3.

Inequality Symbol Spectrum
< strict less
≤ at most
= equals
≥ at least
> strict greater
< strict less> strict greater

Worked Example

Let's work through a complete problem from start to finish, applying every step of our translation framework.

Gym Membership Budget Inequality
1
ProblemA gym membership costs $35 per month plus a one-time enrollment fee of $120. Maria has budgeted at most $680 for the first year of her gym membership. Write an inequality to find the maximum number of months she can be a member, then solve it.
2
Step 1 — Read and IdentifyWe identify the known values: $35 per month (recurring cost), $120 one-time enrollment fee, and $680 as the maximum total budget. The unknown is the number of months Maria can afford.
3
Step 2 — Define the VariableLet m = the number of months Maria can maintain her membership.
4
Step 3 — Translate PhrasesThe monthly cost for m months is 35m. The one-time fee adds a flat 120. The total cost is therefore 35m + 120.
5
Step 4 — Identify the ConstraintThe phrase "at most $680" tells us the total cost must be less than or equal to 680. This gives us the inequality symbol .
6
Step 5 — Write the InequalityCombining the expressions:
35m + 120 ≤ 680
7
Step 6 — SolveSubtract 120 from both sides: 35m ≤ 560. Divide both sides by 35: m ≤ 16.
8
Step 7 — InterpretMaria can afford at most 16 months of gym membership within her $680 budget. Since 16 months exceeds 12, she can comfortably afford a full year. At 16 months, her total cost would be 35(16) + 120 = 560 + 120 = $680, which exactly meets her budget. Note that m must also be a positive integer in this context, so the practical solution is m ∈ {1, 2, 3, …, 16}.

Equations vs. Inequalities: Strengths & Limitations

Understanding when to use an equation versus an inequality is just as important as knowing how to create them. The choice depends entirely on the nature of the constraint in the problem. Here is a side-by-side comparison of the two structures.

FeatureEquation (=)Inequality (<, >, ≤, ≥)
Solution typeSingle value (or finite set)Range of values (interval)
Signal words"is," "equals," "was," "gives," "totals""at most," "at least," "no more than," "exceeds," "fewer than"
Graph on number lineSingle point (or discrete points)Ray or segment with open/closed endpoint
Real-world useFinding an exact amount: price, time, distanceFinding limits: budgets, capacity, minimum requirements
Solving cautionStandard inverse operationsFlip the inequality sign when multiplying or dividing by a negative number
VerificationSubstitute the solution back into the equationTest a value in the solution interval AND a value outside it
Key Takeaway
Think of an equation as asking "What is the exact answer?" and an inequality as asking "What are the acceptable answers?" A thermostat set to exactly 72°F is an equation problem. A thermostat set to keep the temperature below 75°F is an inequality problem. The mathematical structure you choose must match the nature of the real-world constraint — precision or range. The most common student mistake is writing an equation when the problem clearly describes a bound rather than an exact value.

Connection to Advanced Theory

The skill of creating one-variable equations and inequalities is not just an isolated Algebra 2 topic — it is the foundational layer upon which nearly all advanced mathematics builds. Understanding where this fits in the larger picture will motivate you to master it thoroughly.

This Course (Algebra 2)Advanced Extension
One-variable linear equations: ax + b = cSystems of equations with multiple variables in Linear Algebra
One-variable linear inequalities: ax + b ≤ cLinear programming with constraint systems in Optimization
Translating word problems into equationsMathematical modeling: creating differential equations in Physics/Engineering
Quadratic equations from word problems: ax² + bx + c = 0Polynomial and transcendental equation modeling in Calculus
Compound inequalities: a ≤ f(x) ≤ bEpsilon-delta definitions of limits; interval analysis in Real Analysis

In Pre-Calculus and Calculus, you will model rates of change using equations that relate a function's derivative to its current value — these are differential equations, and they begin with exactly the same process: identifying the unknown, defining a variable, and writing an equation that captures the relationship. In statistics, you will create equations to model data trends (regression equations). In economics, you will form inequality constraints for budget optimization. Every one of these advanced applications depends on the translation skill you are developing right now.

Even beyond traditional math courses, the ability to create equations is essential in computer science (formulating algorithm constraints), in biology (modeling population growth), and in everyday financial literacy (calculating loan payments, comparing plans, budgeting). Mastering this lesson gives you a tool that will serve you across disciplines for the rest of your academic and professional life.

Practice Problems

Test your understanding with these five problems of increasing difficulty. Try each one before revealing the answer. Remember the five-step process: read, define, translate, identify constraint, write.

PROBLEM 1CONCEPTUAL
Explain the difference between the phrases "7 less than a number" and "7 is less than a number." Write an algebraic expression or statement for each, using x as the variable.
PROBLEM 2BASIC
The sum of three consecutive integers is 84. Write an equation to represent this situation, then find the three integers.
PROBLEM 3INTERMEDIATE
A cell phone plan charges $0.10 per text message plus a monthly base fee of $22. Another plan charges $0.05 per text message with a monthly base fee of $32. Write an equation to find the number of text messages at which both plans cost the same amount in a month.
PROBLEM 4APPLIED MULTI-STEP
A student needs an average score of at least 90 across five exams to earn an A in the course. Her first four exam scores are 88, 92, 79, and 95. Write an inequality to determine the minimum score she needs on the fifth exam, then solve it.
PROBLEM 5CRITICAL THINKING
A rectangular garden has a perimeter of 56 feet. The length is 4 feet more than twice the width. Write an equation involving only one variable that represents this situation. Then determine whether it is possible for the width to exceed 10 feet — write an inequality to justify your answer.

Lesson Summary

Creating one-variable equations and inequalities is the essential skill of translating real-world scenarios into mathematical language. The process follows a consistent five-step framework: read the problem to identify knowns and unknowns, define a variable for the unknown quantity, translate key phrases into algebraic expressions using operation keywords (sum → addition, product → multiplication, quotient → division, difference → subtraction), identify the constraint that connects the expressions (signaled by words like "equals," "at most," "exceeds," or "is fewer than"), and finally assemble the equation or inequality by placing the appropriate symbol (=, ≤, ≥, <, >) between the expressions.

The distinction between equations (which yield exact solutions) and inequalities (which yield ranges of acceptable values) depends on whether the problem describes a precise condition or a bound. Common problem types include basic translation, consecutive integers, percent and ratio problems, distance-rate-time scenarios, mixture problems, and budget constraints. The keyword-to-symbol mapping — especially tricky phrases like "less than" (subtraction) versus "is less than" (inequality) — is the linchpin of accurate translation. This foundational skill connects directly to advanced mathematics including systems of equations, optimization, calculus-based modeling, and real-world applications across science, engineering, and economics. Master the translation, and you have mastered the gateway to all of applied algebra.

Varsity Tutors • Algebra 2 • Creating One-Variable Equations and Inequalities