

InterviewSolution
Saved Bookmarks
1. |
Factors of x4 + 5x2 + 9 are :(a) (x2 + 2x + 3)(x2 + 3x + 3) (b) (x2 - 2x + 3)(x2 - 3x - 3) (c) (x2 - 2x - 3)(x2 + 3x + 3) (d) (x2 - 2x + 3)(x2 + 3x + 3) |
Answer» (d) (x2 - 2x + 3)(x2 + 3x + 3) x4 + 5x2 + 9 = x4 + 6x2 + 9 - x2 (Note the step) = (x2 + 3)2 - x2 Now, factorise using x2 - y2 = (x + y)(x - y) |
|