document.write( "Question 142430: Find an equation in slope-intercept form passing through the points (2,5) and
\n" );
document.write( "(7,-3). Any help with this equation would be appreciated. Thank you. \n" );
document.write( "
Algebra.Com's Answer #103659 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (2,5) & (7,-3) \n" ); document.write( "First we find the slope (m) (y2-y1)/(x2-x1) \n" ); document.write( "m=(-3-5)/(7-2) \n" ); document.write( "m=-8/5 is the slope. \n" ); document.write( "now we replace the x & y terms with one set of points & solve for the y intercept (b) in the equation [Y=mX+b] \n" ); document.write( "5=-8/5*2+b \n" ); document.write( "5=-16/5+b \n" ); document.write( "5+16/5=b \n" ); document.write( "(25+16)/5=b \n" ); document.write( "41/5=b the y intercept. \n" ); document.write( "Thus the equation is: \n" ); document.write( "y=-8x/5+41/5 \n" ); document.write( " |