Question 449831
.
A circle has a diameter with endpoints (5, -2) and (-13 -6) what are the coordinates of the center of the circle
~~~~~~~~~~~~~~~~~~~~~~~~~~~



        The solution by @mananth is INCVORRECT.

        I came to bring a correct solution.



<pre>
If the coordinates of A and B are (x1,y1) and (x2,y2) respectively, then the midpoint, M, of AB is given by the following formula 												


    M = ({{{(x1+x2)/2}}}, {{{(y1+y2)/2}}})											

		
    x = {{{(5+(-13))/2}}},  y = {{{(-2 + (-6))/2}}}.

													
<U>ANSWER</U>.  x = -4,  y =  -4.  
</pre>

Solved correctly.