document.write( "Question 64959: How do I find the slope of a line with just an equation? ex: 3x+y=7 \n" ); document.write( "
Algebra.Com's Answer #45450 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "y=mx+b [use the slope-intercept form as a model] \n" ); document.write( "y=any y value on the line \n" ); document.write( "m=the slope of the line \n" ); document.write( "x=any corresponding x value on the line \n" ); document.write( "b=the y-intercept (0,b)] \n" ); document.write( ". \n" ); document.write( "3x+y=7 [re-write the equation in the slope-intercept form by solving for y] \n" ); document.write( "y=-3x+7 [match-up the model with this equation] \n" ); document.write( "y=mx+b \n" ); document.write( " |