

InterviewSolution
Saved Bookmarks
1. |
Let `A={2,3,5,7}andB={3,5,9,13,15}`. Let `f={(x,y):x""inA,y""inBandy=2x-1}`. Write f in roster form. Show that f is a function from A to B. Find the domain and range of f. |
Answer» Correct Answer - `f={(0,3),(1,5),(2,7)},"dom "(f)={0,1,2},"range "(f)={2,3,5,7}` range `(f)={(3,5,9,13)}` | |