document.write( "Question 719633: find the (h,k) and radius r for the equation 4(x-5)^2+4y^2=16. What are the intercepts? \n" ); document.write( "
Algebra.Com's Answer #441438 by Alan3354(69443) You can put this solution on YOUR website! find the (h,k) and radius r for the equation 4(x-5)^2+4y^2=16. \n" ); document.write( "(x-5)^2 + y^2 = 4 \n" ); document.write( "(h,k) = (5,0) the center \n" ); document.write( "r^2 = 4 --> r = 2 \n" ); document.write( "-------- \n" ); document.write( "What are the intercepts? \n" ); document.write( "(x-5)^2 + y^2 = 4 \n" ); document.write( "y=0: --> (x-5)^2 = 4 \n" ); document.write( "x - 5 = 2 \n" ); document.write( "x = 7 --> (7,0) \n" ); document.write( "--- \n" ); document.write( "x-5 = -2 \n" ); document.write( "x = 4 --> (3,0) \n" ); document.write( "--- \n" ); document.write( "x=0: --> 25 + y^2 = 4 \n" ); document.write( "y^2 = -21 --> no y-intercepts \n" ); document.write( " |