Part A:
A scatter plot is a set of points plotted on a horizontal and vertical axes. If we use the left column as the 'horizontal' variable and the right column as the 'vertical' variable, we have the following scatterplot:
Part B:
Regression models describe the relationship between variables by fitting a line to the observed data. Linear regression models use a straight line. A line equation has the form:

where m represents the slope and b the y-intercept.
Using the least square method to determinate those coefficients, the line regression model equation for our dataset is:

For this line we have the following graph:
Exponential regression models use an exponential curve. A exponential equation has the form:

Where a represents the initial value and b represents the growth/decay rate.
Using the exponential regression model, we have the following equation:

This equation has the following graph:
Part C:
The slope/multiplier represents the rate the graph decreases. On the context of the problem, the rate that new cases appear.
Part D:
For each model, we just have to solve the following equation:

Solving for the linear model, we have:

Solving for the exponential model, we have:
