I have multiple equations that I want center-aligned, but starting at the same point, like I see in other people's texts:
If I use this code:
\begin{align*}
\Pr(\mathbb{X}_2 = 0) = 1-\Pr(\mathbb{X}_2 > 0) \\
\Pr(\mathbb{X}_2 = 4) = \Pr(\mathbb{X}_2 > 3.99)
\end{align*}
I get the equations center-aligned with all lines stopping at the same point, which looks weird. If I use this code:
\begin{align*}
\Pr(\mathbb{X}_2 = 0) &= 1-\Pr(\mathbb{X}_2 > 0) \\
\Pr(\mathbb{X}_2 = 4) &= \Pr(\mathbb{X}_2 > 3.99)
\end{align*}
I get it left aligned:
What can I do to get it center-aligned but starting at the same point?

\Pr, notPr. – egreg Apr 08 '16 at 11:27Pras an operator (not italic). – Karlo Apr 08 '16 at 11:56[fleqn]? – campa Apr 08 '16 at 12:11