document.write( "Question 1000136: Write an equation in slope-intercept form with an x-intercept of 5 and a y-intercept of -1. \n" ); document.write( "
Algebra.Com's Answer #617632 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! (0,-1) and (5,0) are points \n" ); document.write( "slope is (1/5) \n" ); document.write( "point slope formula \n" ); document.write( "y-y1=(1/5)(x-x1) \n" ); document.write( "y+1=(1/5)x \n" ); document.write( "y=(1/5)x-1 \n" ); document.write( "the -1 is the y-intercept \n" ); document.write( " |