document.write( "Question 1069988: Find an equation of the line passing through the given points. Use function notation to write the equation.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "(−3,17) and (−7,37)\r
\n" );
document.write( "\n" );
document.write( "F(x)= \n" );
document.write( "
Algebra.Com's Answer #685094 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the line passing through the given points. \n" ); document.write( "============ \n" ); document.write( "Same problem, different numbers: \n" ); document.write( "---------- \n" ); document.write( "(3,1) and (-2,8) \n" ); document.write( "--- \n" ); document.write( "Slope m = diffy/diffx = (8-1)/(-2-3) = -7/5 \n" ); document.write( "---- \n" ); document.write( "Use y-y1 = m*(x-x1) where (x1,y1) is either point. \n" ); document.write( "y-1 = (-7/5)*(x-3) \n" ); document.write( "5y-5 = -7x + 21 \n" ); document.write( "7x + 5y = 26 \n" ); document.write( " |