document.write( "Question 749798: find the center of circle with these three points ( -1,3) (-13,3) (-7,9) \n" ); document.write( "
Algebra.Com's Answer #456164 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
find the center of circle with these three points (-1,3) (-13,3) (-7,9)
\n" ); document.write( "-----------------
\n" ); document.write( "A(-1,3) B(-13,3) C(-7,9)
\n" ); document.write( "---
\n" ); document.write( "
\n" ); document.write( " X Y x^2+y^2 Coeff
\n" ); document.write( "Point 1 -1 3 10 1
\n" ); document.write( "Point 2 -13 3 178 1
\n" ); document.write( "Point 3 -7 9 130 1
\n" ); document.write( "=========================
\n" ); document.write( "Using the matrix above, the center is at (-7,3)
\n" ); document.write( "-72(x^2+y^2) - 1008x + 432y = 1584
\n" ); document.write( "x^2 + 14x + y^2 - 6y + 72 = 0
\n" ); document.write( "(x+7)^2 + (y-3)^2 = 36
\n" ); document.write( "
\n" );