document.write( "Question 17637: how would i find the slope of the line for a problem like this one\r
\n" );
document.write( "\n" );
document.write( "-4x-2y=-10 \r
\n" );
document.write( "\n" );
document.write( "this problem really confuses me while looking for the slope i get lost in the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #8506 by venugopalramana(3286) You can put this solution on YOUR website! -4x-2y=-10 ...the slope(m)and intercept(c) form of a st.line is y=mx+c...so transform the equation into that form \n" ); document.write( "-2y=4x-10 \n" ); document.write( "y=(-4/2)x-(10/-2) \n" ); document.write( "y=-2x+5..hence comparing with y=mx+c..we get m=slope=-2 and c=intercept=5 \n" ); document.write( " \n" ); document.write( " |