document.write( "Question 422333: Find the center of this hyperbola: -4x^2+9y^2+16x-18y+29=0 \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "Finding the center of this hyperbola: \n" ); document.write( " -4x^2+9y^2+16x-18y+29=0\n" ); document.write( " 9(y^2-2y) - 4(x^2-4x) + 29 = 0 |Completing the square\n" ); document.write( "9[(y-1)^2-1 - 4[(x-2)^2 -4] + 29 = 0\n" ); document.write( "9(y-1)^2 -9 - 4(x-2)^2 +16 + 29 = 0\n" ); document.write( "9(y-1)^2 - 4(x-2)^2 +36 = 0\n" ); document.write( " 4(x-2)^2 - 9(y-1)^2 = 36\n" ); document.write( " Center Pt(2,1)\n" ); document.write( "\n" ); document.write( "