document.write( "Question 507257: how do i put 4(x-4)squared + 4ysquared = 16 into standard form.
\n" );
document.write( "I need to be able to find the center of a circle and the radius \n" );
document.write( "
Algebra.Com's Answer #340405 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! how do i put 4(x-4)squared + 4ysquared = 16 into standard form. \n" ); document.write( "I need to be able to find the center of a circle and the radius \n" ); document.write( "** \n" ); document.write( "4(x-4)^2+4y^2=16 \n" ); document.write( "Divide by 4 \n" ); document.write( "(x-4)^2+y^2=4 \n" ); document.write( "This is an equation of a circle of the standard form: (x-h)^2+(y-k)^2=r^2, (h,k) being the (x,y) coordinates of the center and r=radius \n" ); document.write( "For given equation: \n" ); document.write( "Center: (4,0) \n" ); document.write( "Radius: √4=2 \n" ); document.write( " |