document.write( "Question 1157258: what is the equation of a line that has a gradient of -2 and passes through the line (1, 7) \n" ); document.write( "
Algebra.Com's Answer #780098 by Theo(13342)![]() ![]() You can put this solution on YOUR website! gradient and slope are technically not the same, however, for purposes of your problem, they can be considered the same.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in your problem, the gradient is -2. \n" ); document.write( "this means the slope is -2. \n" ); document.write( "the slope intercept form of the equation of a straight line is y = mx + b. \n" ); document.write( "m is the slope, b is the y-intercept. \n" ); document.write( "slope = change in y divided by corresponding change in x = -2, in this case. \n" ); document.write( "formula becomes y = -2 * x + b \n" ); document.write( "use the point to find the y-intercept by replacing y with 7 and x with 1 to get: \n" ); document.write( "7 = 1 * -2 + b \n" ); document.write( "simplify to get 7 = -2 + b \n" ); document.write( "solve for b to get b = 9 \n" ); document.write( "formula becomes y = -2 * x + 9 \n" ); document.write( "that's your solution. \n" ); document.write( "replace x with 1 and solve for y to get y = -2 * 1 + 9 = 7. \n" ); document.write( "the coordinate point of (x,y) = (1,7) is on the line, as it should be. \n" ); document.write( " \n" ); document.write( " |