document.write( "Question 641598: What is the coordinate of the center of the circle circumscribing a triangle with endpoints at A(5,8), B(-1,0) and C(2,-4)? \n" ); document.write( "
Algebra.Com's Answer #403759 by sachi(548)![]() ![]() You can put this solution on YOUR website! let O,the center be (x,y)which is equidistant from the vertices of the triangle ABC \n" ); document.write( "so (x-5)^2+(y-8)^2= (x+1)^2+(y-0)^2 i.e OA=OB \n" ); document.write( "& (x-5)^2+(y-8)^2= (x-2)^2+(y+4)^2 i.e OA=OC \n" ); document.write( "or by simplifying the above eqns \n" ); document.write( "x^2+25-10x+y^2+64-16y=x^2+1+2x+y^2 \n" ); document.write( "or 12x+16y=88 \n" ); document.write( "or 3x+4y=22 ---------1 \n" ); document.write( "& x^2+25-10x+y^2+64-16y=x^2+4-8x+y^2+16+8y \n" ); document.write( "or 2x+24y=69 ---------2 \n" ); document.write( "by solving 1 & 2 \n" ); document.write( "x=63/16 & y=489/168 \n" ); document.write( "ans\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |