Difficulty: Easy
Correct Answer: x : y = b : a
Explanation:
Given data
Concept / Approach
Step-by-step calculation
a·x = b·y ⇒ divide both sides by a·y: (x / y) = (b / a)Therefore, x : y = b : ax : y = b : a
Verification
Example: let a = 2, b = 3, choose x : y = 3 : 2 ⇒ LHS = 2·3 = 6; RHS = 3·2 = 6.
Common pitfalls
Final Answer
x : y = b : a
Discussion & Comments