document.write( "Question 746874: a circle of radius 5 with center at (2,7) has equation (x-2)squared+(y-7)squared=25. at which points does the line y=3 intersect with the circle \n" ); document.write( "
Algebra.Com's Answer #454530 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a circle of radius 5 with center at (2,7) has equation (x-2)squared+(y-7)squared=25. at which points does the line y=3 intersect with the circle \n" ); document.write( "--------------- \n" ); document.write( " \n" ); document.write( "Sub 3 for y \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "----- \n" ); document.write( "x - 2 = 3 \n" ); document.write( "x = 5 --> (5,3) \n" ); document.write( "--- \n" ); document.write( "x - 2 = -3 \n" ); document.write( "x = -1 --> (-1,3) \n" ); document.write( " \n" ); document.write( " |