Finding all real matrices $X$ of order $2\times 2$ which satisfy the equation $X^2=\begin{pmatrix} 1 & 2 \\ 3 & 7 \end{pmatrix}$
My Try: Let $\displaystyle X=\begin{pmatrix} a & b\\ c & d \end{pmatrix}$. Then $\displaystyle X^2=\begin{pmatrix}a^2+bc & b(a+d)\\ c(a+d) & bc+d^2\end{pmatrix}=\begin{pmatrix}1 & 2\\ 3 & 7\end{pmatrix}$
So $a^2+bc=1\cdots (1)$ and $b(a+d)=2\cdots (2)$
And $c(a+d)=3\cdots (3)$ and $bc+d^2=7\cdots (4)$
But this is very complex method
Could some help me to solve it some easy way .Thanks