document.write( "Question 44494: I need to find the line passing through (1,42) and (17,314). \n" ); document.write( "
Algebra.Com's Answer #29371 by pvaka(23) ![]() You can put this solution on YOUR website! First you have to find \"m\" (slope) (y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( " m=314-42/17-1 =272/16 or 17 \n" ); document.write( " m=17\r \n" ); document.write( "\n" ); document.write( "Then finding the equation of a line with the two points given.\r \n" ); document.write( "\n" ); document.write( " (y-y1)=m(x-x1) or \r \n" ); document.write( "\n" ); document.write( " (y-42)=17(x-1) \n" ); document.write( " y-42 = 17x-17 \n" ); document.write( " y-42+42 = 17x-17+42 \n" ); document.write( " y= 17x+25 \n" ); document.write( " \n" ); document.write( " m=17 y = (0,25)\r \n" ); document.write( "\n" ); document.write( "Hope this help \n" ); document.write( " \n" ); document.write( " |