

InterviewSolution
Saved Bookmarks
1. |
Find `a` and `b`, when `(a-1,b+5)=(2,3)`. |
Answer» Using the definition of equality of two ordered pairs, we have `(a-1,b+5)=(2,3)implies" "a-1=2" and "b+5=3` `implies" "a=3" and "b=-2.` Hence, a=3 and b=-2. |
|