document.write( "Question 39513: How do you compute the intercepts of a quadratic function?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #24952 by josmiceli(19441)![]() ![]() You can put this solution on YOUR website! y(x) = Ax^2 + Bx + C \n" ); document.write( "y(0) will be the y-intercept. There should be just one. \n" ); document.write( "This is found by setting x = 0 in the equation, so \n" ); document.write( "y(0) = A(0) + B(0) + C \n" ); document.write( "y(0) = C \n" ); document.write( "The x-intercept(s) is found by setting y(x) = 0 \n" ); document.write( "There may be 0, 1, or 2 x-intercepts \n" ); document.write( "Ax^2 + Bx + C = 0 solve for x \n" ); document.write( "The formula is \n" ); document.write( " |