document.write( "Question 383004: Write the equation of the circle in general form if the center is (2,3) and the radius is 5. (General Form: Ax^2+By^2+Cx+Dy+E=0) \n" ); document.write( "
Algebra.Com's Answer #271342 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Write the equation of the circle in general form if the center is (2,3) and the radius is 5. (General Form: Ax^2+By^2+Cx+Dy+E=0)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if center (0,0): x^2 + y^2 = r^2 or in general form x^2 + y^2 - r^2 = 0, \n" ); document.write( "A = 1, B = 1, C = 0, D = 0, E = -r^2 \n" ); document.write( "if center (h,k): (x - h)^2 + (y - k)^2 = r^2 \n" ); document.write( "or multiplying with FOIL (First Outer Inner Last): \n" ); document.write( "x^2 - 2hx + h^2 + y^2 - 2ky + k^2 = r^2 \n" ); document.write( "or in general form: x^2 + y^2 - 2hx - 2ky + h^2 + k^2 - r^2 = 0, \n" ); document.write( "A = 1, B = 1, C = -2h, D = -2k, E = h^2 + k^2 - r^2\r \n" ); document.write( "\n" ); document.write( "center: (2,3), radius: 5 \n" ); document.write( "A = 1, B = 1, C = -2h = -2 * 2 = -4, D = -2k = -2 * 3 = -6, \n" ); document.write( "E = 2^2 + 3^2 - 5^2 = 4 + 9 - 25 = 13 - 25 = -12 \n" ); document.write( "general form: x^2 + y^2 - 4x - 6y - 12 = 0 \n" ); document.write( " \n" ); document.write( " |