document.write( "Question 746863: please help me solve this equation \r
\n" );
document.write( "\n" );
document.write( "What is the equation of the line that passes through ( 1,5) and (4,11)? \n" );
document.write( "
Algebra.Com's Answer #454559 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! First find the gradient => y2 - y1/ x2 - x1 \n" ); document.write( " = 11 - 5/ 4 - 1 \n" ); document.write( " = 6/3 \n" ); document.write( " = 2 = m \n" ); document.write( "Next use y - b = m(x - a) \n" ); document.write( " Taking one of your points (1,5)\r \n" ); document.write( "\n" ); document.write( " y - 5 = 2(x - 1) \n" ); document.write( " y = 2x - 2 + 5 \n" ); document.write( " y = 2x + 3 \n" ); document.write( " |