document.write( "Question 58329: Finding the slope and y-intercept for each line that has a slope and y-intercept. The problem is x+2y=3 \n" ); document.write( "
Algebra.Com's Answer #39933 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
Put the equation in slope intercept form for easy access to information.
\n" ); document.write( "x + 2y = 3
\n" ); document.write( "2y = -x + 3
\n" ); document.write( "y = -x/2 + 3/2
\n" ); document.write( "slope-intercept form: y = mx + b where m is the slope and b is the y-intercept
\n" ); document.write( "-1/2 = slope
\n" ); document.write( "3/2 = y-intercept
\n" ); document.write( "
\n" );