Difficulty: Medium
Correct Answer: 5
Explanation:
Introduction / Context:
In “mathematical-operations” puzzles, the symbols are reassigned to different operations. Replace each symbol first, then evaluate using normal precedence (× and ÷ before + and −).
Given Data / Assumptions:
Concept / Approach:
Rewrite the expression with its real operations and then compute carefully.
Step-by-Step Solution:
Verification / Alternative check:
Compute left-to-right while still honoring precedence and you reach the same result.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
5
Discussion & Comments