SOLUTION: How would you find the sum and product of the root of this quadratic equation?
1.{{{ 2x^2+8x-3=0 }}}
Algebra ->
College
-> Linear Algebra
-> SOLUTION: How would you find the sum and product of the root of this quadratic equation?
1.{{{ 2x^2+8x-3=0 }}}
Log On
Question 6334: How would you find the sum and product of the root of this quadratic equation?
1. Found 2 solutions by ichudov, Yuchengco:Answer by ichudov(507) (Show Source):
You can put this solution on YOUR website! one easy way to do it is to just bite the bullet and solve the equation and then find out sum and product of roots x1 and x2. Another is to note that for equations , b is the sum of roots and c is their product.
that means looking at equation x^2+4x-3/2 = 0. sum is 4, product is -3/2.
You can put this solution on YOUR website! r1+r2=-B/A
r1*r2=C/A
AX^2+BX+C=0 is the standard form
2X^2+8X-3=0
sum of roots = -8/2 = -4
Product of roots= -3/2