PRE-ALGEBRA • EXPRESSIONS, EQUATIONS & INEQUALITIES

Checking Boundary Values — I can check boundary values to verify whether they belong in a solution set and justify endpoints.

Learn to test boundary values so you can prove exactly where an inequality's solution set starts and stops.

Where Did Boundary Values Come From?

People have been solving inequality problems for thousands of years. Ancient farmers needed to know the minimum amount of water for their crops. Builders had to figure out the maximum weight a bridge could hold. These are all inequality questions — and checking the edge, or boundary, is how people made sure their answers were right.

~1800 BCE
Babylonian Boundary Problems
Ancient Babylonians solved problems about areas and lengths on clay tablets. They checked edge cases to make sure their answers made sense in real life.
~300 BCE
Greek Logical Proofs
Greek mathematicians like Euclid used logical steps to prove results. They tested extreme cases (boundaries) to confirm or reject ideas.
1600s
Inequality Symbols Created
Thomas Harriot introduced the less-than (<) and greater-than (>) symbols we still use today. This made writing inequalities much easier.
Modern Day
Boundary Checks Everywhere
Software engineers test boundary values in code every day. Speed limits, temperature ranges, and age requirements all depend on checking endpoints.

So here is the big question: when you solve an inequality like x > 5 or x ≤ 10, how do you know if the boundary number itself is part of the answer? That is exactly what this lesson teaches you.

Core Principles & Definitions

Before we start checking anything, let's nail down the key vocabulary. A boundary value (also called a critical value or endpoint) is the number where an inequality switches from true to false, or from false to true. Think of it as the dividing line on a number line.

1

Boundary Value

The number you get when you solve the related equation. For x + 3 > 7, solve x + 3 = 7 to find the boundary x = 4.
2

Solution Set

All the values of the variable that make the inequality true. It can be shown on a number line or written with symbols.
3

Open vs. Closed Endpoint

An open circle (○) means the boundary is NOT included (< or >). A closed circle (●) means the boundary IS included (≤ or ≥).
4

Substitution Check

Plug the boundary value back into the original inequality. If the statement is true, the boundary belongs. If false, it does not.
KEY TAKEAWAY
Think of a boundary value like the rope at the entrance to a ride at a theme park. The sign says 'You must be at least 48 inches tall.' If you are exactly 48 inches, you get in — that's a closed endpoint (≤ or ≥). But if the sign said 'You must be taller than 48 inches,' then exactly 48 is not enough — that's an open endpoint (< or >). Checking the boundary is like measuring yourself against the rope!

Seeing Boundaries on a Number Line

A number line is the best way to see what is happening with boundary values. Look at the diagram below. It shows two inequalities side by side so you can compare an open endpoint with a closed endpoint.

The top number line shows x > 3 with an open circle at 3, meaning 3 itself is not a solution. The bottom shows x ≥ 3 with a filled circle at 3, meaning 3 is a solution.

Notice the only difference between the two number lines is the circle at 3. In the top line, the open circle tells us that 3 does not satisfy x > 3, because 3 is not greater than 3 — it is equal to 3. In the bottom line, the filled circle tells us 3 does satisfy x ≥ 3, because 3 is equal to 3, and 'equal to' is allowed.

The Substitution Method for Boundary Checking

Here is the simple process. First, solve the inequality as if it were an equation to find the boundary value. Then plug that value back into the original inequality to see if it makes a true statement.

STEP 1 — FIND THE BOUNDARY
Solve the related equation: replace <, >, ≤, or ≥ with =
Example: for 2x + 1 ≤ 9, solve 2x + 1 = 9 to get x = 4. The boundary value is 4.
STEP 2 — SUBSTITUTE THE BOUNDARY
Plug the boundary value into the original inequality
Example: substitute x = 4 into 2x + 1 ≤ 9 → 2(4) + 1 ≤ 9 → 9 ≤ 9. Is 9 ≤ 9 true? Yes! So 4 is in the solution set.
STEP 3 — JUSTIFY THE ENDPOINT
Decide: open circle (○) or closed circle (●)?
If the boundary makes the inequality true → closed circle (●), the endpoint is included. If the boundary makes the inequality false → open circle (○), the endpoint is excluded.
💡 Quick Symbol Guide
The symbols ≤ (less than or equal to) and ≥ (greater than or equal to) include the boundary — closed circle. The symbols < (less than) and > (greater than) exclude the boundary — open circle. A helpful trick: if the symbol has a line underneath (≤ or ≥), the circle is filled in.

Classifying Endpoints: A Decision Flowchart

When you solve an inequality and find the boundary value, you need to decide whether the endpoint is open or closed. The flowchart below walks you through the decision step by step.

Follow this flowchart every time you need to decide if a boundary value belongs in the solution set. Start at the top, substitute, and check if the result is true or false.
Summary of inequality symbols and their endpoint types
Inequality SymbolBoundary Included?Circle TypeExample Check
< (less than)No○ Openx < 5 → test 5 → 5 < 5 is false
> (greater than)No○ Openx > 5 → test 5 → 5 > 5 is false
≤ (less than or equal to)Yes● Closedx ≤ 5 → test 5 → 5 ≤ 5 is true
≥ (greater than or equal to)Yes● Closedx ≥ 5 → test 5 → 5 ≥ 5 is true

Worked Example: Checking a Boundary Value

