document.write( "Question 524505: find the slope and the y-intercept of the line whose equations is given. 10x+5y=15 \n" ); document.write( "
Algebra.Com's Answer #347779 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Simply rearrange: \n" ); document.write( "10x+5y=15 \n" ); document.write( "so that it is in \"slope-intercept\" form: \n" ); document.write( "y = mx + b \n" ); document.write( "where \n" ); document.write( "m is the slope \n" ); document.write( "b is the y-intercept at (0,b) \n" ); document.write( ". \n" ); document.write( "10x+5y=15 \n" ); document.write( "5y= -10x+15 \n" ); document.write( "y= -2x+3 \n" ); document.write( ". \n" ); document.write( "From inspection then, we see that \n" ); document.write( "slope is -2 \n" ); document.write( "y-intercept is at (0,3) \n" ); document.write( " |