

InterviewSolution
Saved Bookmarks
1. |
Simplify and find the value of 4x + x – 2x2 + x – 1 when x = -1. |
Answer» Given expression = 4x + x – 2x2 + x – 1 = 4x + x + x – 2x2 – 1 = – 2x2 + 6x – 1 If x = – 1 then, the value of – 2x2 + 6x – 1 = – 2 (-1)2 + 6( – 1) – 1 = – 2(1) – 6 – 1 = – 2 – 6 – 1 = – 9 |
|