document.write( "Question 2771: Find the center (h,k) of the circle with the equation x^2+y^2-6y=7.
\n" );
document.write( "(h,k)=(_,_)
\n" );
document.write( "a. 0,9
\n" );
document.write( "b.-3,9
\n" );
document.write( "c.0,3
\n" );
document.write( "d.9,16\r
\n" );
document.write( "\n" );
document.write( "Thanks for your help.......... \n" );
document.write( "
Algebra.Com's Answer #1189 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! To find centre of the circle with equation x^2+y^2-6y = 7 \n" ); document.write( "Convert the equation to the form \n" ); document.write( "(x-h)^2 + (y-k)^2 = r^2 \n" ); document.write( "where h and k are coordinates of the centre of the circle and r is the radiys of the circie \n" ); document.write( "so x^2 + Y^2 -6y +9 = 7+9 \n" ); document.write( "=> x^2 +(y-3)^2 = 16 \n" ); document.write( "=> (x-0)^2 + (y-3)^2 = 4^2 \n" ); document.write( "so centre of the circle is (0,3) and radius is 4 \n" ); document.write( " |