document.write( "Question 268551: find the equation of a line with slope 1/2 and passing through the point (-4,3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #196814 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b m=SLOPE & b=Y INTERCEPT. \n" ); document.write( "3=1/2*-4+b \n" ); document.write( "3=-4/2+b \n" ); document.write( "3=-2+b \n" ); document.write( "b=3+2 \n" ); document.write( "b=5 ans. for the Y intercept. \n" ); document.write( "Y=X/2+5 \n" ); document.write( " |