document.write( "Question 911751: Find a point M on the line y= -2x + 3 such that the slope of the line through (2,3) and M is equal to 2 \n" ); document.write( "
Algebra.Com's Answer #553323 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find a point M on the line y= -2x + 3 such that the slope of the line through (2,3) and M is equal to 2 \n" ); document.write( "*** \n" ); document.write( "Equation of a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "y=mx+b \n" ); document.write( "using coordinates of given point on the line(2,3) and slope=2 \n" ); document.write( "3=2*2+b \n" ); document.write( "b=-1 \n" ); document.write( "equation: \n" ); document.write( "y=2x-1 \n" ); document.write( "y=-2x+3(given) \n" ); document.write( "add: \n" ); document.write( "2y=2 \n" ); document.write( "y=1 \n" ); document.write( "2x=y+1 \n" ); document.write( "2x=2 \n" ); document.write( "x=1 \n" ); document.write( "point of intersection, M:(1,1) \n" ); document.write( " \n" ); document.write( " |