document.write( "Question 1081994: Find the equation of the line passing through the points with co-ordinates (5,9) and (-3,13) \n" ); document.write( "
Algebra.Com's Answer #696050 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope is change any divided by change in x. \n" ); document.write( "(13-9)/(-3-5)=-1/2 \n" ); document.write( "point slope formula y-y1=m(x-x1), m slope, (x1,y1) a point \n" ); document.write( "y-9=(-1/2)(x-5) \n" ); document.write( "y=-(1/2)x+11.5 \n" ); document.write( " |