InterviewSolution
Saved Bookmarks
| 1. |
The sum of the values of the expression `2x^(2) - 2x + 2 ` when x = -1 and x = 1 is `"______"`.A. 6B. 8C. 4D. 2 |
|
Answer» Correct Answer - B When x = `-1 , 2x^(2) - 2x + 2` = `2(1)^(2) - 2(-1) + 2 = 6` When x = 1 , `2x^(2) - 2x + 2` `= 2(1)^(2) - 2(1) + 2 = 2` `therefore` The required sum = 6 + 2 = 8. Hence , the required option is (b) . |
|