\r\n" );
document.write( "x2 + y2 + 6x + 4y = 3\r\n" );
document.write( "\r\n" );
document.write( "Get the x-terms next to each other.\r\n" );
document.write( "Get the y-terms next to each other.\r\n" );
document.write( "Skip a space after the x terms and after the y terms:\r\n" );
document.write( "\r\n" );
document.write( "x2 + 6x + y2 + 4y = 3 \r\n" );
document.write( "\r\n" );
document.write( "Complete the square out to the side or on scratch paper.\r\n" );
document.write( "\r\n" );
document.write( "1. Multiply the coefficient of x by 1/2.
\r\n" );
document.write( "2. Square what you get.
\r\n" );
document.write( "3. Add that to the space after the x-terms on the left and also\r\n" );
document.write( " add it to the right side.\r\n" );
document.write( "\r\n" );
document.write( "x2 + 6x + 9 + y2 + 4y = 3 + 9 \r\n" );
document.write( "\r\n" );
document.write( "1. Multiply the coefficient of y by 1/2.
\r\n" );
document.write( "2. Square what you get.
\r\n" );
document.write( "3. Add that to the space after the y-terms on the left and also\r\n" );
document.write( " add it to the right side.\r\n" );
document.write( "\r\n" );
document.write( "x2 + 6x + 9 + y2 + 4y + 4 = 3 + 9 + 4\r\n" );
document.write( "\r\n" );
document.write( "Factor the first three terms on the left side.\r\n" );
document.write( "Factor the last three terms on the left side.\r\n" );
document.write( "Combine the numbers on the right side.\r\n" );
document.write( "\r\n" );
document.write( "(x + 3)(x + 3) + (y + 2)(y + 2) = 16\r\n" );
document.write( "\r\n" );
document.write( "Notice that they factored as the same factor twice, so write\r\n" );
document.write( "them as squares:\r\n" );
document.write( "\r\n" );
document.write( "(x + 3)2 + (y + 2)2 = 16\r\n" );
document.write( "\r\n" );
document.write( "Compare that to what you should have memorized.\r\n" );
document.write( "\r\n" );
document.write( "(x - h)2 + (y - k)2 = r2 where (h,k) is the center and r is the radius.\r\n" );
document.write( "\r\n" );
document.write( "Set corresponding things equal to each other and solve\r\n" );
document.write( "\r\n" );
document.write( "-h = +3 -k = +2 r2 = 16\r\n" );
document.write( " h = -3 k = -2 r = √16\r\n" );
document.write( " r = 4\r\n" );
document.write( "\r\n" );
document.write( "Substitute for all letters except x and y\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Simplify:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Center = (h,k) = (-3,-2), radius = r = 4\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( "