document.write( "Question 304634: Find the maximum or minimum vaule of the function and the vaule of x when it occurs.
\n" );
document.write( "y= 4x^2+2x-1 \n" );
document.write( "
Algebra.Com's Answer #218120 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the maximum or minimum vaule of the function and the vaule of x when it occurs. \n" ); document.write( "y= 4x^2+2x-1 \n" ); document.write( "------------ \n" ); document.write( "It's on the line of symmetry: x = -b/2a = -2/8 \n" ); document.write( "x = -1/4 \n" ); document.write( "y = -5/4 \n" ); document.write( "Minimum at (-1/4,-5/4) \n" ); document.write( " \n" ); document.write( " |