1. A calculator runs three regressions on a dataset and returns: Linear $R^2 = 0.72$, Quadratic $R^2 = 0.91$, Exponential $R^2 = 0.88$. Which model best fits the data?
2. A study finds that as the number of firefighters at a fire ($x$) increases, so does the property damage ($y$), yielding $R^2 = 0.95$. What is the correct conclusion?
3. The $R^2$ values for three regression models are: LinReg $= 0.80$, QuadReg $= 0.76$, ExpReg $= 0.94$. The model that best fits the data is ___, and its $R^2$ value is ___.
4. Which statement about the Coefficient of Determination $R^2$ is TRUE?
5. For the dataset $\{(1, 3), (2, 7), (3, 13), (4, 21), (5, 31)\}$, the second differences are all equal to $2$. Which regression type is most appropriate?
6. A table of data has evenly spaced $x$-values. The first differences of the $y$-values are $5, 5, 5, 5$. Which function family best models this data?
7. Consider the data: $(0, 2),\ (1, 6),\ (2, 18),\ (3, 54)$. The successive ratios between consecutive $y$-values are all equal to ___.
8. For the data $(1, 2),\ (2, 5),\ (3, 10),\ (4, 17)$, the first differences are $3, 5, 7$. What are the second differences, and what function family does this suggest?
9. The data $(0, 5),\ (1, 8),\ (2, 11),\ (3, 14)$ has evenly spaced $x$-values. The constant first difference is ___.
10. A dataset has first differences of $2, 4, 8, 16$. Which method should you apply next to correctly identify the function family?