Let's work through a full example together. We will solve an inequality, find the boundary value, test it, and justify whether the endpoint is open or closed.

Solve 3x − 2 ≤ 10 and check the boundary value.
1
Step 1 — Solve the related equationReplace the ≤ with an = sign: 3x − 2 = 10. Add 2 to both sides: 3x = 12. Divide both sides by 3: x = 4.
Boundary value: x = 4
2
Step 2 — Substitute the boundary into the original inequalityPlug x = 4 into 3x − 2 ≤ 10. That gives us 3(4) − 2 ≤ 10, which simplifies to 12 − 2 ≤ 10, and then 10 ≤ 10.
Result: 10 ≤ 10
3
Step 3 — Is the statement true or false?Is 10 ≤ 10 a true statement? Yes! 10 is equal to 10, and the symbol ≤ means 'less than OR equal to.' Since 10 equals 10, the statement is true.
TRUE ✓
4
Step 4 — Justify the endpointBecause the boundary value x = 4 makes the inequality true, it belongs in the solution set. We use a closed circle (●) at 4 on the number line. The solution set is x ≤ 4, or all numbers from 4 going left.
Solution: x ≤ 4, closed circle at 4
5
Step 5 — Double-check with a nearby valuePick a number less than 4, like x = 2. Plug it in: 3(2) − 2 = 4. Is 4 ≤ 10? Yes! Now pick x = 5 (greater than 4). 3(5) − 2 = 13. Is 13 ≤ 10? No. This confirms our solution set goes to the left of 4.
Confirmed: x = 2 works ✓, x = 5 does not ✗

Common Mistakes & How to Avoid Them

Even though checking a boundary value is straightforward, students run into a few common traps. Let's look at them so you can dodge these mistakes.

Four common boundary-checking mistakes and their fixes
MistakeWhy It's WrongHow to Fix It
Using an open circle for ≤ or ≥The 'or equal to' part means the boundary IS included, so it needs a filled circle.Remember: if the symbol has a line underneath, fill in the circle.
Forgetting to substitute back into the ORIGINAL inequalityIf you substitute into a changed or simplified version, you might miss a mistake you made while solving.Always go back to the very first inequality you were given.
Not testing a value on each side of the boundaryYou might shade the wrong direction on the number line.Pick one value less than the boundary and one greater. Plug both in to see which side is true.
Flipping the inequality when multiplying or dividing by a negative — but forgetting to re-check the boundaryThe direction changes, so the boundary check must match the new direction.After flipping, substitute the boundary into the original inequality to verify.
⚠️ KEY TAKEAWAY
Think of checking a boundary value like checking the last answer on a test before you turn it in. It takes only a few seconds, but it can save you from a wrong answer. Always substitute the boundary back into the original inequality — never skip this step!

From One-Variable to Two-Variable Inequalities

Right now you are working with inequalities that have one variable, like x > 3 or 2y + 1 ≤ 9. In algebra, you will level up to inequalities with two variables, like y < 2x + 1. Instead of shading a number line, you will shade a whole region on a coordinate plane!

How boundary checking grows from pre-algebra to algebra
FeatureOne-Variable (Now)Two-Variable (Algebra 1)
Graph typeNumber lineCoordinate plane (x-y graph)
BoundaryA single pointA line (like y = 2x + 1)
Open vs. closedOpen circle (○) or closed circle (●)Dashed line or solid line
How to check boundarySubstitute the boundary valuePick a point on the boundary line and substitute both x and y
Solution setA ray on the number lineA shaded half-plane

The great news is that the skill you are learning right now — substituting the boundary and checking if the statement is true — is exactly the same skill you will use in algebra and beyond. Master it now, and future math gets much easier!

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words: what is a boundary value, and why do we check it? Use the words 'true' and 'false' in your answer.
PROBLEM 2BASIC CALCULATION
For the inequality x + 5 > 12, find the boundary value. Then substitute it into the inequality and decide: open circle or closed circle?
PROBLEM 3INTERMEDIATE
Solve 4x − 6 ≥ 14. Find the boundary value, check it by substitution, and also test one value on each side of the boundary to confirm the direction of the solution set.
PROBLEM 4APPLIED
A movie theater charges $8 per ticket. You have at most $50 to spend. Write an inequality to represent how many tickets (t) you can buy. Find and check the boundary value. Can you buy exactly that many tickets?
PROBLEM 5CRITICAL THINKING
Marcus solved −2x + 3 < 11 and got x < −4. He tested the boundary x = −4 by plugging it into −2x + 3 < 11 and got −2(−4) + 3 = 11, so 11 < 11, which is false. He says this proves x < −4 is correct. Is Marcus right? If not, find and explain his error.

Lesson Summary

A boundary value is the number you find when you solve the related equation of an inequality. To check whether the boundary belongs in the solution set, substitute it back into the original inequality. If the result is a true statement, the boundary is included — draw a closed circle (●). If false, the boundary is excluded — draw an open circle (○).

The symbols ≤ and ≥ always produce closed endpoints because the 'or equal to' part makes the boundary true. The symbols < and > always produce open endpoints. After checking the boundary, test one value on each side to confirm which direction the solution set goes. This three-step process — find the boundary, substitute to check inclusion, and test for direction — is the same method you will use all the way through algebra and beyond.

Varsity Tutors • Pre-Algebra • Checking Boundary Values