🎉 Introduction

Welcome back to Set Up Equations and Inequalities! In the first lesson, you learned to write equations for exact targets, and in the second lesson you practiced matching everyday bound phrases to the correct inequality symbol. Now you will combine those skills by writing complete one-sided inequalities that model real-world constraints — staying within a budget, meeting a minimum purchase amount, or not exceeding a weight or capacity limit. The focus here is on translating situations into correct algebraic form, not on solving them.

Before jumping in, think about everyday moments when a quantity does not need to equal one exact value, but it does need to stay within a limit. A budget creates a ceiling: your spending can be below the limit or equal to it, but not above it. A minimum purchase amount creates a floor: your total must reach the limit or go beyond it. A one-sided inequality captures this kind of boundary using an expression, an inequality symbol, and a boundary value.

In this lesson, you will learn to:

  • Recognize one-sided constraint situations that call for an inequality rather than an equation.
  • Build an expression for the constrained quantity using the variable and operations described in the problem.
  • Decide whether the constraint is a ceiling or a floor based on phrases like “no more than,” “at most,” “at least,” and “no fewer than.”
  • Write a complete one-sided inequality with the correct symbol and boundary value.
Anatomy of a One-Sided Inequality 🧬

Every one-sided inequality we write in this lesson has three parts:

  1. An expression involving a variable — this represents the quantity that can change.
  2. An inequality symbol (<<, >>, \leq, or \geq) — this captures the type of bound.
  3. A boundary value — this is the fixed number that serves as the limit.

For example, suppose a parking garage charges $5 per hour and you want to spend no more than $30. If hh represents the number of hours you park, the three parts come together like this:

Modeling Maximum Constraints ⬆️

A maximum constraint sets a ceiling: the quantity must not go above a certain value. Words and phrases like no more than, at most, cannot exceed, and must stay within all signal this type. These typically use \leq, or << when the boundary itself is excluded.

Example 1 — Budget limit: You are buying notebooks that cost $4 each, and your budget is $50. If nn is the number of notebooks:

4n504n \leq 50

The expression represents total cost. A $50 budget means you can spend up to $50 but not a penny more, so the symbol is .

Modeling Minimum Constraints ⬇️

A minimum constraint sets a floor: the quantity must not drop below a certain value. Phrases like at least, no fewer than, must meet a minimum of, and or more all point to this type. These use \geq, or >> when the boundary itself is excluded.

Example 1 — Free-shipping threshold: An online store offers free shipping on orders of $25 or more. If tt is the order total:

t25t \geq 25

The phrase "or more" tells you that $25 itself qualifies, so you use .

Building Multi-Term Expressions 🧱

Many real-world constraints involve more than a single operation. A cost might include a fixed fee plus a variable rate, or a total might combine items at different prices. The approach stays the same: build the full expression first, then attach the inequality symbol and the boundary value.

Example — Prepaid electricity plan: A utility plan charges a $15 fixed monthly fee plus $0.08 per kilowatt-hour. You want the total bill not to exceed $75. If kk is the number of kilowatt-hours used:

0.08k+15750.08k + 15 \leq 75

The expression 0.08k+150.08k + 15 represents the total bill (variable cost plus fixed fee), and captures the cap because "not to exceed" is inclusive.

A Four-Step Checklist ✅

Before you finalize any inequality, run through this short mental checklist:

  1. What quantity is being constrained? Identify the variable and build the expression that computes the quantity.
  2. Is it a ceiling or a floor? A ceiling means maximum (\leq or <<). A floor means minimum (\geq or >>).
  3. Is the boundary value included or excluded? If included, use \leq or . If excluded, use or .
Conclusion and Next Steps

In this lesson you brought together expression-building and bound-language skills to write complete one-sided inequalities. You now know how to model maximum constraints (ceilings like budgets, weight limits, and speed limits) and minimum constraints (floors like earnings requirements and purchase thresholds), including situations where the expression contains multiple terms.

Up next is a set of practice exercises that will take you from selecting the correct inequality for a given scenario all the way to writing your own from scratch. You will work through contexts ranging from airline baggage rules to electricity bills and weekly wages, so get ready to turn real-world limits into clean mathematical statements!

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal