document.write( "Question 670618: Find all the points having an x-coordinate of 3 whose distance from the point (-2, -1) is 13 \n" ); document.write( "
Algebra.Com's Answer #417031 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "(3,x)
\n" ); document.write( "(2 ,-1) (x+1)^2 + 1^2 = 13^2
\n" ); document.write( " x^2 + 2x + 1 = 169
\n" ); document.write( " x^2 +2x - 168 = 0
\n" ); document.write( " (x + 14)(x-12) = 0
\n" ); document.write( " x = -14 0r x = 12
\n" ); document.write( "Find all the points having an x-coordinate of 3 whose distance from the point (-2, -1) is 13
\n" ); document.write( "Pt(3,-14) and Pt(3,12) \n" ); document.write( "
\n" );