InterviewSolution
Saved Bookmarks
| 1. |
Is the function f defined by f(x)={(x","ifxle1),(5"," ifx>1):} continuous at x=1? |
| Answer» Solution :`F(X)={(x,ifxle1),(5, ifx>1):}}` For `xle1,f(x)=x,` which is a polynomial function and therefore f(x) is CONTINUOUS. In PARTICULAR f(x) is continuous at x=0. | |