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)\"\" \"About 
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( "\"graph%28300%2C300%2C-10%2C10%2C-10%2C20%2C-%281%2F2%29x%2B11.5%29\"
\n" ); document.write( "
\n" );