document.write( "Question 925980: how do I draw line that passes through the points (10,2) and (4,8) and determine the slope of the line? \n" ); document.write( "
Algebra.Com's Answer #561887 by srinivas.g(540)\"\" \"About 
You can put this solution on YOUR website!
Given points:
\n" ); document.write( " (x1,y1)= (10,2)
\n" ); document.write( " (x2,y2)= ( 4,8)
\n" ); document.write( "slope (m)= \"+%28y2-y1%29%2F%28x2-x1%29\"
\n" ); document.write( " =\"%288-2%29%2F%284-10%29\"
\n" ); document.write( " =\"+6%2F-6\"
\n" ); document.write( " =\"-1\"
\n" ); document.write( "Result : slope (m)= -1
\n" ); document.write( "
\n" );