InterviewSolution
Saved Bookmarks
| 1. |
Let g be the greatest integer function. Then the function f(x) = (g(x))2 − g(x2) is discontinuous at A. all integers B. all integers except 0 and 1 C. all integers except 0 D. all integers except 1 |
|
Answer» Correct option D. all integers except 1 Explanation: g(x) = [x] f(x) = [x]2 –[x2] f(x) is discontinuous at all integers except 1. |
|