document.write( "Question 106059This question is from textbook
\n" );
document.write( ": Find the value of k so that the line through the given points has slope m.\r
\n" );
document.write( "\n" );
document.write( "(k+1, 3+2k), (k-1, 1-k); m=k\r
\n" );
document.write( "\n" );
document.write( "I've got to k=((1-k)-(3+2k))/((k-1)-(k+1)) \n" );
document.write( "
Algebra.Com's Answer #77157 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the value of k so that the line through the given points has slope m. \n" ); document.write( "(k+1, 3+2k), (k-1, 1-k); m=k \n" ); document.write( "I've got to m=[(1-k)-(3+2k))]/[(k-1)-(k+1)] \n" ); document.write( "m = [-2-3k]/[-2] \n" ); document.write( "m = (2+3k)/2 \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |