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)![]() ![]() 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( " |