document.write( "Question 233237: find an equation of th line that contains the given pair of points (13,21) (1,9) \n" ); document.write( "
Algebra.Com's Answer #172166 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! find an equation of th line that contains the given pair of points (13,21) (1,9) \n" ); document.write( "------------- \n" ); document.write( "There's only one equation. \n" ); document.write( "1st, find the slope, m \n" ); document.write( "m = diffy/diffx = 12/12 \n" ); document.write( "m = 1 \n" ); document.write( "----------- \n" ); document.write( "Use y = mx+b with either point to find b \n" ); document.write( "9 = 1*1 + b \n" ); document.write( "b = 8 \n" ); document.write( "--> y = x + 8 \n" ); document.write( " \n" ); document.write( " |