
John R. answered 12/18/12
John R: Math, Science, and History Teacher
We need to begin by defining our variables, so we can find our equation. We can define x as the number of days into the year and y as Nguyen's weight. Using these variables, we can come up witht the points (0,314) and (128, 218).
The slope formula states: m = (x2 - x1)/(y2 - y1)
Substituting our values, we have m = (218 - 314)/(128 - 0)
m = -96/128
which reduces to m = -3/4
The slope is the rate of weight loss, so Nguyen lost 3/4 of a pound per day.
To find the equation, we need to plug the slope and one of our points into the point slope formula. I recommend using the point (0,314) because one of the values is 0.
Point-slope formual is y - y1 = m(x - x1)
Substituting our values, we have y - 314 = -3/4(x - 0)
y - 314 = -3/4x
y = -3/4x + 314