document.write( "Question 64746: Find the slope and y-intercept of the line represented by the following equation.
\n" );
document.write( "2x - 3y = 6 \n" );
document.write( "
Algebra.Com's Answer #45302 by 303795(602)![]() ![]() ![]() You can put this solution on YOUR website! Rearrange the equation to get y on its own (and positive). \n" ); document.write( "2x - 3y = 6 \n" ); document.write( "Add 3y to each side of the equation to get a positive y. \n" ); document.write( "2x - 3y +3y = 6 + 3y \n" ); document.write( "2x = 6 + 3y \n" ); document.write( "take 6 from each side of the equation. \n" ); document.write( "2x - 6 = 6 + 3y - 6 \n" ); document.write( "2x - 6 = 3y \n" ); document.write( "Divide each side of the equation by 3. \n" ); document.write( "(2x - 6)/3 = 3y/3 \n" ); document.write( "2/3x - 2 = y \n" ); document.write( "y = 2/3x - 2 \n" ); document.write( "So the slope is 2/3 and the y intercept is -2 \n" ); document.write( " |