document.write( "Question 236804: if a straight line with slope 5 contains the points (1,2) and (3,k), the value of k is? \n" ); document.write( "
Algebra.Com's Answer #174204 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! if a straight line with slope 5 contains the points (1,2) and (3,k), the value of k is? \n" ); document.write( ". \n" ); document.write( "Given two points on a line, slope is defined as: \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( ". \n" ); document.write( "In your problem, they give: \n" ); document.write( "two points: (1,2) and (3,k) \n" ); document.write( "slope: 5 \n" ); document.write( ". \n" ); document.write( "Plugging into: \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "5 = (k-2)/(3-1) \n" ); document.write( "5 = (k-2)/(2) \n" ); document.write( "10 = k-2 \n" ); document.write( "7 = k \n" ); document.write( " |