document.write( "Question 148482: Choose the correct equation for 3x + 4y = 8 in slope intercept form. \r
\n" );
document.write( "\n" );
document.write( " y = (-3/4)x + 2 \r
\n" );
document.write( "\n" );
document.write( " y = (4/3)x + 2 \r
\n" );
document.write( "\n" );
document.write( " y = (-4/3)x - 2 \r
\n" );
document.write( "\n" );
document.write( " y = -3x + 8 \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #108827 by nerdybill(7384) You can put this solution on YOUR website! Remember, the \"slope-intercept\" form is: \n" ); document.write( "y = mx + b \n" ); document.write( "where \n" ); document.write( "m is the slope \n" ); document.write( "b is the y-intercept at (0,b) \n" ); document.write( ". \n" ); document.write( "So, for your problem, we start by manipulating it into the \"slope-intercept\" form: \n" ); document.write( "3x + 4y = 8 \n" ); document.write( "subtract 3x from both sides: \n" ); document.write( "4y = -3x + 8 \n" ); document.write( "dividing both sides by 4: \n" ); document.write( "y = (-3/4)x + 2 \n" ); document.write( "Which is the FIRST solution given. \n" ); document.write( " |