document.write( "Question 1029905: Find all points (x,y) that are 13 units away from the point (2,7) and that lie on the line x - 2y = 10.\r
\n" ); document.write( "\n" ); document.write( "Give your answer as a list of points separated by semicolons, with the points ordered such that their x-coordinates are in increasing order. (So \"(1,-3); (2,3); (5,-7)\" - without the quotes - is a valid answer format.)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #644866 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
From the distance formula, \"%28x-2%29%5E2+%2B+%28y-7%29%5E2+=+13%5E2\"\r
\n" ); document.write( "\n" ); document.write( "\"%282y+%2B+8%29%5E2+%2B+%28y-7%29%5E2+=+169\", after substituting x = 2y + 10 into the equation above.\r
\n" ); document.write( "\n" ); document.write( "<==> \"5y%5E2+%2B+18y+%2B113+=+169\" after simplifying.\r
\n" ); document.write( "\n" ); document.write( "==> \"5y%5E2+%2B+18y+-56+=0\" ==> (5y+28)(y-2) = 0 ==> y = -28/5, 2\r
\n" ); document.write( "\n" ); document.write( "==> x = -6/5, 14.\r
\n" ); document.write( "\n" ); document.write( "Therefore the points are (-6/5, -28/5); (14,2).
\n" ); document.write( "
\n" ); document.write( "
\n" );