I want to solve the following nonlinear system of algebraic equations. Indeed, I am curious about a step by step solution for pedagogical purposes. I am wondering if you can come up with anything. I tried but to no avail.
\begin{align*} \sqrt{x} + y &= 7 \\ x + \sqrt{y} &= 11 \end{align*}
The answer is $x=9,\,y=4$. A geometrical investigation can give us better insights as depicted below.



$\newcommand{\bbx}[1]{\,\bbox[15px,border:1px groove navy]{\displaystyle{#1}}\,} \newcommand{\braces}[1]{\left\lbrace\,{#1}\,\right\rbrace} \newcommand{\bracks}[1]{\left\lbrack\,{#1}\,\right\rbrack} \newcommand{\dd}{\mathrm{d}} \newcommand{\ds}[1]{\displaystyle{#1}} \newcommand{\expo}[1]{\,\mathrm{e}^{#1}\,} \newcommand{\ic}{\mathrm{i}} \newcommand{\mc}[1]{\mathcal{#1}} \newcommand{\mrm}[1]{\mathrm{#1}} \newcommand{\pars}[1]{\left(\,{#1}\,\right)} \newcommand{\partiald}[3][]{\frac{\partial^{#1} #2}{\partial #3^{#1}}} \newcommand{\root}[2][]{\,\sqrt[#1]{\,{#2}\,}\,} \newcommand{\totald}[3][]{\frac{\mathrm{d}^{#1} #2}{\mathrm{d} #3^{#1}}} \newcommand{\verts}[1]{\left\vert\,{#1}\,\right\vert}$ $\ds{\bbox[10px,#ffd]{\left\{\begin{array}{ccccl} \ds{\root{x}} & \ds{+} & \ds{y} & \ds{=} & \ds{7} \\[2mm] \ds{x} & \ds{+} & \ds{\root{y}} & \ds{=} & \ds{11} \end{array}\right.}:\ {\Huge ?}}$.
Set $\ds{\pars{\vphantom{\LARGE A}\root{x} = 7\sin^{2}\pars{\theta} \implies x = 49\sin^{4}\pars{\theta}}}$ and $\ds{y = 7\cos^{2}\pars{\theta}}$ such that the first equation is already satisfied. \begin{align} &\mbox{Then,}\qquad\qquad\left.\begin{array}{rcl} \ds{49\sin^{4}\pars{\theta} + 7^{1/2}\cos\pars{\theta}} & \ds{=} & \ds{11} \\[2mm] \ds{49\bracks{1 - \cos^{2}\pars{\theta}}^{2} + 7^{1/2}\cos\pars{\theta}} & \ds{=} & \ds{11} \\[2mm] \ds{\color{darkred}{49\cos^{4}\pars{\theta} - 98\cos^{2}\pars{\theta} + 7^{1/2}\cos\pars{\theta} + 38}} & \ds{\bf\color{black}{\large=}} & \ds{\color{darkred}{0}} \end{array}\right\} \\[1cm] & \implies \pars{\cos\pars{\theta},\sin\pars{\theta}} = \pars{{2 \over 7}\root{7},{\root{21} \over 7}}; \\[2mm] & \implies \pars{x,y} = \pars{49\bracks{\root{21} \over 7}^{4}, 7\bracks{{2 \over 7}\root{7}}^{2}} = \pars{\color{red}{\Large9,4}} \end{align}
See Quartic Function. In this approach, the first equation is satisfied identically, and what's more, the resulting quartic polynomial in $\cos\theta$ does not contain a cubic term. Consequently, one can use the Ferrari solution to solve this equation readily. The method used in Yves Daoust's answer has also this merit.