document.write( "Question 670619: Find all the points having a y-coordinate of -6 whose distance is from the point (1,2) is 17 \n" ); document.write( "
Algebra.Com's Answer #417028 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "(1 ,2)
\n" ); document.write( "(x,-6) (1-x)^2 + 8^2 = 17^2
\n" ); document.write( " 1 - 2x + x^2 = 225
\n" ); document.write( " x^2 - 2x - 224 = 0
\n" ); document.write( " (x - 16)(x+14) = 0
\n" ); document.write( " x = 16 0r x = -14
\n" ); document.write( " Find all the points having a y-coordinate of -6 whose distance is from the point (1,2) is 17
\n" ); document.write( "Pt(16,-6) and Pt(-14,-6) \n" ); document.write( "
\n" );