document.write( "Question 137128: How do I compute the x and y axis intercepts of a quadratic function? Please provide an example to illustrate the explanation. Thank you \n" ); document.write( "
Algebra.Com's Answer #100332 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! if f(x)=ax^2+bx+c \n" ); document.write( "then \n" ); document.write( " y axis intercept is P=(0,f(0))=(0,c) \n" ); document.write( "x axis intercept are the roots of f(x) \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(x)=x^2-5x+6 \n" ); document.write( "y axis intercept is P=(0,6) \n" ); document.write( " \n" ); document.write( "x axis intercept are x=2 and x=3 \n" ); document.write( "point are (2,0) and (3,0) \n" ); document.write( " \n" ); document.write( " |