Difficulty: Easy
Correct Answer: x ÷ + =
Explanation:
Introduction / Context:Select a fixed sequence of operators that makes the equality true. Use operator precedence on the left-hand side before comparing to the right-hand side.
Given Data / Assumptions:
Concept / Approach:Seek a sequence that keeps numbers small and lands exactly on 14. Division after multiplication often simplifies nicely.
Step-by-Step Solution:
Option B: 5 × 6 ÷ 5 + 8 = 14Compute: 5 × 6 = 30; 30 ÷ 5 = 6; 6 + 8 = 14Thus LHS = RHS = 14.Verification / Alternative check:Other options do not resolve to 14 under standard precedence.
Why Other Options Are Wrong:They evaluate to values not equal to 14.
Common Pitfalls:
Final Answer:x ÷ + =
Discussion & Comments