document.write( "Question 779756: Find the slope-intercept form of the equation of the line passing through the given points.
\n" );
document.write( "(2, 2),(4, −3/2) \n" );
document.write( "
Algebra.Com's Answer #475364 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Using equation for slope: \n" ); document.write( "y2 - y1/x2 - x1 \n" ); document.write( "-3/2 - 2/4 - 2 \n" ); document.write( "-7/2/2 \n" ); document.write( "= -7/4 (slope) \n" ); document.write( "Using y = mx + c with coords (2,2) \n" ); document.write( "2 = -7/4 * 2 + c \n" ); document.write( "2 = -14/4 + c \n" ); document.write( "2 + 14/4 = + c \n" ); document.write( "22/4 = c \n" ); document.write( "y = -7/4x + 22/4 \n" ); document.write( "Multiply thro' by 4 \n" ); document.write( "4y = -7x + 22 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |