Is there a way to left align the first 2 rows with the last one?

\documentclass{article}
\usepackage{amsmath}
\begin{equation*}
\left\{{\begin{aligned}
&\left.{\begin{aligned}
&A+B=X\\
&B+C=Y\end{aligned}}\right\}2A+B+C=X+Z\\
&C+A=Z
\end{aligned}}\right.
\end{equation*}
\end{document}


=rather than relying onABandCbeing similar width. – David Carlisle May 17 '13 at 22:04