document.write( "Question 260398: Find the equation of the line through (2,a) and (9,b).
\n" );
document.write( "y=___________ \n" );
document.write( "
Algebra.Com's Answer #191851 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the equation of the line through (2,a) and (9,b). \n" ); document.write( "---------- \n" ); document.write( "|x y 1| \n" ); document.write( "|2 a 1| = 0 \n" ); document.write( "|9 b 1| \n" ); document.write( "-------- \n" ); document.write( "x(a-b) - y(2-9) + 2b-9a = 0 \n" ); document.write( "xa-xb + 7y + 2b-9a = 0 \n" ); document.write( "7y = (b-a)x + 9a - 2b \n" ); document.write( "y = ((b-a)/7)*x + 9a/7 - 2b/7 \n" ); document.write( "------------------------------ \n" ); document.write( "The usual method: \n" ); document.write( "m = (b-a)/7 \n" ); document.write( "Use y=mx+B and either point to find B the y-intercept \n" ); document.write( "a = 2(b-a)/7 + B \n" ); document.write( "B = (7a - 2(b-a))/7 \n" ); document.write( "y = mx + B \n" ); document.write( "y = ((b-a)/7)*x + (7a - 2(b-a))/7 \n" ); document.write( "y = ((b-a)/7)*x + (9a - 2b)/7 same answer\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |