document.write( "Question 820912: [ Find all value of x such that the distance between (x,-9) and(3,-5) is 6. ] \n" ); document.write( "
Algebra.Com's Answer #493792 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! 6 = sqrt( (x - 3)(x - 3) + (-9 + 5)(-9 + 5) ) \n" ); document.write( "36 = (x - 3)(x - 3) + (-4)(-4) \n" ); document.write( "36 - 16 = xx - 6x + 9 \n" ); document.write( "20 = xx - 6x + 9 \n" ); document.write( "xx - 6x - 11 = 0 \n" ); document.write( "--- \n" ); document.write( "the above quadratic equation is in standard form, with a=1, b=-6, and c=-11 \n" ); document.write( "--- \n" ); document.write( "to solve the quadratic equation, by using the quadratic formula, copy and paste this: \n" ); document.write( "1 -6 -11 \n" ); document.write( "into this solver: https://sooeet.com/math/quadratic-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "the two real roots (i.e. the two x-intercepts), of the quadratic are: \n" ); document.write( "x = 7.47213595 \n" ); document.write( "x = -1.47213595 \n" ); document.write( "--- \n" ); document.write( "answer: \n" ); document.write( "either value of x satisfies the requirement: \n" ); document.write( "x = 7.47213595 \n" ); document.write( "x = -1.47213595 \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, 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( " |