Difficulty: Medium
Correct Answer: 100
Explanation:
Given data
Concept / Approach
Step-by-step calculation
From x − 10 = y + 10 ⇒ x − y = 20 … (1)From x + 20 = 2(y − 20) ⇒ x − 2y = −60 … (2)Subtract (2) from (1): (x − y) − (x − 2y) = 20 − (−60)⇒ y = 80Then x = y + 20 = 100
Verification
Move 10: (100 − 10, 80 + 10) = (90, 90) ✔Move 20: (100 + 20, 80 − 20) = (120, 60), and 120 = 2 × 60 ✔
Common pitfalls
Final Answer
100
Discussion & Comments