\begin{flalign}
x &= 4^2 - 1\\
&= 16 - 1\\
&= 15&
\end{flalign}
The code above would result in (1) to the right of x = 4^2 - 1, and so on for each line.
I want to put normal words next to the (1), (2), etc..
So hypothetically, something like this:
\begin{flalign}
x &= 4^2 - 1 \someFunction{given}\\
&= 16 - 1 \someFunction{exponent}\\
&= 15 \someFunction{substraction}&
\end{flalign}


\tag{by reflexive property}? But that's not the intended use… – Manuel Feb 23 '15 at 23:47\begin{equation}a=a \tag{text here}\end{equation}. – Sigur Feb 23 '15 at 23:47flalign*in my original edit, I removed the asterisk. And how would I useflalignfor several equations in this format? – onepiece Feb 23 '15 at 23:56flalign? It should be used rarely. Usealigninstead, the first line can bex&=4^2-1 &&\text{given} \\– egreg Feb 24 '15 at 00:25flalignbe rarely used? I believe it is just the flush left version ofalign. – onepiece Feb 24 '15 at 00:51