

InterviewSolution
Saved Bookmarks
1. |
Suppose 1, 2, 3 are the roots of the equations x4 +ax2 + bx = c. Find the value of c. |
Answer» ∵ Sum of the roots = 0 ∴ 1 + 2 + 3 + α = 0 ⇒ α = –6 ∴ Product of roots = –c = 1 × 2 × 3 × –6 ⇒ c = 36 |
|