document.write( "Question 769932: What does the y in y=mx+b mean/stand for? And it says it works for any coordinate pair but how come when a line passes through (1,6) and (-3,5) using (1,6) y=10 but using (-3,5) its -7? \n" ); document.write( "
Algebra.Com's Answer #469125 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Work out the gradient first. \n" ); document.write( "The gradient is the slope or 'm' \n" ); document.write( "y2 - y1/x2 - x1 (1,6) (-3,5) \n" ); document.write( "5 - 6/-3 - 1 = 1/4 \n" ); document.write( "Next using the equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "a and b are x and y from either \n" ); document.write( "of your coordinates. (1,6) (-3,5) \n" ); document.write( "I will use (1,6) \n" ); document.write( "So, a = 1, b = 6 and m = 1/4 \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "y - 6 = 1/4(x - 1) \n" ); document.write( "y - 6 = 1/4x - 1/4 \n" ); document.write( "y = 1/4x - 1/4 + 24/4 (+6) \n" ); document.write( "y = 1/4x + 23/4 \n" ); document.write( "Or multiply thro by 4 to remove fractions. \n" ); document.write( "4y = x + 23 \n" ); document.write( "................ \n" ); document.write( "Now using (1,6) \n" ); document.write( "4(6) = 1 + 23 \n" ); document.write( "24 = 24 \n" ); document.write( "Using (-3,5) \n" ); document.write( "4(5) = -3 + 23 \n" ); document.write( "20 = 20 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |