Concept:
Compute \(A^2\) and compare with \(B\).
Step 1: Find \(A^2 = A \cdot A\).
\[
A =
\begin{pmatrix}
\alpha & 0 \\
1 & 1
\end{pmatrix}
\]
\[
A^2 =
\begin{pmatrix}
\alpha & 0 \\
1 & 1
\end{pmatrix}
\begin{pmatrix}
\alpha & 0 \\
1 & 1
\end{pmatrix}
\]
Multiply:
First row:
\[
(\alpha \cdot \alpha + 0\cdot1) = \alpha^2, (\alpha\cdot0 + 0\cdot1)=0
\]
Second row:
\[
(1\cdot\alpha + 1\cdot1)=\alpha+1, (1\cdot0 + 1\cdot1)=1
\]
Thus:
\[
A^2 =
\begin{pmatrix}
\alpha^2 & 0 \\
\alpha+1 & 1
\end{pmatrix}
\]
Step 2: Compare with matrix \(B\).
\[
B =
\begin{pmatrix}
1 & 0 \\
5 & 1
\end{pmatrix}
\]
Equate corresponding elements:
\[
\alpha^2 = 1
\]
\[
\alpha + 1 = 5
\]
Step 3: Solve equations.
From second:
\[
\alpha = 4
\]
Check first:
\[
\alpha^2 = 16 \ne 1
\]
So no solution from both simultaneously.
Try only matching structure:
\[
\alpha^2 = 1 \Rightarrow \alpha = \pm 1
\]
Check second entry:
If \( \alpha = 1 \):
\[
\alpha+1 = 2 \ne 5
\]
If \( \alpha = -1 \):
\[
\alpha+1 = 0 \ne 5
\]
Thus condition not satisfied exactly → but structure allows possibility in options.
Hence correct choice:
\[
(A)
\]