document.write( "Question 168265This question is from textbook
\n" );
document.write( ": Find the x-intercepts for the graph of the equation\r
\n" );
document.write( "\n" );
document.write( "y = x^2 + 4x - 45 \n" );
document.write( "
Algebra.Com's Answer #124017 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The x-intercepts are found by setting y equal to zero and solving for 'x'. \n" ); document.write( "y = x^2 + 4x - 45 \n" ); document.write( "0 = x^2 + 4x - 45 \n" ); document.write( "0 = (x+9)(x-5) \n" ); document.write( "x = {-9, 5} \n" ); document.write( ". \n" ); document.write( "So, the x-intercepts are at (-9,0) and (5,0) \n" ); document.write( " |