document.write( "Question 924850: what is the vertex form of the function y=3x^2-12x+17?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #561129 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "finding the vertex form of a Parabola opening up(a>0) or down(a<0), \n" ); document.write( " \n" ); document.write( "y = ax^2 + bx + c ⇒ y = a(x -(-b/2a)^2) - a(-b/2a)^2 + c \n" ); document.write( "........ \n" ); document.write( "y=3x^2-12x+17 format ax^2 + bx + c \n" ); document.write( "Note: \n" ); document.write( "........ \n" ); document.write( "y = 3(x-2)^2 -12 + 17 \n" ); document.write( "y = 3(x-2)^2 + 5 \n" ); document.write( " |