I am kinda new to LaTeX and trying to build a presentation with some math.
I want to write these two equations, but not quite sure how to do it:
As for equation number (1) I am wondering on how I allign the equations meanwhile I just keep equation 1 and not equation 1 and 2

My code is currently:
Code: Select all
\begin{eqnarray}
F_{t+1} &=& F_t+F_t*(R_{t+1}-1)(1-\tau_{PAL})+\theta Y_{t+1} \\
&=& \theta Y_{t+1}+F_t(\tau_{PAL}+R_{t+1}(1-\tau_{PAL})),
\end{eqnarray}
For equation number 4 I am not sure which codes to use
Can anyone help me?

Best regards MathiasH