Question 1139599
<br>
(1) original: {{{sqrt(x)}}} (red)<br>
{{{graph(400,200,-4,10,-5,5,sqrt(x))}}}<br>
(2) reflected over the x-axis: {{{-sqrt(x)}}} (green)<br>
{{{graph(400,200,-4,10,-5,5,sqrt(x),-sqrt(x))}}}<br>
(3) shifted 3 to the right: {{{-sqrt(x-3)}}} (blue)<br>
{{{graph(400,200,-4,10,-5,5,sqrt(x),-sqrt(x),-sqrt(x-3))}}}<br>
(4) shifted down 2: {{{-sqrt(x-3)-2}}} (purple)<br>
{{{graph(400,200,-4,10,-5,5,sqrt(x),-sqrt(x),-sqrt(x-3),-sqrt(x-3)-2)}}}<br>