document.write( "Question 427581: write the slope intercept equation for the line with slope -2/7 and y intercept (0,4)
\n" );
document.write( "I have tried the formula (y2-y1)/(x2-x1), but the fraction is messing with me? \n" );
document.write( "
Algebra.Com's Answer #297339 by Alan3354(69443) You can put this solution on YOUR website! It's y = mx + b \n" ); document.write( "m = -2/7 \n" ); document.write( "b = 4 \n" ); document.write( "-------- \n" ); document.write( "y = (-2/7)x + 4 \n" ); document.write( " \n" ); document.write( " |