document.write( "Question 1012866: I have two points. (4,-6) and (-2,0)
\n" );
document.write( "how do I create two equations that represent the line that passes through these points?
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #628958 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I have two points. (4,-6) and (-2,0) \n" ); document.write( "how do I create two equations that represent the line that passes through these points? \n" ); document.write( "----- \n" ); document.write( "Two points determine one line, not two. \n" ); document.write( "----- \n" ); document.write( "Form:: y = mx + b is the form of the equation of the line. \n" ); document.write( "--- \n" ); document.write( "slope = m = (0--6)/(-2-4) = 6/-6 = -1 \n" ); document.write( "------ \n" ); document.write( "Solve for \"b\" using one of the points and the fact that m = -1 \n" ); document.write( "------ \n" ); document.write( "Using (-2,0) you get: \n" ); document.write( "0 = -1*-2 + b \n" ); document.write( "b = -2 \n" ); document.write( "------ \n" ); document.write( "Equation: \n" ); document.write( "y = -x - 2 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------- \n" ); document.write( " |