

InterviewSolution
Saved Bookmarks
1. |
If `(x/3+1,y-2/3)=(5/3,1/3)`, find the values of x and y. |
Answer» Since the given two ordered pairs are equal, we have `(x)/(3)+1=(5)/(3)implies(x)/(3)=((5)/(3)-1)=(2)/(3)implies(x)/(3)=(2)/(3)impliesx=2` and `y-(2)/(3)=(1)/(3)impliesy=((1)/(3)+(2)/(3))=(3)/(3)=1impliesy=1.` Hence, x=2 and y=1. |
|