The sum of three numbers is The first number is times the third number, and the third number is less than the second number. What is the absolute value of the difference between the first and second numbers?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Write everything in terms of the third number c: 6c + (c + 40) + c = 96 gives c = 7, so the numbers are 42, 47, 7.
Solution
Both other numbers are described relative to the third, so let the third number be . Then the first number is , and since the third is less than the second, the second is .
The sum condition gives
So the first number is and the second is , and .
The answer is .
Why this works
When several quantities are each described in terms of one of them, use that one as the variable; the problem collapses to a single linear equation. Translate comparison phrases carefully: " is less than " means , equivalently .
The trap
Writing the second number as c - 40 instead of c + 40; 'the third is 40 less than the second' means the second is the larger one.
Common mistakes
- Writing the second number as c - 40 instead of c + 40; 'the third is 40 less than the second' means the second is the larger one.
- Reporting an intermediate value such as or the difference instead of the requested .
Techniques
Set up the equation/formula and compute; no special trick needed