document.write( "Question 967026: Find the standard equation of the following conic sections: x^2-2x+3y-8=0 \n" ); document.write( "
Algebra.Com's Answer #591147 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the standard equation of the following conic sections: \n" ); document.write( "x^2-2x+3y-8=0 \n" ); document.write( "complete the square: \n" ); document.write( "(x^2-2x+1)-1+3y-8=0 \n" ); document.write( "(x-1)^2=-3y+9 \n" ); document.write( "(x-1)^2=-3(y-3) \n" ); document.write( "or \n" ); document.write( "y=-(1/3)(x-1)^2+3 (vertex form) \n" ); document.write( "This is an equation of a parabola that opens downwards with vertex at (1, 3) \n" ); document.write( " |