document.write( "Question 1170740: Find the equation of the line containing the points ( -2, 3) and (0, 4)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #795620 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! find the slope or change in y over change in x. This is (4-3)/(0-(-2))=1/2 \n" ); document.write( "point-slope formula y-y1=m(x-x1) \n" ); document.write( "y-4=(1/2)(x-0) \n" ); document.write( "y-4=(1/2)x \n" ); document.write( "y=(1/2)x+4 \n" ); document.write( " |