document.write( "Question 618709: The slope of the line whose equation is 3y + 2x = 1 is?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #389044 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Put: \n" ); document.write( "3y + 2x = 1 \n" ); document.write( "into \"slope-intercept\" form of y=mx+b \n" ); document.write( ". \n" ); document.write( "3y + 2x = 1 \n" ); document.write( "2x = -3x+1 \n" ); document.write( "x = (-3/2)x + 1/2 \n" ); document.write( ". \n" ); document.write( "From inspection, we see that the slope is -3/2 \n" ); document.write( " |