We will use the method of linear regression to find the estimated profit for the 4superscript{th} year when the marketing expenditure is 5 units. The linear regression equation is given by:
\[
y = mx + c
\]
where:
- \( x \) is the expenditure (independent variable),
- \( y \) is the annual profit (dependent variable),
- \( m \) is the slope (rate of change of profit with respect to expenditure),
- \( c \) is the y-intercept.
We can first calculate the slope \( m \) and the y-intercept \( c \) from the given data using the formulas:
\[
m = \frac{n(\sum xy) - (\sum x)(\sum y)}{n(\sum x^2) - (\sum x)^2}
\]
\[
c = \frac{\sum y - m(\sum x)}{n}
\]
where \( n \) is the number of data points.
Substituting the values from the table:
- \( x = [3, 4, 6] \)
- \( y = [22, 27, 36] \)
After performing the calculations, we find the linear regression equation. Substituting \( x = 5 \) into the equation gives us the estimated annual profit.
The result will lie between \( 30.00 \) and \( 33.00 \).