document.write( "Question 1160656: a straight line with equation 2y = kx + h passes through the points (-3,6) and ( 1,11) find the value of k and of h\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #784018 by MathTherapy(10553)![]() ![]() You can put this solution on YOUR website! a straight line with equation 2y = kx + h passes through the points (-3,6) and ( 1,11) find the value of k and of h \n" ); document.write( " 2y = kx + h\r\n" ); document.write( "2(6) = - 3k + h ---- Substituting (- 3, 6) for (x, y)\r\n" ); document.write( "12 = - 3k + h ------ eq (i)\r\n" ); document.write( "\r\n" ); document.write( "2y = kx + h\r\n" ); document.write( "2(11) = k + h --- Substituting (1, 11) for (x, y)\r\n" ); document.write( "22 = k + h ------ eq (ii)\r\n" ); document.write( "10 = 4k --------- Subtracting eq (i) from eq (ii)\r\n" ); document.write( "\n" ); document.write( " |