InterviewSolution
Saved Bookmarks
| 1. |
Let g(x) = max (2x+1, 3-4x) where 'x' is a real number. Find the minimum possible value of g(x). |
|
Answer» Let g(x) = max (2x+1, 3-4x) where 'x' is a real number. Find the minimum possible value of g(x). |
|