document.write( "Question 155795: Graph a line that goes through the point (4,3) and has a slope of 2. \n" ); document.write( "
Algebra.Com's Answer #114737 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b m=2, x=4 & y=3 \n" ); document.write( "3=2*4+b \n" ); document.write( "b=3-8 \n" ); document.write( "b=-5 the y intercept. \n" ); document.write( "y=2x-5 \n" ); document.write( " |