document.write( "Question 348508: Find the slope and y-intercept for the following equation by writing it in the form y = mx + b.
\n" );
document.write( "2 x + 5 y = 20 \n" );
document.write( "
Algebra.Com's Answer #249135 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 2x+5y=20 \n" ); document.write( "-2x \n" ); document.write( "2x-2x+5y=20-2x \n" ); document.write( "5y=-2x+20 \n" ); document.write( "/5 \n" ); document.write( "y=(-2/5)x+4 \n" ); document.write( "slope = (-2/5) \n" ); document.write( "plug x =0 for y intercept\r \n" ); document.write( "\n" ); document.write( "y=4 \n" ); document.write( " |