Understanding What "Must Be Less Than 1" Really MeansFirst, let's be crystal clear about what the question is asking. When it says "must be less than 1," it's asking which expressions are
always less than 1, no matter what values you pick for \(r\) and \(s\) within the given constraints. This isn't about finding expressions that
can be less than 1 - they need to be
guaranteed to be less than 1.
The Strategic Testing ApproachHere's the key insight: if you want to check whether something
must be less than 1, try to make it as large as possible. If you can find even one case where it reaches or exceeds 1, then it doesn't "must be less than 1."
Let me show you what I mean. Let's pick strategic values that push these expressions toward their maximum:
- Let \(r = 0.9\) (close to 1, to maximize expressions involving \(r\))
- Let \(s = 1.9\) (close to 2, to maximize expressions involving \(s\))
Testing Each ExpressionExpression I: \(\frac{r}{s}\)
\(\frac{r}{s} = \frac{0.9}{1.9} \approx 0.47\)
Now here's where you need to see the deeper pattern: You're dividing a number less than 1 by a number greater than 1. Think about it - if \(r < 1\) and \(s > 1\), then \(\frac{r}{s} < \frac{r}{1} = r < 1\).
So \(\frac{r}{s}\) will
always be less than 1. ✓
Expression II: \(rs\)
\(rs = 0.9 \times 1.9 = 1.71\)
Whoa! This is greater than 1. So expression II doesn't always stay below 1. ✗
You can see why this happens: when \(r\) is close to 1 and \(s\) is close to 2, their product approaches \(1 \times 2 = 2\).
Expression III: \(s - r\)
\(s - r = 1.9 - 0.9 = 1.0\)
This equals 1, and we could even make it larger if we chose \(r = 0.1\) and \(s = 1.9\), giving us \(1.9 - 0.1 = 1.8\). So expression III can definitely exceed 1. ✗
The AnswerOnly Expression I \(\left(\frac{r}{s}\right)\) must always be less than 1, while Expressions II and III can equal or exceed 1 under certain conditions.
Answer: A (I only)Taking Your Understanding FurtherNow, what I've shown you here is enough to solve this specific problem, but here's what you're missing: there's a systematic framework for approaching
all "must be true" inequality questions that'll save you time and prevent errors. The complete solution on Neuron breaks down the strategic approach you need, shows you the common traps (like confusing "must be" with "can be"), and gives you an alternative method using boundary analysis that's even faster.
You can check out the
step-by-step solution on Neuron by e-GMAT to master the inequality constraint satisfaction approach systematically. You can also explore other GMAT official questions with detailed solutions on Neuron for structured practice
here.
Hope this helps!