document.write( "Question 78363: For equation, find the x-intercepts.
\n" );
document.write( " y=x^2+x-6
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #56220 by checkley75(3666) ![]() You can put this solution on YOUR website! SETTING Y=0 WE THEN SOLVE FOR THE X INTERCEPT THUS: \n" ); document.write( "0=X^2+X-6 \n" ); document.write( "0=(X+3)(X-2) \n" ); document.write( "X+3=0 \n" ); document.write( "X=-3 ANSWER. \n" ); document.write( "X-2=0 \n" ); document.write( "X=2 ANSWER. \n" ); document.write( "GRAPH FOLLOWS: \n" ); document.write( " |