document.write( "Question 21294: use the point formula to find the equation of the line that passes through the point whose coordinates are (1,2) and has a slope of 1 \n" ); document.write( "
Algebra.Com's Answer #11739 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! y=mx+b \n" ); document.write( "m=1; x=1; y=2 \n" ); document.write( "2=1(1)+b \n" ); document.write( " b = 1 \n" ); document.write( "Therefore y=x+1 is the line you want. \n" ); document.write( " |