document.write( "Question 551166: How do I find the value of k so that the line passing through has the given slope m in the problem
\n" );
document.write( "(-k+1,3), (3,k+3), m=3 \n" );
document.write( "
Algebra.Com's Answer #359475 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do I find the value of k so that the line passing through has the given slope m in the problem \n" ); document.write( "(-k+1,3), (3,k+3), m=3 \n" ); document.write( "** \n" ); document.write( "slope=∆y/∆x=(y1-y2)/(x1-x2) \n" ); document.write( "3=(k+3-3)/(3+k-1)=k/k+2 \n" ); document.write( "k=3k+6 \n" ); document.write( "-2k=6 \n" ); document.write( "k=-3 \n" ); document.write( " |