I want to align unnumbered equations about the '=' sign having one or two lines of statements in between. And also, I want them to be centered. Here is what I did in my code:
\begin{align*}
T & = \frac{0.161V}{\sum as}\\
\sum as & = \frac{0.161V}{T}\\
\end{align*}
Substituting the known values, we get,\\
\begin{align*}
\sum as & = \frac{0.161 \times 120000}{1.5}\\
\sum as & = 13360 \text{ O W U}
\end{align*}
The total absorption of the hall is 13,360 open window units (O W U)\\
Therefore, the average absorbing power of the surface\\
\begin{align*}
a & = \frac{\sum as}{\sum s}\\
\implies a & = \frac{13360}{25000}\\
\implies a &=0.5344 \text{sabine}
\end{align*}
The average absorbing power of the surface is 0.5344 sabine.
The above code gives an output in which the equal to signs are not aligned. I want them to be centered and aligned. Also the equation comes in the next line of the statement. I want them to come in a single line. Please help.

alignan use\intertextfor the text in between? – moewe Oct 01 '14 at 12:08\intertextbut also remove the\\from before thealignyou only want\\inside the alignment.` – David Carlisle Oct 01 '14 at 12:22