document.write( "Question 803315: Find the equation (in terms of x) of the line through the points (-4,3) and (3,1)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #484267 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation (in terms of x) of the line through the points (-4,3) and (3,1) \n" ); document.write( "------ \n" ); document.write( "slope = (3-1)/(-4-3) = -2/7 \n" ); document.write( "----- \n" ); document.write( "Form:: y = mx + b \n" ); document.write( "Solve for \"b\": \n" ); document.write( "1 = (-2/7)3 + b \n" ); document.write( "(7/7) = -6/7 + b \n" ); document.write( "b = 13/7 \n" ); document.write( "-------------- \n" ); document.write( "Equation: \n" ); document.write( "y = (-2/7)x + (13/7) \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " |