

InterviewSolution
Saved Bookmarks
1. |
Let R = {(a, a3): a is a prime number less than 5}. Find the range of R. |
Answer» By substituting a as 2 and 3 we get R = {(2, 8), (3, 27) We know that range of R range (R) = {8, 27} |
|