document.write( "Question 1173689: Find the minimum value of the quadratic y = 2x2 - 8x + 10 by completing the square. \n" ); document.write( "
Algebra.Com's Answer #798969 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! y=2x^2-8x+10 \n" ); document.write( "=2(x^2-4x) + 10 \n" ); document.write( "the constant term is half the x term squared, or 4 \n" ); document.write( "=2(x^2-4x+4)+10-8, to keep the equation in balance \n" ); document.write( "y=2(x-2)^2+2 \n" ); document.write( "the vertex is at (2, 2) \n" ); document.write( "y=2 is the value \n" ); document.write( "- \n" ); document.write( "check \n" ); document.write( "the vertex x value is at -b/2a=8/4=2 \n" ); document.write( "f(2)=8-16+10=2 \n" ); document.write( " |