For a unit step input,
\[
U(s) = \frac{1}{s}
\]
The output is:
\[
Y(s) = G_p(s) \cdot U(s) = \frac{10s + 1}{(5s+1)s}
\]
To find the output at $t = 0^+$, we use the initial value theorem:
\[
y(0^+) = \lim_{s\to\infty} sY(s)
\]
\[
y(0^+) = \lim_{s\to\infty} s \cdot \frac{10s+1}{(5s+1)s}
= \lim_{s\to\infty} \frac{10s + 1}{5s + 1}
\]
Divide numerator and denominator by \(s\):
\[
y(0^+) = \frac{10 + \frac{1}{s}}{5 + \frac{1}{s}} \xrightarrow{s\to\infty} \frac{10}{5} = 2
\]
Thus the immediate response after the step input is 2.