document.write( "Question 76018: Find the x-intercepts.
\n" );
document.write( "y = x^2 + x - 9\r
\n" );
document.write( "\n" );
document.write( "I am a little confused on how to find the x intercepts, I am familiar with finding they Y-intercepts but I am not understanding the x-intercepts. Please help. Thanks. \n" );
document.write( "
Algebra.Com's Answer #54602 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! y=x^2+x-9 \n" ); document.write( "set y=0 and solve for x \n" ); document.write( "0=x^2+x-9 \n" ); document.write( "using the quadratic equation we get: \n" ); document.write( "x=(-1+-sqrt[1^1-4*1*-9])/2*1 \n" ); document.write( "x=(1+-sqrt[1+36])/2 \n" ); document.write( "x=(1+-sqrt37)/2 \n" ); document.write( "x=(1+-6.08)/2 \n" ); document.write( "x=1+6.08)/2 \n" ); document.write( "x=7.08/2 \n" ); document.write( "x=3.54 answer. \n" ); document.write( "x=(1-7.08)/2 \n" ); document.write( "x=-6.08/2 \n" ); document.write( "x=-3.54 answer. \n" ); document.write( " |