InterviewSolution
Saved Bookmarks
| 1. |
Let N be the set of numbers and two functions f and g be defined as `f,g:N to N` such that `f(n)={((n+1)/(2), ,"if n is odd"),((n)/(2),,"if n is even"):}` and `g(n)=n-(-1)^(n)`. Then, fog isA. both one-one and ontoB. one-one but not ontoC. neither one-one nor ontoD. onto but not one-one |
| Answer» Correct Answer - D | |