document.write( "Question 270397: How can I write the general form of an equation of the line that passes through two points? (1,4) (5,6). Thank you! \n" ); document.write( "
Algebra.Com's Answer #198118 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
(1,4) (5,6)
\n" ); document.write( "Y=mX+b m=slope & b= the Y intercept.
\n" ); document.write( "m=(Y2-Y1)/(X2-X1)
\n" ); document.write( "m=(6-4)/(5-1)=2/4=1/2 ans. for the slope.
\n" ); document.write( "4=1/2*1+b
\n" ); document.write( "4=1/2+b
\n" ); document.write( "b=4-1/2
\n" ); document.write( "b=3 1/2 or 7/2 is the Y intercept.
\n" ); document.write( "Y=X/2+7/2 line equation.
\n" ); document.write( "\"+graph%28+300%2C+200%2C+-8%2C+5%2C+-10%2C+10%2C+x%2F2+%2B7%2F2%29+\" (graph 300x200 pixels, x from -8 to 5, y from -10 to 10, x/2 +7/2).
\n" ); document.write( "
\n" );