document.write( "Question 336963: Find all points having an y-coordinate of -3 whose distance from the point (1,2) is 13. \n" ); document.write( "
Algebra.Com's Answer #241500 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find all points having an y-coordinate of -3 whose distance from the point (1,2) is 13. \n" ); document.write( "---------------- \n" ); document.write( "That would be a circle. \n" ); document.write( "Draw the picture; put the center at (1,2) and let the radius be 13. \n" ); document.write( "----- \n" ); document.write( "Pick any point on the circle and label it (x,y) \n" ); document.write( "------------------- \n" ); document.write( "Equation: \n" ); document.write( "distance from center to (x,y) = 13 \n" ); document.write( "d^2 = (x-1)^2+(y-2)^2 \n" ); document.write( "d = sqrt[(x-1)^2+(y-2)^2] \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |