Question:

If \( a, b, c \) are three real numbers, then which of the following is not true?

Show Hint

Triangle inequalities always hold: \( |x + y| \leq |x| + |y| \), but subtracting absolute values isn't always valid.
Updated On: Jul 29, 2025
  • \( |a + b| \leq |a| + |b| \)
  • \( |a - b| \leq |a| + |b| \)
  • \( |a - b| \leq |a| - |b| \)
  • \( |a - c| \leq |a - b| + |b - c| \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Option A: This is the triangle inequality: \( |a + b| \leq |a| + |b| \) — Always true.
Option B: Equivalent to triangle inequality again: \( |a - b| \leq |a| + |b| \) — Always true.
Option C: \( |a - b| \leq |a| - |b| \) is not always true. Consider \( a = 3, b = 5 \):
\[ |a - b| = |3 - 5| = 2,\quad |a| - |b| = 3 - 5 = -2 \Rightarrow 2 \leq -2 \text{ is False} \] Option D: This is the triangle inequality on three points: always true.
Hence, \[ {\text{(C) is not true}} \]
Was this answer helpful?
0
0