

InterviewSolution
Saved Bookmarks
1. |
If α, β, γ are the roots of x3 – 2x2 + 3x – 4 = 0, then the value of α2 β2 + β2 γ2 + γ2 α2 is : (a) –7 (b) –5 (c) –3 (d) 0 |
Answer» (a) -7 Given, α, β, γ are the roots of x3 – 2x2 + 3x – 4 = 0. Then, S1 = α + β + γ = 2 S2 = αβ + βγ + γα = 3 S3 = αβγ = 4 Now, (αβ + βγ + γα)2 = α2β2 + β2γ2 +γ2α2 + 2αβ2γ + 2βγ2α + 2α2βγ = α2β2 + β2γ2 +γ2α2 + 2αβγ (α + β + γ) ⇒ α2β2 + β2γ2 +γ2α2 = (αβ + βγ + γα)2 – 2αβγ (α + β + γ) = 32 – 2 × 4 × 2 = 9 – 16 = – 7. |
|