document.write( "Question 1061726: Use an equation to find the value of k so that a line that passes through the given points has a given slope:\r
\n" );
document.write( "\n" );
document.write( "(1,3). (5,k); slope 2\r
\n" );
document.write( "\n" );
document.write( "(-2,k), (2,0); slope -1\r
\n" );
document.write( "\n" );
document.write( "Please help \n" );
document.write( "
Algebra.Com's Answer #676501 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use an equation to find the value of k so that a line that passes through the given points has a given slope: \n" ); document.write( "(1,3). (5,k); slope 2 \n" ); document.write( "(k-3)/(5-1) = 2 \n" ); document.write( "k-3 = 4*2 \n" ); document.write( "k = 11 \n" ); document.write( "------------------------ \n" ); document.write( "(-2,k), (2,0); slope -1 \n" ); document.write( "(k-0)/(2--2) = -1 \n" ); document.write( "k/4 = -1 \n" ); document.write( "k = -4 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |