document.write( "Question 122741: Find the x - intercept\r
\n" ); document.write( "\n" ); document.write( "y = x squared + x - 6
\n" ); document.write( "

Algebra.Com's Answer #90097 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Find the x-intercept:
\n" ); document.write( "\"y+=+x%5E2%2Bx-6\" The x-intercepts (there will be two of them) occur at y = 0, so...
\n" ); document.write( "\"0+=+x%5E2%2Bx-6\" Solve by factoring:
\n" ); document.write( "\"0+=+%28x%2B3%29%28x-2%29\" Apply the zero product principle:
\n" ); document.write( "\"x%2B3+=+0\" or \"x-2+=+0\" so then...
\n" ); document.write( "If \"x%2B3+=+0\" then \"x+=+-3\" or...
\n" ); document.write( "If \"x-2+=+0\" then \"x+=+2\"
\n" ); document.write( "The x-intercepts are:
\n" ); document.write( "\"x+=+-3\" and \"x+=+2\"
\n" ); document.write( "Check the graph:
\n" ); document.write( "\"graph%28600%2C400%2C-5%2C5%2C-8%2C5%2Cx%5E2%2Bx-6%29\"
\n" ); document.write( "
\n" );