

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