document.write( "Question 1013456: A circle is centered at the point (5,-4) and passes through the point (-3,2). What would be the equation of this circle? \n" ); document.write( "
Algebra.Com's Answer #629722 by Boreal(15235) You can put this solution on YOUR website! distance formula will give the radius. \n" ); document.write( "sqrt (8^2+6^2)=sqrt (100)=10 \n" ); document.write( "reverse the signs of the center for the equation \n" ); document.write( "(x-5)^2+(y+4)^2=100 \n" ); document.write( " \n" ); document.write( " |