document.write( "Question 168980: find the slope and y-intercept fro each line tha thas a slope and y-intercept:\r
\n" );
document.write( "\n" );
document.write( "x+2y=3\r
\n" );
document.write( "\n" );
document.write( "thank you \n" );
document.write( "
Algebra.Com's Answer #124622 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find the slope and y-intercept fro each line tha thas a slope and y-intercept: \n" ); document.write( "x+2y=3 \n" ); document.write( "--------- \n" ); document.write( "Put into slope-intercept form, y = mx + b (m = slope, b = y-intercept) \n" ); document.write( "2y = -x + 3 \n" ); document.write( "y = (-1/2)x + 3/2 \n" ); document.write( "Slope = -1/2, y-intercept = 3/2 \n" ); document.write( " \n" ); document.write( " |