document.write( "Question 771666: find the center and radius of the circle passes through (2,3), (6,1) and (4,3). \n" ); document.write( "
Algebra.Com's Answer #470487 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
The center of the circle is at the same distance from the 3 points.
\n" ); document.write( "That means it's on the perpendicular bisector of the segments connecting those 3 points.
\n" ); document.write( "Points (2,3) and (4,3) are on a horizontal segment with midpoint at (3,3).
\n" ); document.write( "The perpendicular bisector of that segment is the vertical line that passes through (3,3), with equation \"x=3\".
\n" ); document.write( "All we need now is a second segment and its perpendicular bisector.
\n" ); document.write( "The midpoint of the segment connecting (6,1) and (4,3) is
\n" ); document.write( "(\"%286%2B4%29%2F2\",\"%281%2B3%29%2F2\") or (5,2).
\n" ); document.write( "The slope of the line connecting (6,1) and (4,3) is
\n" ); document.write( "\"%283-1%29%2F%284-6%29=2%2F%28-2%29=-1\"
\n" ); document.write( "The slopes of perpendicular line multiply to yield \"-1\", so the slope of the perpendicular bisector to the segment connecting (6,1) and (4,3) is
\n" ); document.write( "\"%28-1%29%2F%28-1%29=1\"
\n" ); document.write( "The perpendicular bisector to the segment connecting (6,1) and (4,3) has the equation
\n" ); document.write( "\"y-2=1%28x-5%29\" (in point-slope dorm based on midpoint (5,2).
\n" ); document.write( "\"y-2=1%28x-5%29\"-->\"y-2=x-5\"-->\"y=x-3\"
\n" ); document.write( "The intersection of the two perpendicular bisectors found is the solution to
\n" ); document.write( "\"system%28x=3%2Cy=x-3%29\", and that is \"system%28x=3%2Cy=0%29\", the point (3,0),
\n" ); document.write( "The center of the circle is \"highlight%28%22%283%2C0%29%22%29\".
\n" ); document.write( "The radius is the distance from that point to any of the 3 given points.
\n" ); document.write( "For example, using (4,3),
\n" ); document.write( "\"radius=sqrt%28%284-3%29%5E2%2B%283-0%29%5E2%29\"-->\"radius=sqrt%281%5E2%2B3%5E2%29\"-->\"radius=sqrt%281%2B9%29\"-->\"highlight%28radius=sqrt%2810%29%29\".
\n" ); document.write( "
\n" ); document.write( "
\n" );