InterviewSolution
Saved Bookmarks
| 1. |
Which function is shown in graph?(a) Constant(b) Modulus(c) Identity(d) Signum functionI got this question during an interview.This intriguing question originated from Functions in section Relations and Functions of Mathematics – Class 11 |
|
Answer» RIGHT answer is (b) MODULUS To elaborate: {(-1,1), (1,1), (-2,2), (2,2), (-3,3), (3,3), ……}. This function INVOLVES relation {(X, y): y = |x|} which is involved in modulus function. So, above function is modulus function. |
|