document.write( "Question 13249: Find all points having an x -coordinate of 2 whose distance from the point (-2,-1) is 5? I think it uses distance formula or a midpoint formula. \n" ); document.write( "
Algebra.Com's Answer #6705 by akmb1215(68)\"\" \"About 
You can put this solution on YOUR website!
You're right - you use the distance formula for this. \"D+=+sqrt%28%28x2+-+x1%29%5E2+%2B+%28y2+-+y1%29%5E2%29\". You know one point, the x-coordinate of the other point, and the distance between the two points. When you plug this information into the equation, you get \"5+=+sqrt%28%282+-+2%29%5E2+%2B+%28y2+-+-1%29%5E2%29\". To get rid of the square root, sqare both sides to get \"25+=+%282-2%29%5E2+%2B+%28y2+-+-1%29%5E2\". Work out the subtraction in the parentheses and then square the answers to get: \"25+=+y2%5E2+%2B+2y2+%2B+1\". Move the 25 over to get \"y2%5E2+%2B+2y2+-+24+=+0\". Factor this out to get \"%28y2+%2B+6%29+%28y2+-+4%29+=+0\". Your two points are (2,-6) and (2,4). \n" ); document.write( "
\n" );