document.write( "Question 937297: If the difference of the roots of 2xx-6x+c=0 is 5, find the roots and the value of c. \n" ); document.write( "
Algebra.Com's Answer #570734 by TimothyLamb(4379) You can put this solution on YOUR website! 2xx - 6x + c = 0 \n" ); document.write( "--- \n" ); document.write( "complete the square: \n" ); document.write( "--- \n" ); document.write( "(2xx - 6x + c = 0)/2 \n" ); document.write( "xx - 3x + c/2 = 0 \n" ); document.write( "xx - 3x + (-3/2)^2 - (-3/2)^2 = -c/2 \n" ); document.write( "xx - 3x + (-3/2)^2 = -c/2 + (-3/2)^2 \n" ); document.write( "(x - 3/2)^2 = -c/2 + 9/4 \n" ); document.write( "--- \n" ); document.write( "solve for x: \n" ); document.write( "--- \n" ); document.write( "sqrt( (x - 3/2)^2 ) = sqrt( -c/2 + 9/4 ) \n" ); document.write( "x - 3/2 = sqrt( -c/2 + 9/4 ) \n" ); document.write( "x = sqrt( -c/2 + 9/4 ) + 3/2 \n" ); document.write( "x = sqrt( -2c/4 + 9/4 ) + 3/2 \n" ); document.write( "x = sqrt( (9 - 2c)/4 ) + 3/2 \n" ); document.write( "x = sqrt( 9 - 2c )/2 + 3/2 \n" ); document.write( "--- \n" ); document.write( "roots are: \n" ); document.write( "x = 3/2 + sqrt( 9 - 2c )/2 \n" ); document.write( "x = 3/2 - sqrt( 9 - 2c )/2 \n" ); document.write( "--- \n" ); document.write( "difference of roots is 5: \n" ); document.write( "3/2 + sqrt( 9 - 2c )/2 - ( 3/2 - sqrt( 9 - 2c )/2 ) = 5 \n" ); document.write( "3/2 + sqrt( 9 - 2c )/2 - 3/2 + sqrt( 9 - 2c )/2 = 5 \n" ); document.write( "sqrt( 9 - 2c )/2 + sqrt( 9 - 2c )/2 = 5 \n" ); document.write( "sqrt( 9 - 2c ) = 5 \n" ); document.write( "( sqrt( 9 - 2c ) )^2 = 5*5 \n" ); document.write( "9 - 2c = 25 \n" ); document.write( "2c = 9 - 25 \n" ); document.write( "c = -16/2 \n" ); document.write( "c = -8 \n" ); document.write( "--- \n" ); document.write( "roots: \n" ); document.write( "x = 3/2 + sqrt( 9 - 2*(-8) )/2 \n" ); document.write( "x = 3/2 - sqrt( 9 - 2*(-8) )/2 \n" ); document.write( "--- \n" ); document.write( "x = 4 \n" ); document.write( "x = -1 \n" ); document.write( "--- \n" ); document.write( "Free algebra tutoring live chat: \n" ); document.write( "https://sooeet.com/chat.php?gn=algebra \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations with quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( " |