document.write( "Question 906422: Let f (x) =
\n" );
document.write( "(a) Find the coordinates of the vertex.
\n" );
document.write( "(x, y) = ___ \r
\n" );
document.write( "\n" );
document.write( "(b) The [Either max/min] value of f is
\n" );
document.write( "f ( __ ) = __ \r
\n" );
document.write( "\n" );
document.write( "(c) Find the domain and range of f \n" );
document.write( "
Algebra.Com's Answer #549835 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Let f (x) = x^2+4x-7 \n" ); document.write( "(a) Find the coordinates of the vertex. \n" ); document.write( "complete the square: \n" ); document.write( "y=x^2+4x-7 \n" ); document.write( "y=(x^2+4x+4)-4-7 \n" ); document.write( "y=(x+2)^2-11 \n" ); document.write( "(x, y) = (-2,-11) \n" ); document.write( ".. \n" ); document.write( "(b) The [Either max/min] value of f is \n" ); document.write( "f ( min ) y=-11 \n" ); document.write( ".. \n" ); document.write( "(c)domain: (-∞,∞) \n" ); document.write( " range:(-11,∞) \n" ); document.write( " |