document.write( "Question 174342: Find the slope of the line 5x-3y=3 \n" ); document.write( "
Algebra.Com's Answer #129288 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Put the equation into the \"slope-intercept\" form: \n" ); document.write( "y = mx + b \n" ); document.write( "where \n" ); document.write( "m is slope \n" ); document.write( "b is the y-intercept \n" ); document.write( ". \n" ); document.write( "5x-3y=3 \n" ); document.write( "-3y= -5x + 3 \n" ); document.write( "y = (5/3)x - 1 \n" ); document.write( ". \n" ); document.write( "Slope is 5/3 \n" ); document.write( " |