I am working on eliminating parameter $t$ in these parametric equations:
$x(t) = e^{2t}$
$y(t) = e^t + 3$
I know when eliminating parameter $t$, you have to solve for $t$ in one equation and then plug the new equation into y. That's what I did for x and ended up with
$$t=\frac{ln(x)}{2}$$
Next, I just plugged this into $y$ and got
$$y=e^{\frac{ln(x)}{2}}+3$$
Unfortunately, none of the answers provided by the quiz match my answer, the only options are:
$y=e^{2x}+3$
$y=\sqrt{x-3}$
$y=x^2 +3$
$y=\sqrt{x}+3$
Did I accidentally miss a step?
You have
$$e^\frac{\ln(x)}{2}=(e^{\ln(x)})^\frac{1}{2}=x^\frac{1}{2}=\sqrt{x}$$
Thus, you have
$$e^\frac{\ln(x)}{2}+3=\sqrt{x}+3$$, i.e. number 4 is right.