document.write( "Question 255710: Find the equation of the line joining the points (0, 5) and (2, 11).\r
\n" );
document.write( "\n" );
document.write( "Thank's for your help. \n" );
document.write( "
Algebra.Com's Answer #187960 by CharlesG2(834)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the line joining the points (0, 5) and (2, 11).\r \n" ); document.write( "\n" ); document.write( "Thank's for your help.\r \n" ); document.write( "\n" ); document.write( "slope m = y2-y1 / x2-x1 \n" ); document.write( " m = (11-5)/(2-0) \n" ); document.write( " m = 6/2 = 3 \n" ); document.write( "a line is y=mx+b , where m is the slope and b is the y-intercept (0,b)\r \n" ); document.write( "\n" ); document.write( "y=3x+b solve for b \n" ); document.write( "y=3 (0)+b \n" ); document.write( "y=0+b \n" ); document.write( "y=b that is when b=5\r \n" ); document.write( "\n" ); document.write( "y=3x+5 \n" ); document.write( " |