document.write( "Question 1188550: Determine if y or (x) has a maximum value or minimum value.
\n" );
document.write( "a. y=x²-10x+5
\n" );
document.write( "b. y=x²-6x+10
\n" );
document.write( "c. =-x²+4x+8
\n" );
document.write( "d. y=8x²-144x+653
\n" );
document.write( "e. =2x²-4x+11
\n" );
document.write( "f. y=2-3x+9x² \n" );
document.write( "
Algebra.Com's Answer #819667 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Determine if y or (x) has a maximum value or minimum value. \n" ); document.write( "a. y=x²-10x+5 \n" ); document.write( "b. y=x²-6x+10 \n" ); document.write( "c. =-x²+4x+8 \n" ); document.write( "d. y=8x²-144x+653 \n" ); document.write( "e. =2x²-4x+11 \n" ); document.write( "f. y=2-3x+9x² \n" ); document.write( "=================== \n" ); document.write( "y = ax^2 + bx + c \n" ); document.write( "If a is positive, there's a minimum. \n" ); document.write( "If a is negative, there's a maximum. \n" ); document.write( " |