document.write( "Question 700546: Write the quadratic equation function in vertex form and then identify the vertex\r
\n" );
document.write( "\n" );
document.write( "1. y=x^2-8x+19
\n" );
document.write( "2. y=x^2 + 12x+37
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #431861 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write the quadratic equation function in vertex form and then identify the vertex \n" ); document.write( "1. y=x^2-8x+19 \n" ); document.write( "complete the square: \n" ); document.write( "y=(x^2-8x+16)-16+19 \n" ); document.write( "y=(x-4)^2+3 \n" ); document.write( "vertex: (4,3) \n" ); document.write( ".. \n" ); document.write( "2. y=x^2 + 12x+37 \n" ); document.write( "complete the square: \n" ); document.write( "y=(x^2+12x+36)-36+37 \n" ); document.write( "y=(x+6)^2+1 \n" ); document.write( "vertex: (-6,1) \n" ); document.write( " \n" ); document.write( " |