document.write( "Question 227554: state the equation( in slope-intercept form) of the line that passes through the points (-2,5) and (4,8) \n" ); document.write( "
Algebra.Com's Answer #169051 by Alan3354(69443) You can put this solution on YOUR website! state the equation( in slope-intercept form) of the line that passes through the points (-2,5) and (4,8) \n" ); document.write( "------------ \n" ); document.write( "Find the slope, m \n" ); document.write( "m = diffy/diffx = (5-8)/(-2-4) = -3/-6 \n" ); document.write( "m = 1/2 \n" ); document.write( "--------- \n" ); document.write( "Then use y=mx+b with either point \n" ); document.write( "(4,8) \n" ); document.write( "8 = (1/2)*4 + b = 2+b \n" ); document.write( "b = 6 \n" ); document.write( "--> y = (1/2)x + 6 \n" ); document.write( "------------ \n" ); document.write( "------------ \n" ); document.write( "Check both points: \n" ); document.write( "5 =? (1/2)(-2) + 6 \n" ); document.write( "5 = 5 \n" ); document.write( "------------ \n" ); document.write( "8 =? (1/2)*4 + 6 \n" ); document.write( "8 = 8 \n" ); document.write( " |