Let's understand 4 basic translation rules first:
Let parent function be f(x), so
1. h(x+a) would be f(x) translated a units left
2. h(x-a) would be f(x) translated a units right
3. h(x) + a would be f(x) translated a units up
4. h(x) - a would be f(x) translated a units down
As for reflection, the rules we would need to knw would be:
1. -f(x) would be f(x) replected in x axis
2. f(-x) would be f(x) reflected in y-axis
Now,
given
g is translated 2 units right, that would make f(x):
[tex]\begin{gathered} g(x)=f(x-2)^{} \\ =(x-2)^2 \end{gathered}[/tex]Then,
g is translated 3 units up, so it would be:
[tex]g(x)=(x-2)^2+3[/tex]Last step is to reflect across y-axis.
This means put "-x" in place of x to get:
[tex]\begin{gathered} (x-2)^2+3 \\ =(-x-2)^2+3 \\ =(x-2)^2+3 \end{gathered}[/tex]Same thing.
To write the equation in the form wanted, we multiply:
[tex]\begin{gathered} (x-2)^2+3 \\ =x^2-4x+4+3 \\ =x^2-4x+7 \end{gathered}[/tex]Note:
[tex](a-b)^2=a^2-2ab+b^2[/tex]