document.write( "Question 548617: Find the missing characteristics of the center of the circle with the given characteristics.
\n" );
document.write( "The center is (-3,b), the radius is 5, and point on the circle is (2,-2). I found the missing coordinate counting squares but i want to do it algebraicly. \n" );
document.write( "
Algebra.Com's Answer #357110 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The center is (-3,b), the radius is 5, and point on the circle is (2,-2). \r \n" ); document.write( "\n" ); document.write( "use distance formula\r \n" ); document.write( "\n" ); document.write( "Distance between two points \n" ); document.write( "x1 y1 x2 y2 \n" ); document.write( " \n" ); document.write( "-3 b 2 -2 \n" ); document.write( "d= \n" ); document.write( "d^2= ((-2-b)^2+(2-(-3))^2 \n" ); document.write( "25=4+4b+b^2+25\r \n" ); document.write( "\n" ); document.write( "(b+2)^2=0 \n" ); document.write( "b=-2 \n" ); document.write( " \n" ); document.write( " |