document.write( "Question 671933:  how do you find the x intercept of y=5x+11?\r
\n" );
document.write( "\n" );
document.write( "I know that the y intercept is (0,11)
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #417740 by rfer(16322)      You can put this solution on YOUR website! x int is when y=0 \n" ); document.write( "0=5x+11 \n" ); document.write( "-11=5x \n" ); document.write( "-11/5=5x \n" ); document.write( "-2.2=x \n" ); document.write( "(-2.2,0) \n" ); document.write( " |