document.write( "Question 1030962: the coordinate of a point P is twice the abscissa. this point is equidistant from (-3,1) and (8,-2) find the coordinates of P.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #645680 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! he coordinate of a point P is twice the abscissa. this point is equidistant from (-3,1) and (8,-2) find the coordinates of P. \n" ); document.write( "----- \n" ); document.write( "P = (k,2k) \n" ); document.write( "-------------------------- \n" ); document.write( "Distance from (-3,1): \n" ); document.write( "sqrt[(k+3)^2+(2k-1)^2] \n" ); document.write( "----- \n" ); document.write( "Distance from (8,-2) \n" ); document.write( "sqrt[(k-8)^2+(2k+2)^2] \n" ); document.write( "--------------------------- \n" ); document.write( "Equation: \n" ); document.write( "(k+3)^2+(2k-1)^2 = (k-8)^2+(2k+2)^2 \n" ); document.write( "-------------- \n" ); document.write( "Solve for \"k\" and \"2k\" \n" ); document.write( "---------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |