document.write( "Question 119757: write an equation of the line that passes through the given point and has the given slope.
\n" );
document.write( "(2,3),m=1/2 \n" );
document.write( "
Algebra.Com's Answer #87758 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b WHERE m=SLOPE & b=Y INTERCEPT. \n" ); document.write( "3=1/2*2+b \n" ); document.write( "3=1+b \n" ); document.write( "b=3-1 \n" ); document.write( "b=2 THUS THE LINE EQUATION IS: \n" ); document.write( "Y=X/2+2 ANSWER. \n" ); document.write( " |