document.write( "Question 66371: Write an equation of the line that passes thru the given points:
\n" );
document.write( "(3,-12), (8,4)\r
\n" );
document.write( "\n" );
document.write( "You have to find the slope intercept first right?
\n" );
document.write( "Then use y-y1=m(x-x1) right?\r
\n" );
document.write( "\n" );
document.write( "Or am I way off\r
\n" );
document.write( "\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #47060 by checkley71(8403) ![]() You can put this solution on YOUR website! (y2-y1)/(x2-x1) = slope \n" ); document.write( "(4+12)/(8-3) \n" ); document.write( "16/5 is the slope now substitute one set of points in the line equation thus \n" ); document.write( "Y=mX+b \n" ); document.write( "-12=16/5*3+b \n" ); document.write( "-12=48/5+b \n" ); document.write( "b=-12-48/5 \n" ); document.write( "b=(-60-48)/5 \n" ); document.write( "b=-108/5 OR -21 3/5 SO THE LINE EQUATION IS \n" ); document.write( "Y=16/5X-108/5 \n" ); document.write( " \n" ); document.write( " |