

InterviewSolution
Saved Bookmarks
1. |
If (x+1,1) = (3y, y - 1), find the values of x and y. |
Answer» Given, (x+1,1) = (3y, y - 1) To find : values of a and b By the definition of equality of ordered pairs, we have x + 1 = 3y and 1 = y - 1 ⇒ x = 3y - 1 and y = 2 So, x = 3(2) - 1 = 6 - 1 = 5 ⇒ x = 5 and y = 2 |
|