document.write( "Question 7460: Without drawing a graph how can I determine (a) how many x-intercepts the parabola has (b) whether its vertex is above, below or on the x- axis?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "y = -x^2 + 2x-1 \n" );
document.write( "
Algebra.Com's Answer #4118 by ichudov(507)![]() ![]() You can put this solution on YOUR website! x intercepts is just another way of saying \"roots\". Find roots of this quadratic expression with y set to 0. \r \n" ); document.write( "\n" ); document.write( "since coefficient in front of x is negative, the parabola is pointing downwards.\r \n" ); document.write( "\n" ); document.write( "where its vertex is, depends on the roots. \r \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since both roots are same, its vertex is right on the x axis. \n" ); document.write( " |