InterviewSolution
Saved Bookmarks
| 1. |
Factorise `x^(4) + x^(2) + 1 . `A. `(x^(2) - x - 1) (x^(2) + x -1)`B. `(x^(2) + x + 1) (x^(2) - x + 1)`C. `(x^(2) - x + 1) (x^(2) + x)`D. `(x^(2) + x - 1) (x^(2) - 1)` |
|
Answer» Correct Answer - B `x^(4) + x^(2) + 1` `x^(4) + 2x^(2) + 1 - x^(2)` `= (x^(2) - 1)^(2) - x^(2)` `= (x^(2) + x+1) (x^(2) - x+1)` Hence , the correct option is (b) . |
|