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)![]() ![]() ![]() 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( " |