For any three real numbers , , and , with , the operation is defined by: What is ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Evaluate the three inner operations first to get -1, 1, -3, then apply the rule once more to those three numbers.
Solution
Work from the inside out. The rule divides the first argument by the difference of the other two:
- ,
- ,
- .
These three values become the new arguments, in that order:
The answer is .
Why this works
A made-up operation is just a function with a recipe; nested applications are evaluated innermost first, exactly like nested parentheses. Writing each intermediate value down before combining them keeps the signs under control.
The trap
A sign slip in a denominator such as 1 - (-3), or mixing up which argument goes on top.
Common mistakes
- A sign slip in a denominator such as 1 - (-3), or mixing up which argument goes on top.
- Feeding the inner results into the rule in the wrong order (for instance dividing by ).
Techniques
Set up the equation/formula and compute; no special trick needed