The output with the code is all wrong. How can I get it to start "X" centimeters from the left margin?
\documentclass[11,fleqn]{article}
\usepackage{verbatim}
\usepackage{caption}
\usepackage{amsmath}
\usepackage{amstext}
\usepackage{mathtools}
\usepackage{hyperref,parskip}
\usepackage{booktabs,multicol,multirow,tabularx}
\usepackage{longtable}
\usepackage{pgfplots}
\pgfplotsset{compat=1.11}
\title{TEST}
\begin{document}
\noindent
\maketitle
The third term can be expanded as follows:
\begin{subequations}
\begin{align}
-E[2P_hL_hQ(P_h-\bar{P})]\\
&=-2QE[(P_h-\bar{P}+\bar{P})(L_h-\bar{L}+\bar{L})(P_h-\bar{P})]\\
&=-2QE(P_h-\bar{P})^2(L_h-\bar{L})\nonumber\\
&\qquad -2QE(P_h-\bar{P})^2\bar{L}\nonumber\\
&\qquad -2QE\bar{P}(P_h-\bar{P})(L_h-\bar{L})\nonumber\\
&\qquad -2QE\bar{P}\bar{L}(P_h-\bar{P})\nonumber\\
\text{after tedius manipulation, can be reduced to}\\
&=-2QE(P_h-\bar{P})^2(L_h-\bar{L})\nonumber\\
&\qquad -2Q\bar{L}\sigma_{P_hL_h}
\end{align}
\end{subequations}
\end{document}
Thanks!!





amsmathormathtools, https://en.wikibooks.org/wiki/LaTeX/Mathematics, http://ctan.ijs.si/tex-archive/obsolete/info/math/voss/mathmode/Mathmode.pdf (regardless that it is obsolete, it is still very informative) etc. From all this literature you can see, that your approach to write multi line equations (as well corrected in accepted answer) is unusual. Happy TeX-ing! – Zarko Nov 27 '16 at 03:45