

InterviewSolution
Saved Bookmarks
1. |
Let `A={1,2}andB={2,4,6}."Let "f={x,y):x""inA,yinBandandygt2x+1}`. Write f as a set of ordered paris. Show that f is a relation but not a function from A to B. |
Answer» Correct Answer - `f={(1,4),(1,6),(2,6)}` | |