document.write( "Question 203135: Without drawing the graph determine how many x- intercepts the parabola has and whether its vertex lies above or below or on the x axis Show your worky
\n" );
document.write( "y = -x^2 + 2x - 1 \n" );
document.write( "
Algebra.Com's Answer #153256 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! X-intercepts are where a a graph intersects the x-axis. In other words, x-intercepts are x-values which make the function value 0. So to find x-intercepts we need to find the x-value(s) where f(x) = 0. \n" ); document.write( "So finding the x-intercepts of your function means solving: \n" ); document.write( " \n" ); document.write( "Since solving quadratic equations by factoring is easier than using the quadratic formula and since factoring is easier when the leading (first) coefficient is 1, I am going to start by factoring out a -1: \n" ); document.write( " \n" ); document.write( "This factors easily: \n" ); document.write( " \n" ); document.write( "The only way for a product to be zero is if one of the factors is zero. The only factor that could be zero is (x-1). So the only solution to \n" ); document.write( "As for where the vertex is located, think about parabolas in general. In general the possibilities are:
\n" ); document.write( "Our parabola, with just one x-intercept, is in the last category. Its vertex is not above or below the x-axis. It is on the x-axis. It is the x-intercept: (1, 0). \n" ); document.write( " |