document.write( "Question 1196803: Solve for k in the equation kx²-2kx+5=0, if the sum of the roots is 4. What is the product of the roots? \n" ); document.write( "
Algebra.Com's Answer #829801 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "kx^2-2kx+5 = 0 is in the form ax^2+bx+c = 0 with \n" ); document.write( "a = k \n" ); document.write( "b = -2k \n" ); document.write( "c = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "According to Vieta's Formulas, we know that for quadratics the sum of the roots is -b/a and the product is c/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "sum of roots = -b/a \n" ); document.write( "product of roots = c/a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The value of -b/a in this case is: \n" ); document.write( "-b/a = -(-2k)/k \n" ); document.write( "-b/a = 2 \n" ); document.write( "So the sum of the roots is 2 and not 4. \n" ); document.write( "Your teacher made a typo somewhere.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For instance, if k = 7, then we have \n" ); document.write( "Turn to the quadratic formula to find the two roots being \n" ); document.write( "The sum of these two roots is 2.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's a proof of Vieta's Formulas when applying the quadratic case.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let p and q be the two roots of a quadratic \n" ); document.write( "This means x = p and x = q are solutions to ax^2+bx+c = 0 aka x^2 + (b/a)x + (c/a) = 0 \n" ); document.write( "We can get everything to one side to get x-p = 0 and x-q = 0 \n" ); document.write( "Then apply the zero product property getting (x-p)(x-q) = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then expand and follow these steps \n" ); document.write( "(x-p)(x-q) = 0 \n" ); document.write( "x(x-q) - p(x-q) = 0 \n" ); document.write( "x^2-qx - px + pq = 0 \n" ); document.write( "x^2 - (p+q)x + pq = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Comparing that to x^2 + (b/a)x + (c/a) = 0 shows: \n" ); document.write( "b/a = x coefficient = -(p+q) = sum of the roots \n" ); document.write( "c/a = constant = pq = product of the roots\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then as one last final step we turn the \n" ); document.write( "b/a = -(p+q) \n" ); document.write( "into \n" ); document.write( "p+q = -b/a \n" ); document.write( "to help match the original statement made about Vieta's formulas \n" ); document.write( " \n" ); document.write( " |