

InterviewSolution
Saved Bookmarks
1. |
Verify the property x × y = y × z of rational numbers by using x = 2/3 and y = 9/4. |
Answer» In the question is given to verify the property = x × y = y × x Where, x = 2/3, y = 9/4 Then, (2/3) × (9/4) = (9/4) × (2/3) LHS = (2/3) × (9/4) = (1/1) × (3/2) = 3/2 RHS = (9/4) × (2/3) = (3/2) × (1/1) = 3/2 By comparing LHS and RHS LHS = RHS ∴ 3/2 = 3/2 Hence x × y = y × x |
|