\n" );
document.write( "Hi,
\n" );
document.write( "Find the coordinates of the vertex for the parabola defined by the given quadratic function.
\n" );
document.write( "F(x)=7x^2+14x-3 |putting in Vertex form by completing the Square
\n" );
document.write( "F(x) = 7(x+1)^2 - 7 - 3
\n" );
document.write( "F(x) = 7(x+1)^2 - 10 V(-1,-10)
\n" );
document.write( "the vertex form of a Parabola opening up(a>0) or down(a<0),
\n" );
document.write( "where(h,k) is the vertex
\n" );
document.write( "Checking our Work
\n" );
document.write( "F(x) = 7(x+1)^2 - 10
\n" );
document.write( "F(x) = 7(x^2 + 2x + 1) - 10
\n" );
document.write( "F(x) = 7x^2 + 14x + 7 - 10
\n" );
document.write( "F(x) = 7x^2 + 14x -3
\n" );
document.write( "