Step 1: Recall that cascaded LTI systems use convolution.
\[
h[n] = h_1[n] h_2[n].
\]
Step 2: Expand the convolution.
\[
h_1[n] = \delta[n-1] + \delta[n+1],
h_2[n] = \delta[n] + \delta[n-1].
\]
Convolving term-by-term:
\[
\delta[n-1] \delta[n] = \delta[n-1],
\delta[n-1] \delta[n-1] = \delta[n-2],
\delta[n+1] \delta[n] = \delta[n+1],
\delta[n+1] \delta[n-1] = \delta[n].
\]
Step 3: Add all results.
\[
h[n] = \delta[n-2] + \delta[n-1] + \delta[n] + \delta[n+1].
\]
Step 4: Conclusion.
The cascaded impulse response is
\[
\delta[n-2] + \delta[n-1] + \delta[n] + \delta[n+1].
\]
Consider the discrete-time systems $ T_1 $ and $ T_2 $ defined as follows:
$ [T_1x][n] = x[0] + x[1] + \dots + x[n], $
$ [T_2x][n] = x[0] + \frac{1}{2}x[1] + \dots + \frac{1}{2^n}x[n]. $
Which of the following statements is true?

