document.write( "Question 207610: A line passes through the points P(4,0) and Q(6,-4).
\n" );
document.write( "a) Calculate the slope of the line.
\n" );
document.write( "b) Write the equation of the line in slope-intercept form.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #156994 by checkley77(12844) ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "m=slope=(y2-y1)/(x2-x1)=(-4-0)/6-4)=-4/2=-2 is the slope. \n" ); document.write( "a)=-2 \n" ); document.write( "0=-2*4+b \n" ); document.write( "0=-8+b \n" ); document.write( "b=8 is the y intercept. \n" ); document.write( "b) Y=-2X+8 \n" ); document.write( " |