Question 448178
On the axis provided, graph the given equation. 
(x-2)^2+(y-8)^2=4
..
(x-2)^2+(y-8)^2=4
This function is a circle with center at (2,8) and radius=2.
To graph this function on a graphics calculator, solve for y, then enter equations for both halves of the circle.
(y-8)^2=4-(x-2)^2
take sqrt of both sides
y-8=+-(4-(x-2)^2)^.5
y=+-(4-(x-2)^2)^.5+8


 {{{ graph( 300, 300, -10,10, -10, 10, (4-(x-2)^2)^.5+8,-(4-(x-2)^2)^.5+8) }}}