The sum of three numbers is . The first is four times the sum of the other two. The second is seven times the third. What is the product of all three?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
The first number is 4 times the other two combined, so it is 4/5 of the total, namely 16; the remaining 4 splits 7:1.
Solution
Call the numbers . We have , and .
Let . Then and give , so and .
Now with gives , so and .
The product is .
The answer is .
Why this works
"One quantity is times the rest" means it is of the total, which collapses a three-variable system to two quick ratio splits. Grouping as a single unknown is the substitution that avoids writing out a full system.
The trap
Misreading 'four times the sum of the other two' as four times each of them, or assuming the numbers must be integers.
Common mistakes
- Misreading 'four times the sum of the other two' as four times each of them, or assuming the numbers must be integers.
- Setting the third number as times the second (reversing the ratio), which gives , ; the product is unchanged here, but the habit is dangerous.
Techniques
Substitute to simplify (u = x+1/x, shifting, scaling)