A large sporting event is held over a period of four consecutive days: Thursday, Friday, Saturday and Sunday.
People can watch the event at four different sites throughout the city: Botanical Gardens \((G)\), City Square \((C)\), Riverbank \((R)\) or Main Beach \((M)\).
Let \(S_n\) be the state matrix that shows the number of people at each location \(n\) days after Thursday. The expected number of people at each location can be determined by the matrix recurrence rule
\(S_{n+1}=TS_n+A\)
\begin{aligned}
& \quad \quad \quad \quad \quad \quad \quad \quad \quad \textit{this day} \\
& \quad \quad \quad \quad \quad \quad \quad \ G \quad \ \ C \quad \ \ R \quad \ \ M \\
& \text{where} \quad T=\begin{bmatrix}
0.4 & 0.2 & 0.4 & 0 \\
0.4 & 0.1 & 0.3 & 0.3 \\
0.1 & 0.4 & 0.1 & 0.2 \\
0.1 & 0.3 & 0.2 & 0.5
\end{bmatrix}\begin{array}{l}
G \\
C \\
R \\
M
\end{array} \text { next day } \quad \text{and}& A=\begin{bmatrix}
300 \\
200\\
100 \\
300
\end{bmatrix}\begin{array}{l}
G \\
C \\
R \\
M
\end{array}
\end{aligned}
\begin{aligned} \text{Given the state matrix}& \quad \quad S_3=\begin{bmatrix}
5620\\
6386\\
4892\\
6902
\end{bmatrix}\begin{array}{l}
G \\
C \\
R \\
M
\end{array}
\end{aligned}
the number of people watching the event at the Botanical Gardens \((G)\) from Thursday to Sunday has
- decreased by 162
- decreased by 212
- increased by 124
- increased by 696