Consider the code
\begin{align*}
(pq+q-3)^2-(3pq+p+q-6)(pq+q-3)+2(p^2q^2+p^2q+pq^2-7pq+p+q+2)\\
=&\;(p^2q^2+q^2+9+2pq^2-6q-6pq)
+(-3p^2q^2-p^2q-pq^2+6pq-3pq^2-pq-q^2+6q+9pq+3p+3q-18)\\+2(p^2q^2+p^2q+pq^2-7pq+p+q+2)\\
=&\;p^2q-5-6pq+5p+5q\\
=&\;pq(p-6)+5(p+q-1)\\
\end{align*}
I used the technique which was shown here How to align the equations to start from left
but I it is not working here.
The lines are getting disbalanced.Can someone help please


alignis designed to provide the correct spacing after operators when the&is placed before them. Moving the&would get rid of the need to explicitly add space. – barbara beeton Apr 02 '19 at 15:35