document.write( "Question 531426: What is the line(In slope intercept form) that passes through the points (-3,3) and (1,2)? \n" ); document.write( "
Algebra.Com's Answer #350461 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
m = (3-2)/(-3-1)
\n" ); document.write( "m = 1/-4
\n" ); document.write( "m = -(1/4)
\n" ); document.write( ".
\n" ); document.write( "y = -1/4*x + b
\n" ); document.write( ".
\n" ); document.write( "use the point (1,2) to find 'b'
\n" ); document.write( ".
\n" ); document.write( "2 = -1/4(1) +b
\n" ); document.write( "2 + 1/4 = b
\n" ); document.write( "b = 9/4
\n" ); document.write( ".
\n" ); document.write( "y = -1/4x +9/4
\n" ); document.write( ".
\n" ); document.write( "\"graph%28500%2C500%2C-5%2C12%2C-5%2C5%2C-1%2F4%2Ax%2B9%2F4%29\"
\n" ); document.write( "
\n" );