I am using LaTeX version 3.77. I am trying to label my equations but every method appeared online won't seem to work for me for some reason.
\begin{document}
Below is the equation I am typing, and I would like it to be numbered [1]
\[A_t = P_t^K + B_t + M_t\]
Below is the equation I would like to be numbered [2]
\[a_t = p_t^K + b_t + m_t\]
\end{document}

equationinstead of\[ \]? – Mar 22 '19 at 14:23