document.write( "Question 432746: I need to find the slope (and I tried to solve):
\n" );
document.write( "5x-6y=30
\n" );
document.write( "5x=30+6y
\n" );
document.write( "/6y= /6y
\n" );
document.write( "5x/6y=30
\n" );
document.write( "so the slope would be x=+5; y=+6 ?
\n" );
document.write( "Thanks!!! \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #300013 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I need to find the slope (and I tried to solve): \n" ); document.write( "5x-6y=30 \n" ); document.write( "Solve for y \n" ); document.write( "-6y = -5x + 30 \n" ); document.write( "y = (5/6)x - 5 \n" ); document.write( "Slope = 5/6, the coefficient of x \n" ); document.write( " \n" ); document.write( " |