By inserting parentheses, it is possible to give the expression several values. How many different values can be obtained?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Only the single + can be regrouped, so the distinct results come from which of the two products absorb the addition: 26, 46, 50, 70.
Solution
Multiplication is associative, so regrouping a product alone changes nothing. The only thing parentheses can do is decide whether the addition happens before one or both of the neighboring multiplications. There are four possibilities:
- Neither: (the usual value).
- Addition before the right product: .
- Addition before the left product: .
- Addition first, before both: .
Any other placement of parentheses reproduces one of these, so there are distinct values.
The answer is .
Why this works
Parentheses only matter where they change the order of different operations. Focus on the lone addition and ask which multiplications it precedes; that gives an exhaustive list of groupings. Distinct expressions are not the question; distinct values are, so compute each.
The trap
Counting different-looking parenthesizations that evaluate to the same number, such as (2x3+4)x5 and ((2x3)+4)x5, as different values.
Common mistakes
- Counting different-looking parenthesizations that evaluate to the same number, such as (2x3+4)x5 and ((2x3)+4)x5, as different values.
- Missing the case and answering .
Techniques
Organized listing / direct enumeration