Question 441267
Tommy noticed that every day there are more sea gulls in the supermarket parking lot.On the first day,There were 7,On the second day, there were 15.On the third day, there were 24.At this rate, how many sea gulls will there be on the 8th day? Explain how you got your answer.
----------------------------
Sequence: 7,15,24,....
-------------------
I ran a linear regression program on the data and
got the following regression equation:
f(x) = 8.5x -(5/3)
--------------------------
So, f(8) = 8.5(8)-(5/3)  = 66 1/3
---
Round down to 66 gulls on day 8
====================================
Cheers,
Stan H.