The sum of two numbers is . Suppose is added to each number and then each of the resulting numbers is doubled. What is the sum of the final two numbers?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Adding 3 to each of two numbers adds 6 to their sum, and doubling each number doubles the sum, giving 2(S + 6) = 2S + 12.
Solution
Call the numbers and , so . After adding to each and doubling, the numbers are and . Their sum is
The answer is .
Why this works
Operations applied to each number affect the sum in a predictable way: adding to each of numbers adds to the sum, and scaling each number scales the sum. Tracking the sum directly, rather than the individual numbers, is enough here.
Alternative approach
Test a concrete pair: take , so . Each becomes , then , for a final sum of . Only choice (E) gives when .
The trap
Adding 3 only once (as if it were added to the sum) and answering 2S + 6.
Common mistakes
- Adding 3 only once (as if it were added to the sum) and answering 2S + 6.
- Doubling before adding , which gives as well; the order of operations in the statement matters.
Techniques
Set up the equation/formula and compute; no special trick needed · Test small/specific values or special cases to find or verify the answer