document.write( "Question 973900: what is the equation for the line that passes through the coordinates (1,2) and (5,10)? \n" ); document.write( "
Algebra.Com's Answer #595932 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what is the equation for the line that passes through \n" ); document.write( "the points (1,2) and (5,10)? \n" ); document.write( "---- \n" ); document.write( "slope = (10-2)/(5-1) = 8/4 = 2 \n" ); document.write( "------ \n" ); document.write( "Form:: y = mx + b \n" ); document.write( "Solve for \"b\":: \n" ); document.write( "10 = 2*5 + b \n" ); document.write( "b = 0 \n" ); document.write( "---- \n" ); document.write( "Ans: y = 2x \n" ); document.write( "--------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |