Question 426306
If a circle with a diameter of 10.6 units were to be drawn in the coordinate plane with its center at the origin, what would be the coordinates of its x and y intercepts?
<pre>

They're marked below on the graph:

{{{drawing(500,500,-7.5,7.5,-7.5,7.5, graph(500,500,-7.5,7.5,-7.5,7.5),

circle(0,0,5.3), 
locate(5.5,.75,"(5.3,0)"),
locate(-7.5,.75,"(-5.3,0)"),
locate(0,6,"(0,5.3)"),
locate(0,-5.5,"(0,-5.3)")   )}}}

Edwin</pre>