document.write( "Question 327428: determine k so that the line through (k+2,k) and (3,2) has slope 3 \n" ); document.write( "
Algebra.Com's Answer #234559 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The equation for slope is,
\n" ); document.write( "\"m=%28y2-y1%29%2F%28x2-x1%29=%282-k%29%2F%283-%28k%2B2%29%29=3\"
\n" ); document.write( "\"2-k=3%281-k%29\"
\n" ); document.write( "\"2-k=3-3k\"
\n" ); document.write( "\"2k=1\"
\n" ); document.write( "\"highlight%28k=1%2F2%29\"
\n" ); document.write( "
\n" );