document.write( "Question 1042226: Find an equation for the line with the given properties. Express the answer using the general form of the equation of a line.
\n" );
document.write( "Containing the points (-4, -2) and (0, -9)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #657175 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! First find the slope, change in y over change in x \n" ); document.write( "That is -9-(-2)/0-(-4), or -7/4 \n" ); document.write( "Then use the point slope formula \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y+9=(-7/4)(x) \n" ); document.write( "y=(-7/4)x-9 \n" ); document.write( "check with other point. Should get same equation. \n" ); document.write( "y-(-2)=(-7/4)(x+4) \n" ); document.write( "y+2=(-7/4)x-7 \n" ); document.write( "y=-(7/4)x-9 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |