document.write( "Question 648780: Find the equation of a line in slope-intercept from that passes through the points (6,5) and (4,1).\r
\n" );
document.write( "\n" );
document.write( "I don't want just the answer, I would like to actually learn how to work this out myself. Just need help and steps to do so. \n" );
document.write( "
Algebra.Com's Answer #406798 by rfer(16322) ![]() You can put this solution on YOUR website! First find slope \n" ); document.write( "m=(1-5)/(4-6) \n" ); document.write( "m=-4/-2 \n" ); document.write( "m=2 \n" ); document.write( "----------------- \n" ); document.write( "now use y=mx+b to find the y intercept \n" ); document.write( "use either ordered pair \n" ); document.write( "1=2*4+b \n" ); document.write( "1=8+b \n" ); document.write( "-7=b \n" ); document.write( "-------------------- \n" ); document.write( "now you have it \n" ); document.write( "y=2x-7 \n" ); document.write( " |