document.write( "Question 1058356: What is the minimum value of y = 2x^2-8x +11? \n" ); document.write( "
Algebra.Com's Answer #673388 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! y = 2x^2-8x +11 \n" ); document.write( "y = 2(x^2-4x) + 11 \n" ); document.write( "y = 2(x-2)^2 - 2*4 + 11 \n" ); document.write( "y = 2(x-2)^2 + 3 \n" ); document.write( "minimum value of y = 3 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |