document.write( "Question 741599: Pedro decides to draw a line through the points (1,2) and (4,7). Create an equation for Pedro's line of best fit that models y in terms of x \n" ); document.write( "
Algebra.Com's Answer #452077 by stanbon(75887) ![]() You can put this solution on YOUR website! Pedro decides to draw a line through the points (1,2) and (4,7). Create an equation for \n" ); document.write( "--------------- \n" ); document.write( "slope = (7-2)/(4-1) = 5/3 \n" ); document.write( "--------------- \n" ); document.write( "Form: y = mx + b \n" ); document.write( "Solve for \"b\": \n" ); document.write( "2 = (5/3)1 + b \n" ); document.write( "---- \n" ); document.write( "b = 1/3 \n" ); document.write( "------------------ \n" ); document.write( "Equation: \n" ); document.write( "y = (5/3)x + (1/3) \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "====================== \n" ); document.write( " |