document.write( "Question 44200: Find the slope and the y-intercept of the line.\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( "6x - 9y = -18\r
\n" );
document.write( "\n" );
document.write( " \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #29218 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If we solve 6x - 9y = -18 for y, it will be in slope-intercept form, y = mx + b, so we have \n" ); document.write( "6x - 9y = -18 \n" ); document.write( "-9y = -6x - 18 \n" ); document.write( "y = (2/3)x + 2 \n" ); document.write( "so that the slope is 2/3 and the y-intercept is 2 \n" ); document.write( " |