document.write( "Question 309265: nathan drew a circle on a grid with a radius of 4 units and the points 2,-1 as its center. What are the pairs of coordinates represented points on the circle \n" ); document.write( "
Algebra.Com's Answer #221172 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! nathan drew a circle on a grid with a radius of 4 units and the points 2,-1 as its center. What are the pairs of coordinates represented points on the circle \n" ); document.write( "------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "(x-2)^2 + (y+1)^2 = 16 \n" ); document.write( "------ \n" ); document.write( "Find the x and the y intercept: \n" ); document.write( "------- \n" ); document.write( "Let x = 0, \n" ); document.write( "then 4 + (y+1)^2 = 16 \n" ); document.write( "(y+1)^2= 12 \n" ); document.write( "y+1 = +-2sqrt(3) \n" ); document.write( "y = -1+-2sqrt(3) \n" ); document.write( "======================= \n" ); document.write( "Let y = 0 \n" ); document.write( "then (x-2)^2 + 1 = 16 \n" ); document.write( "(x-2)^2 = 15 \n" ); document.write( "x-2 = +-sqrt(15) \n" ); document.write( "x = 2+-sqrt(15) \n" ); document.write( "----------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |