document.write( "Question 1067111: Find an equation of the line passing through the given points. Write the equation in function notation.(4,-8) and (-5,-3)
\n" );
document.write( "f(x)= \n" );
document.write( "
Algebra.Com's Answer #682306 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope is -3-(-8)/-5-4=-5/9 \n" ); document.write( "use (-5,-3) \n" ); document.write( "y-y1=m(x-x1), m slope and (x1,y1) is point \n" ); document.write( "y+3=-(5/9)(x+5) \n" ); document.write( "y+3=-(5/9)x-25/9 \n" ); document.write( "y=-(5/9)x-(52/9) \n" ); document.write( " |