

InterviewSolution
Saved Bookmarks
1. |
Find the value of the expression 2x2 – 4x + 5 when x = 0 |
Answer» Given expression is 2x2 – 4x + 5 When x = 0, then = 2(0)2 – 4(0) + 5 = 2(0) – 0 + 5 = 0 – 0 + 5 = 5 When x = 0, then 2x2 – 4x + 5 = 5 |
|