InterviewSolution
Saved Bookmarks
| 1. |
In the polynomial p(x) = x2 - 10x + 2 what number should be taken as x to get the least possible number at p(x)? (1) 10 (2) 5 (3) 0 (4) – 5 |
|
Answer» (2) 5 x2 - 10x + 2 = x2 - 10x + 25 - 23 = (x - 5)2 - 23 Minimum at x = 5 |
|