document.write( "Question 876358: Find the center and radius of the circle with the given equation.\r
\n" );
document.write( "\n" );
document.write( "(x + 4)2 + (y - 1)2 = 25\r
\n" );
document.write( "\n" );
document.write( " a
\n" );
document.write( "center (-4, 1); radius = 25
\n" );
document.write( " b
\n" );
document.write( "center (4, -1); radius = 5
\n" );
document.write( " c
\n" );
document.write( "center (-4, 1); radius = 5
\n" );
document.write( " d
\n" );
document.write( "center (4, -1); radius = 25
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #528726 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Standard Form of an Equation of a Circle is \n" ); document.write( "where Pt(h,k) is the center and r is the radius \n" ); document.write( "(x + 4)^2 + (y - 1)^2 = 25 C(-4,1) , r = 5 \n" ); document.write( " |