document.write( "Question 17270: what is the slope if the line is -1/2 and it passes through the point (1,2)? \n" ); document.write( "
Algebra.Com's Answer #8330 by plourde216(7) ![]() You can put this solution on YOUR website! When you are given the slope of a line and a point that is on the line, you should use point-slope form. Point-slope form is (y-y1)=m(x-x1). The m stands for slope, x1 and y1 are the values from the ordered pair that you are give. In this case, the formula would read (y-2)=(-1/2)(x-1). Your next step would be to distribute the -1/2 to (x-1). This will leave you with (-1/2)x + (1/2) on the right side of the equation. \n" ); document.write( "y-2=(-1/2)x + (1/2) \n" ); document.write( "Now you will add 2 to both sides in order to get y by itself. \n" ); document.write( "y=(-1/2)x +(5/2)\r \n" ); document.write( "\n" ); document.write( "Hope this helps \n" ); document.write( " |