document.write( "Question 970792: Please help me solve this :)\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "M(5,7), K(x,4), N(4,8) are given. If K is at the same distance from the ponts M and N, then find x \n" );
document.write( "
Algebra.Com's Answer #593439 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! K is a midpoint.\r \n" ); document.write( "\n" ); document.write( "The distance between M and K is \n" ); document.write( "sqrt[ (xl-x2)^2 + (y1-y2)^2]. it can also be x2-x1 and y2-y1. Because it can be squared, it can even be out of order, but I don't recommend doing that.\r \n" ); document.write( "\n" ); document.write( "In any case the MK distance is sqrt [(5-x)^2 + (7-4)^2}= sqrt (25-10x+x^2 + 9} \n" ); document.write( "The KN distance is sqrt[(x-4)^2+ (4-8)^2} =sqrt [(x^2-8x+16 +16)= sqrt(x^2 -8x +32)\r \n" ); document.write( "\n" ); document.write( "These have to equal themselves, and we can remove the radicals.\r \n" ); document.write( "\n" ); document.write( "x^2-10x +34=x^2 -8x +32\r \n" ); document.write( "\n" ); document.write( "Subtract x^2 from both sides.\r \n" ); document.write( "\n" ); document.write( "-10x +34 = -8x +32 \n" ); document.write( "-2x=-2 by adding 8x to both sides and subtracting 34 from both sides\r \n" ); document.write( "\n" ); document.write( "x=1\r \n" ); document.write( "\n" ); document.write( "Point is (1,4)\r \n" ); document.write( "\n" ); document.write( "Check: MK is sqrt (16+9) point KN is sqrt (9+16)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This shows the line extended equally in both directions. Note where (1.4) would be relative to the ends of the line. \n" ); document.write( " |