document.write( "Question 474986: a spring stretches to 22cm with a 70g weight attached to the end. with a 105g weight attached, it stretches to 27cm. which equation models the distance y the spring stretches with weight x attached to it?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #325715 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! a spring stretches to 22cm with a 70g weight attached to the end. with a 105g weight attached, it stretches to 27cm. which equation models the distance y the spring stretches with weight x attached to it? \n" ); document.write( "============================================================ \n" ); document.write( "The equation has the form y = mx + b. \n" ); document.write( "Given the two points (70,22) and (105,27) we have two equations and two unknowns \n" ); document.write( "22 = 70m + b [1] \n" ); document.write( "27 = 105m + b [2] \n" ); document.write( "Subtract [1] from [2] \n" ); document.write( "5 = 35m \n" ); document.write( "This gives m = 1/7 \n" ); document.write( "Now substitute this value for m into either of the two equations ([1]): \n" ); document.write( "22 = 70*1/7 + b \n" ); document.write( "22 = 10 + b \n" ); document.write( "b = 12 \n" ); document.write( "So the equation is y = x/7 + 12 \n" ); document.write( " |