document.write( "Question 147312: x+3y-24=0
\n" );
document.write( "change each equation to slope intercept form and state the slope and y intercept \n" );
document.write( "
Algebra.Com's Answer #107687 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! You are trying to manipulate the equation into the \"slope-intercept\" form of: \n" ); document.write( "y = mx + b \n" ); document.write( "where \n" ); document.write( "m is slope \n" ); document.write( "b is y-intercept \n" ); document.write( ". \n" ); document.write( "Starting with: \n" ); document.write( "x+3y-24=0 \n" ); document.write( "subtract x from both sides: \n" ); document.write( "3y-24 = -x \n" ); document.write( "add 24 to both sides: \n" ); document.write( "3y = -x + 24 \n" ); document.write( "divide both sides by 3: \n" ); document.write( "y = (-1/3)x + 8 \n" ); document.write( "or \n" ); document.write( "y = -x/3 + 8 \n" ); document.write( " |