I want to use alignat with these equations. I tried
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{alignat*}{4}
\sqrt{75} &{}={} \sqrt{3\cdot 25} &{}={} \sqrt{3\cdot 5^2} &{}={} 5\sqrt{3},\\
\sqrt{147} &{}={} \sqrt{3\cdot 49} &{}={} \sqrt{3\cdot 7^2} &{}={} 7\sqrt{3},\\
\sqrt{300} &{}={} \sqrt{3\cdot 100} &{}={} \sqrt{3\cdot 10^2} &{}={} 10\sqrt{3}.
\end{alignat*}
\end{document}
I got
How can I make it line up more correctly?


{}={}with=, though. – Mico Sep 28 '20 at 02:17