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 #45451 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
You arrange the terms so they look like this: \"y+=+mx+%2B+b\"
\n" ); document.write( "Then m will be the slope.
\n" ); document.write( "\"3x+%2B+y+=+7\"
\n" ); document.write( "\"y+=+-3x+%2B+7\"
\n" ); document.write( "m = -3, so the slope is -3.
\n" ); document.write( "
\n" );