InterviewSolution
Saved Bookmarks
| 1. |
whichofthefollowingsets in notfinite ? {(x,y):x^(2)+y^(2)le1lex+y,x,yin R} |
|
Answer» `{(X,y):x^(2)+y^(2)le1le x+y, x,yin R]` we have , `{(x,y):x^(2) +y^(2)=1,x=Z}={(0,1),(0,1),(-1,0),(0,-1)}` whichis afiniteset . hence, option(a)is correct . |
|