document.write( "Question 257235: A line through the points (m, -9) and (7, m) has slope m. What is the value of m? \n" ); document.write( "
Algebra.Com's Answer #189152 by nerdybill(7384)\"\" \"About 
You can put this solution on YOUR website!
A line through the points (m, -9) and (7, m) has slope m. What is the value of m?
\n" ); document.write( ".
\n" ); document.write( "slope = (y2-y1)/(x2-x1)
\n" ); document.write( "m = (m-(-9))/(7-m)
\n" ); document.write( "m = (m+9)/(7-m)
\n" ); document.write( "m(7-m) = (m+9)
\n" ); document.write( "7m-m^2 = m+9
\n" ); document.write( "7m = m^2+m+9
\n" ); document.write( "0 = m^2-6m+9
\n" ); document.write( "0 = (m-3)(m-3)
\n" ); document.write( "m = 3
\n" ); document.write( "
\n" );