document.write( "Question 137327: Determine whether the given quadratic function has a minimum value or maximum value. Then find the coordinates of the minimum or maximum point.\r
\n" );
document.write( "\n" );
document.write( " f(x) = -x squared - 2x - 5 \n" );
document.write( "
Algebra.Com's Answer #100491 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! if f(x)=ax^2+bx+c then V=(-b/2a,f(-b/2a)) \n" ); document.write( "then if f(x)=-x^2-2x-5 V=(-1,f(-1))=(-1,-4)\r \n" ); document.write( "\n" ); document.write( "and it has a maximum value because starts with a negative coefficient \n" ); document.write( " |