

InterviewSolution
Saved Bookmarks
1. |
Let `A={0,1,2}andB={3,5,7,9}."Let "f={(x,y):x""inA,yinBandy=2x+3}`. Write f as a set of ordered pairs. Show that f is a function from A to B. Find dom (f) and range (f). |
Answer» Correct Answer - `f={(0,3),(1,5),(2,7)},"dom "(f)={0,1,2},"range "(f)={3,5,7}` | |