document.write( "Question 419744: find the equation of a line through point(3,1) slope =-2 \n" ); document.write( "
Algebra.Com's Answer #293449 by duckness73(47) You can put this solution on YOUR website! There are many ways to solve this, but I think that I would use the \"slope intercept\" form of an equation, that is, y = mx + b. From the information provided, you know the slope m (that's -2), you know x (that's 3) and you know y (that's 1). So, you can figure out the intercept b. You have:\r \n" ); document.write( "\n" ); document.write( "y = mx + b \n" ); document.write( "1 = (-2)*3 + b \n" ); document.write( "1 = -6 + b \n" ); document.write( "7 = b\r \n" ); document.write( "\n" ); document.write( "So, going back to the slope intercept form of the equation, you can make the substitutions for m and b: \n" ); document.write( "y = mx + b \n" ); document.write( "y = -2x + 7\r \n" ); document.write( "\n" ); document.write( "Answer: y = -2x + 7 \n" ); document.write( " |