document.write( "Question 595805: Find the x-intercepts of the graph of the equation:
\n" );
document.write( " y = x2 - 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #377315 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the x-intercepts of the graph of the equation: \n" ); document.write( "y = x2 - 1 \n" ); document.write( "---- \n" ); document.write( "Let y = 0. \n" ); document.write( "Solve: x^2-1 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x-1)(x+1) = 0 \n" ); document.write( "x = 1 or x = -1 \n" ); document.write( "---- \n" ); document.write( "x-intercepts: (1,0) and (-1,0) \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |