document.write( "Question 1168335: The circle is tangent to y-axis, and the center is at (5, 3). Find the equation of a circle. \n" ); document.write( "
Algebra.Com's Answer #792928 by dkppathak(439)![]() ![]() You can put this solution on YOUR website! The circle is tangent to y-axis, and the center is at (5, 3). Find the equation of a circle. \n" ); document.write( "solution \n" ); document.write( "tangent at y axis means circle is passing through y axis (0,3) \n" ); document.write( "radius of circle =5 \n" ); document.write( "equation of circle \n" ); document.write( "(x-h)^2+(y-k)^2=r^2\r \n" ); document.write( "\n" ); document.write( "(x-5)^2+(y-3)^2=25 \n" ); document.write( "x^2-10x+25+y^2-6y+9=25 \n" ); document.write( "x^2+y^2-10x-6y+9=0 \n" ); document.write( " |