Using LaTeX, how could I achieve the below:

Note how the left equations are aligned around the = which can be achieved using align*. The right case with the center text can likewise be achieved using some clever placement of \left. and \right}, however the equation sets on the left are aligned to eachother, meaning they'd have to be in one align* environment rather than one per set.
I figure I'm looking for something like a multirow for the align* or array environments.
