document.write( "Question 319601: Find the slope and the y-intercept of the line:\r
\n" );
document.write( "\n" );
document.write( "3x + 5y + 10 = 0 \n" );
document.write( "
Algebra.Com's Answer #228883 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the slope and the y-intercept of the line:\r \n" ); document.write( "\n" ); document.write( "3x + 5y + 10 = 0 \n" ); document.write( "------------------- \n" ); document.write( "Put the eqn in slope-intercept form, y = mx + b \n" ); document.write( "That means solve for y \n" ); document.write( "y = (-5/3)x - 10/3 \n" ); document.write( "Slope m = -5/3 \n" ); document.write( "y-int b = -10/3 \n" ); document.write( " \n" ); document.write( " |