🎉 Introduction

Welcome to Interpret Bound Language! In the previous lesson, you learned to write equations for situations where a computed quantity must hit an exact target. But plenty of real-world rules are not about hitting one exact number.

Consider a few rules you might encounter in a single day: a voting registration form says you must be at least 18 years old, a grocery store express lane is for fewer than 10 items, and an airline sets a maximum weight for a carry-on bag. None of these rules name a single correct number. Instead, each draws a boundary line and says everything on one side of that line is acceptable. The math tool for expressing this kind of rule is an inequality. By the end of this lesson, you will be able to:

  • Understand the difference between strict and inclusive bounds to determine whether a boundary value itself is excluded or allowed.
  • Translate everyday bound language (like "at least," "no more than," and "fewer than") into the correct inequality symbol (<<, >>, \leq, or \geq).
  • Recognize tricky phrasing like "no more than" or "exceeds" to consistently choose the right symbol without hesitation.
The Four Inequality Symbols ⚖️

You will work with exactly four inequality symbols throughout this lesson. The table below shows each symbol and how it is read aloud.

SymbolRead as
<<"is less than"
>>"is greater than"
\leq"is less than or equal to"
\geq"is greater than or equal to"

The symbols << and are called because they exclude the boundary value. The symbols and are called because they include it. That one-word difference — strict versus inclusive — is the key to choosing the right symbol, and it is exactly what we will unpack next.

Strict vs. Inclusive: The Key Distinction 🔑

This is the single most important idea in the lesson, so let's make sure it is crystal clear.

A strict bound means the boundary value itself is not allowed. If a sign says the speed limit is less than 65 mph, then exactly 65 mph is already too fast. Strict bounds use << or >>.

An inclusive bound means the boundary value is allowed. If a roller coaster requires riders to be at least 48 inches tall, then exactly 48 inches is tall enough to ride. Inclusive bounds use \leq or \geq.

Whenever you read a real-world phrase, ask yourself one simple test question: "Is the boundary number itself okay, or not?" If the boundary number is acceptable, choose an inclusive symbol. If it is excluded, choose a strict one. This single check will guide you correctly in the vast majority of cases.

Number lines comparing strict bounds with an open circle to inclusive bounds with a closed circle
Everyday Phrases and Their Symbols 💬

Now that you understand the strict-versus-inclusive distinction, let's map the most common phrases to their matching symbols. Study the table below closely — these translations come up again and again whenever you model real-world rules.

PhraseSymbolStrict or Inclusive?
"more than">>Strict
"greater than">>Strict
"over" (as in "over 100")>>Strict
"fewer than"<<Strict
"less than"<
Watch Out for Tricky Phrasing 👀

A few phrases can trip you up if you read them too quickly. Here are the ones that cause the most confusion:

  • "No more than 10" does not mean "more than 10." The word "no" flips the direction. "No more than 10" means 10\leq 10.
  • "No fewer than 5" does not mean "fewer than 5." Again, "no" reverses the meaning. "No fewer than 5" means 5\geq 5.
  • "Up to 100" is inclusive — the value can reach 100 but not exceed it, so it matches 100\leq 100.
  • "Exceeds" is strict, just like "more than." If a temperature exceeds 90°F, that means , not .
Conclusion and Next Steps

In this lesson you learned to connect everyday bound language to the four inequality symbols <<, >>, \leq, and \geq. The central skill is distinguishing strict bounds, where the boundary value is excluded, from inclusive bounds, where it is allowed. You also built a phrase-to-symbol reference and practiced applying it to real-world rules from voting ages to shipping thresholds.

Up next is a set of hands-on exercises where you will match bound phrases to symbols, classify bounds as strict or inclusive, and fill in the correct inequality sign for everyday rules. These translations become second nature with a bit of practice, so jump in and give them a try!

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