Range Of Possible Sizes For Side X
You're staring at a triangle problem. Two sides are given — maybe 7 and 12, maybe 5.3 and 9.8 — and the question asks for the range of possible lengths for the third side. Side x.
Most students freeze here. Even so, not because the math is hard. Because the logic* feels slippery at first.
Let's clear that up once and for all.
What Is the Range of Possible Sizes for Side x?
When you have a triangle with two known side lengths, the third side isn't free to be whatever you want. It's constrained by a simple but powerful rule: the triangle inequality theorem.
Here's the short version. For any triangle with sides a, b, and c:
- a + b > c
- a + c > b
- b + c > a
Every pair of sides must add up to more* than the third side. So not equal to. More than*.
So if you know two sides — let's call them known₁* and known₂* — the third side x must satisfy:
|known₁ − known₂| < x < known₁ + known₂
That's it. That's the whole range. On the flip side, the upper bound is the sum. The lower bound is the absolute difference. And x lives strictly between them.
Why "Strictly Between" Matters
If x equals the sum, the triangle flattens into a straight line. In practice, degenerate. Not a triangle anymore.
If x equals the difference, same problem — the two known sides just lie on top of each other, and the third side closes the gap exactly. Again, a line segment. Not a triangle.
So the inequality signs are strict. Plus, no "or equal to. " Ever.
Why It Matters / Why People Care
This shows up everywhere. Physics problems involving vectors — because vector addition is triangle addition. Geometry class. Standardized tests (SAT, ACT, GRE, GMAT). Trigonometry when you start solving triangles with the Law of Sines or Cosines. Engineering, architecture, computer graphics — anywhere forces or distances form triangular relationships.
But more than that: this concept teaches you how constraints work. And the unknown isn't a single number — it's a range*. One unknown. Now, two fixed pieces of information. That shift from "find the answer" to "describe all possible* answers" is a fundamental mathematical maturity moment.
Students who internalize this stop guessing. They start reasoning.
How It Works (Step by Step)
Let's walk through the mechanics. You'll see it's almost embarrassingly simple once you see the pattern.
Step 1: Identify the Two Known Sides
Call them a and b. That said, order doesn't matter. Let's say a = 8, b = 15.
Step 2: Compute the Sum
a + b = 23. This is your upper bound. Side x must be less than* 23.
Step 3: Compute the Absolute Difference
|a − b| = |8 − 15| = 7. This is your lower bound. Side x must be greater than* 7.
Step 4: Write the Compound Inequality
7 < x < 23
That's the answer. So 7. Any number strictly between 7 and 23 works. 14 works. 7 does not. But 22. 1 works. Even so, 9 works. 23 does not.
Visualizing It Helps
Imagine two sticks. Hinge them together at one end. One 8 cm, one 15 cm. Now swing them open.
- When they're almost closed (angle near 0°), the gap between the free ends is tiny — just over 7 cm.
- When they're fully open (angle near 180°), the gap stretches to just under 23 cm.
- Every angle in between gives a different gap length. Every one of those lengths is a valid third side.
That's the physical intuition. The math just formalizes it.
Works With Decimals, Radicals, Variables — Anything
The rule doesn't care about number types.
- Sides: 4.2 and 9.7 → 5.5 < x < 13.9
- Sides: √5 and √20 → |√5 − √20| < x < √5 + √20 (simplify if you want: √20 = 2√5, so √5 < x < 3√5)
- Sides: m and n (positive reals) → |m − n| < x < m + n
The algebra is identical. Only the arithmetic changes.
Integer-Only Variations
Sometimes the problem adds: "x is an integer. How many possible values?"
Want to learn more? We recommend how many elements are gaseous at room temperature and find the volume of the prism iready for further reading.
Then you count integers strictly between the bounds.
Example: sides 6 and 11 → 5 < x < 17 → integers: 6, 7, 8, ..., 16. That's 11 values.
Quick formula: (upper bound − lower bound − 1) when both bounds are integers. Here: 17 − 5 − 1 = 11. Works every time.
Common Mistakes / What Most People Get Wrong
Mistake 1: Using ≥ or ≤ Instead of > and <
This is the big one. On a multiple-choice test, the "inclusive" version is usually a trap answer. They forget that equality collapses the triangle. Students write 7 ≤ x ≤ 23. Don't fall for it.
Mistake 2: Forgetting the Absolute Value on the Lower Bound
If the given sides are 12 and 5, the difference is 7. But if a student does 5 − 12 = −7 and writes −7 < x < 17... On the flip side, technically true (since x is positive anyway), but it signals they don't understand why the lower bound exists. Day to day, the lower bound is a distance* — the gap when the angle closes. Distances aren't negative. Use |a − b|.
Mistake 3: Assuming the Range Is Symmetric Around the Mean
It's not. With sides 8 and 15, the range is (7, 23). The midpoint is 15. But the known sides are 8 and 15. The range isn't centered on either. On top of that, it's centered on the sum/2* only when the two known sides are equal. Don't assume symmetry.
Mistake 4: Confusing This With the Pythagorean Theorem
Right triangles are a subset* of all triangles. Day to day, the Pythagorean theorem (a² + b² = c²) only applies when you know* it's a right triangle. The triangle inequality applies to every* triangle. If a problem doesn't say "right triangle," don't reach for a² + b² = c². Reach for the inequality.
Mistake 5: Thinking the Third Side Can Be the Longest or Shortest Automatically
It can be either. With sides 8 and 15, x could be 10 (middle), 20 (longest), or 7.5 (shortest). The range allows all three positions. Don't assume x is the "missing side" in any particular role.
Practical Tips / What Actually Works
Tip 1: Sketch It. Always.
Draw two segments with a hinge. Plus, swing them. Watch the third side change. The visual locks in the logic better than any formula sheet.
A quick pencil drawing does more than illustrate; it forces you to confront the limits of the construction. Still, in the former situation the new edge is almost as short as the difference between the two fixed lengths; in the latter it stretches almost to their sum. When you hinge the two known segments at a point, the third side stretches from the moment the angle is virtually zero up to the instant the angle flattens into a straight line. That visual sweep makes it obvious why the admissible interval is open on both ends.
When the problem supplies numerical lengths, plug them directly into the inequality rather than trying to “guess” a middle value. To give you an idea, if the given sides are 13 and 27, you write
|13 − 27| < x < 13 + 27
which simplifies to
14 < x < 40.
All numbers that satisfy this strict band will produce a legitimate triangle, whether they sit near the lower bound, near the upper bound, or somewhere in the middle.
If the answer must be an integer, count the whole numbers that lie strictly between the two bounds. The count is simply
(floor (upper bound) − ceil (lower bound) + 1)
or, when both bounds are already integers,
(upper − lower − 1).
Thus for 14 < x < 40 the permissible integers are 15 through 39, a total of 25 possibilities.
A common stumbling block is the temptation to treat the inequality as inclusive. Remember that a degenerate triangle — where the three points line up perfectly — has zero area and is therefore not a triangle in the conventional sense. That is why the symbols must remain strict.
Another subtle error is to ignore the absolute‑value operation when forming the lower bound. The gap between the two fixed sides is always a non‑negative distance, so the expression |a − b| guarantees a positive threshold regardless of which side is longer.
When the known sides are equal, the admissible range collapses to a symmetric interval centered on that common length. In that special case the midpoint of the interval equals the known side length, but in every other configuration the interval is skewed toward the larger of the two given lengths.
Finally, resist the urge to reach for the Pythagorean relation unless the problem explicitly identifies a right‑angled triangle. The inequality governs all triangles, while the Pythagorean equation applies only to a narrow subclass.
Conclusion
Mastering the triangle inequality is less about memorizing a formula and more about internalizing a mental picture of two hinged segments swinging freely. By visualizing the extremes — near‑zero angle and flat‑line angle — you can instantly write the correct bounds, test them against integer requirements, and avoid the classic traps that trip up many students. Keep the sketch simple, keep the algebra strict, and let the geometry guide every step.
Latest Posts
Just Went Up
-
What Has A Head But No Brain
Jul 30, 2026
-
What Is 1 1 8 In Decimal Form
Jul 30, 2026
-
Draw A Structural Formula For The Following Compound Bromocyclobutane
Jul 30, 2026
-
Conversion Of 2 Methyl 2 Butene Into A Secondary Alkyl Halide
Jul 30, 2026
-
1 4 Mile Is How Many Feet
Jul 30, 2026
Related Posts
Picked Just for You
-
The Allele For Black Noses In Wolves Is Dominant
Jul 30, 2026
-
All Of Us Enjoy An Excitement Of The Cinema
Jul 30, 2026
-
Which Statement Best Explains The Relationship Between These Two Facts
Jul 30, 2026
-
Which Of The Following Statements Is True
Jul 30, 2026
-
What Is The Indian Legend Regarding The Discovery Of Tea
Jul 30, 2026