InterviewSolution
Saved Bookmarks
| 1. |
If (x+2, y-3) = (5,7) then find values of x and y.(a) x=3 and y=10(b) x=3 and y=4(c) x=7 and y=4(d) x=7 and y=10I have been asked this question by my college professor while I was bunking the class.Enquiry is from Cartesian Product of Sets in chapter Relations and Functions of Mathematics – Class 11 |
|
Answer» CORRECT answer is (a) x=3 and y=10 Easy EXPLANATION: Two ordered PAIRS are SAID to be equal if and only if their corresponding ELEMENTS are equal. x+2=5 => x=3 y-3=7 => y=10 Hence, x=3 and y=10. |
|