document.write( "Question 1164697: Determine the y-intercept and x-intercepts of the parabola represented by the following quadratic equation. Also sketch the Parabola.
\n" );
document.write( "f(x)=x^2-3x+2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #789113 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The y-intercept is when x=0 and that is at 2, so (0, 2) \n" ); document.write( "this can be factored into (x-1)(x-2)=0, so the x-intercepts are are (1, 0) and (2, 0) \n" ); document.write( " |