Find the sum of square of the roots of the equation x2 + 5x - 6 = 0.
Reveal answer
Fill a bubble to check yourself
Find the sum of square of the roots of the equation x2 + 5x - 6 = 0.
13
19
27
37
For x^2 + 5x - 6 = 0, roots alpha and beta satisfy alpha+beta = -5 and alpha*beta = -6. alpha^2 + beta^2 = (alpha+beta)^2 - 2*alpha*beta = (-5)^2 - 2(-6) = 25 + 12 = 37.
For the equation x2 + 5x - 6 = 0, the sum of the roots is -b/a = -5 and the product of the roots is c/a = -6. The sum of the squares of the roots is calculated using the identity (sum of roots)2 - 2(product of roots). Substituting the values gives (-5)2 - 2(-6) = 25 + 12 = 37. The result is 37.