document.write( "Question 257743: how do i graph the slope and y intercept of X+5y=10 \n" ); document.write( "
Algebra.Com's Answer #189617 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! x+5y=10 \n" ); document.write( "Change to y int form \n" ); document.write( "y=mx+b \n" ); document.write( "5y=-x+10 \n" ); document.write( "y=-x/5+2 \n" ); document.write( "(-1/5,2) \n" ); document.write( "y int =(0,2) \n" ); document.write( "m=slope=-1/5 \n" ); document.write( " |