document.write( "Question 427442: what is the x-intercept of y=x^2-2x-3? \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "x-intercepts (Note: when y = 0) \n" ); document.write( "y=x^2-2x-3\n" ); document.write( " x^2-2x-3=0\n" ); document.write( "factoring\n" ); document.write( "(x-3)(x+1)=0\n" ); document.write( "(x-3)=0 x = 3\n" ); document.write( "(x+1)=0 x = -1\r\n" ); document.write( "\n" ); document.write( "x-intercepts: (3,0) and (-1,0)