document.write( "Question 391863: Find the slope and y-intercept for each line that has a slope and y-intercept.
\n" );
document.write( "x+2y=3 \n" );
document.write( "
Algebra.Com's Answer #278088 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 2y=-x+3 \n" ); document.write( "y=-1/2x+3 \n" ); document.write( "slope m=-1/2 \n" ); document.write( "y int b=3/2 \n" ); document.write( " |