InterviewSolution
Saved Bookmarks
| 1. |
If R be the set of points inside a rectangle of sides a and b (a, b gt 1) with two sides along the positive direction of X-axis and Y-axis. Then, |
|
Answer» `R= {(x, y) : 0 le x le a, 0 le y le B}` |
|