SOLUTION: If one of the roots of the quadratic equation {{{x^2-(2k-5)x+k^2-5k+56/9=0}}} is twice the other,show that one of the roots is {{{(2k-5)/3}}}.Hence find the values of the constant
Question 772758: If one of the roots of the quadratic equation is twice the other,show that one of the roots is .Hence find the values of the constant k.
Thanks! Found 2 solutions by MathLover1, Edwin McCravy:Answer by MathLover1(20849) (Show Source):
You can put this solution on YOUR website! If one of the roots of the quadratic equation is twice the other,show that one of the roots is .
.... the values of the constant
so, plug it in given equation
=>
=>
=>
=> ....
=>
roots:
=> =>
x² - (2k-5)x + (k²-5k+56/9) = 0
Use these facts of quadratics with leading coefficient 1:
For the quadratic equation x²+Ax+B=0
The sum of the roots is -A
The product of the roots is B
Let r = the root that is NOT twice the other
Then the root which IS twice the other is 2r
Sum of roots = r+2r = 3r
Therefore
3r = 2k-5
and r =
That was the first thing you were to show.
Product of roots = (r)(2r) = 2r²
Therefore
2r² = k²-5k+
So we have the system of equations:
1st: 3r = 2k-5
2nd: 2r² = k²-5k+
Clear the 2nd equation of fractions:
18r² = 9k²-45k+56
Square both sides of the 1st
9r² = 4k²-20k+25
Multiply through by 2
18r² = 8k²-40k+50
Set the expressions for 18x² equal:
9k²-45k+56 = 8k²-40k+50
k² - 5k + 6 = 0
(k-3)(k-2) = 0
k-3=0; k-2=0
k=3; k=2
So those are the 2 values of k, which is what was asked for.
-------------------------------------------------
We weren't asked for the roots, but we could find the roots of the given
equation very easily:
for k = 3, substitute in
3r = 2k-5
3r = 2(3)-5
3r = 6-5
3r = 1
r =
So for k = 3, one root is x = and the other is x =
for k = 2, substitute in
3r = 2k-5
3r = 2(2)-5
3r = 4-5
3r = -1
r =
So for k = 2, one root is x = and the other is x =
Edwin