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)![]() ![]() You can put this solution on YOUR website! From the distance formula, \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "<==> \n" ); document.write( "\n" ); document.write( "==> \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( " |