document.write( "Question 1013849: F(x)=X^2+2x-5\r
\n" );
document.write( "\n" );
document.write( "What is the vertex ?
\n" );
document.write( "What is the \"axis of symmetry\" ?
\n" );
document.write( "Does this function have a maximum or a minimum ?
\n" );
document.write( "How many roots does this function have ?
\n" );
document.write( "What kind of roots does this function have ?
\n" );
document.write( "What are the roots of this function?
\n" );
document.write( "What solution methods will NOT work to solve this quadratic function ? \n" );
document.write( "
Algebra.Com's Answer #630137 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! F(x)=X^2+2x-5\r \n" ); document.write( "\n" ); document.write( "What is the \"axis of symmetry\" ? \n" ); document.write( "It's x = -b/2a \n" ); document.write( "= -2/2 --> x = -1 \n" ); document.write( "------------------- \n" ); document.write( "What is the vertex ? \n" ); document.write( "It's (-1,f(-1)) = (-1,-6) \n" ); document.write( "---------------- \n" ); document.write( "Does this function have a maximum or a minimum ? \n" ); document.write( "Minimum \n" ); document.write( "-------------------- \n" ); document.write( "How many roots does this function have ? \n" ); document.write( "2 \n" ); document.write( "All quadratics have 2 roots. \n" ); document.write( "-------------- \n" ); document.write( "What kind of roots does this function have ? \n" ); document.write( "Disc = b^2 - 4ac = 4 - 4*(-5) = 24 \n" ); document.write( "Disc > 0 --> 2 real roots. \n" ); document.write( "-------------- \n" ); document.write( "What are the roots of this function? \n" ); document.write( " \n" ); document.write( "------------------ \n" ); document.write( "What solution methods will NOT work to solve this quadratic function ? \n" ); document.write( "It can't be factored. \n" ); document.write( " |