document.write( "Question 355553: What is the equation of the line that passes through the points (−2, 2) and (0, 5)? \n" ); document.write( "
Algebra.Com's Answer #253908 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
points (-2,2) (0,5)
\n" ); document.write( "slope m = y2-y1/x2-x1
\n" ); document.write( "slope = 5-2/0+2
\n" ); document.write( "= 3/2
\n" ); document.write( "...
\n" ); document.write( "equation = (y-y1)=m(x-x1)
\n" ); document.write( "use the first point
\n" ); document.write( "(y-2)=3/2(x+2)
\n" ); document.write( "2(y-2)=3(x+2)
\n" ); document.write( "2y-4 = 3x+6
\n" ); document.write( "2y= 3x+10
\n" ); document.write( "y = 3/2 *x +5is the equation of the line
\n" ); document.write( "\"graph%28300%2C300%2C-5%2C5%2C-5%2C7%2C%28%283x%2F2%29%2B5%29%29\"
\n" ); document.write( "
\n" );