document.write( "Question 269150: Find an equation of the line that passes through the two given points. If possible write your equation in slope-intercept form.
\n" );
document.write( "(3,2) (5,6) \n" );
document.write( "
Algebra.Com's Answer #197271 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find an equation of the line that passes through the two given points. If possible write your equation in slope-intercept form. \n" ); document.write( "(3,2) (5,6) \n" ); document.write( "----- \n" ); document.write( "slope = (6-2)/(5-3) = 4/2 = 2 \n" ); document.write( "--------------------------------- \n" ); document.write( "Linear Form: y = mx + b \n" ); document.write( "You know m and you know y = 2 when x = 3. \n" ); document.write( "Solve for \"b\": \n" ); document.write( "2 = 2(3)+b \n" ); document.write( "b = -4 \n" ); document.write( "----------------- \n" ); document.write( "Equation: \n" ); document.write( "y = 2x -4 \n" ); document.write( "==================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |