\documentclass[12pt]{article}
\usepackage{tikz}
\usepackage{amsmath}
% Underlining package
\usepackage[normalem]{ulem} % [normalem] prevents the package from changing the default behavior of \emph to underline.
\usepackage[a4paper, portrait, margin=1cm]{geometry}
\usepackage{multicol}
\usepackage{fancyhdr}

\def \HeadingQuestions {\section*{\Large Name: \underline{\hspace{8cm}} \hfill Date: \underline{\hspace{3cm}}} \vspace{-3mm}
{Inverse operations: Questions} \vspace{1pt}\hrule}

% only in Q due to increased line height with dotted underline
\linespread{0.9} % Adjust line spacing factor to 0.9 if needed to fit 5 in column for 2 div steps

% raise footer with page number; no header
\fancypagestyle{myfancypagestyle}{
  \fancyhf{}% clear all header and footer fields
  \renewcommand{\headrulewidth}{0pt} % no rule under header
  \fancyfoot[C] {\thepage} \setlength{\footskip}{14.5pt} % raise page number allowed min 14.5pt
}
\pagestyle{myfancypagestyle}  % apply myfancypagestyle
\newcounter{minipagecount}
\begin{document}
\HeadingQuestions
\vspace{8mm}
\begin{multicols}{2}
\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{7} &= 7\\
        \frac{x}{7} \times{\dotuline{\hspace{5mm}}} &= 7 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 3 &= 9\\
        x - 3 + \dotuline{\hspace{5mm}} &= 9 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 7 &= 8\\
        x - 7 + \dotuline{\hspace{5mm}} &= 8 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{9} &= 6\\
        \frac{x}{9} \times{\dotuline{\hspace{5mm}}} &= 6 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{3} &= 8\\
        \frac{x}{3} \times{\dotuline{\hspace{5mm}}} &= 8 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 2 &= 9\\
        x - 2 + \dotuline{\hspace{5mm}} &= 9 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 6 &= 5\\
        x - 6 + \dotuline{\hspace{5mm}} &= 5 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        3x &= 18\\
        \frac{3x}{\dotuline{\hspace{5mm}}} &= \frac{18}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\columnbreak
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 9 &= 3\\
        x - 9 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        10x &= 60\\
        \frac{10x}{\dotuline{\hspace{5mm}}} &= \frac{60}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        9x &= 63\\
        \frac{9x}{\dotuline{\hspace{5mm}}} &= \frac{63}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 9 &= 2\\
        x + 9 - \dotuline{\hspace{5mm}} &= 2 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 2 &= 5\\
        x - 2 + \dotuline{\hspace{5mm}} &= 5 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        3x &= 15\\
        \frac{3x}{\dotuline{\hspace{5mm}}} &= \frac{15}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{6} &= 2\\
        \frac{x}{6} \times{\dotuline{\hspace{5mm}}} &= 2 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 2 &= 8\\
        x - 2 + \dotuline{\hspace{5mm}} &= 8 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\newpage
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{5} &= 9\\
        \frac{x}{5} \times{\dotuline{\hspace{5mm}}} &= 9 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 2 &= 9\\
        x + 2 - \dotuline{\hspace{5mm}} &= 9 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 8 &= 4\\
        x + 8 - \dotuline{\hspace{5mm}} &= 4 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{10} &= 4\\
        \frac{x}{10} \times{\dotuline{\hspace{5mm}}} &= 4 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        6x &= 12\\
        \frac{6x}{\dotuline{\hspace{5mm}}} &= \frac{12}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 3 &= 9\\
        x - 3 + \dotuline{\hspace{5mm}} &= 9 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 8 &= 4\\
        x + 8 - \dotuline{\hspace{5mm}} &= 4 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        2x &= 8\\
        \frac{2x}{\dotuline{\hspace{5mm}}} &= \frac{8}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\columnbreak
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{3} &= 10\\
        \frac{x}{3} \times{\dotuline{\hspace{5mm}}} &= 10 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 8 &= 4\\
        x - 8 + \dotuline{\hspace{5mm}} &= 4 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{4} &= 9\\
        \frac{x}{4} \times{\dotuline{\hspace{5mm}}} &= 9 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{10} &= 10\\
        \frac{x}{10} \times{\dotuline{\hspace{5mm}}} &= 10 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 2 &= 5\\
        x - 2 + \dotuline{\hspace{5mm}} &= 5 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 10 &= 5\\
        x - 10 + \dotuline{\hspace{5mm}} &= 5 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        2x &= 16\\
        \frac{2x}{\dotuline{\hspace{5mm}}} &= \frac{16}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{10} &= 2\\
        \frac{x}{10} \times{\dotuline{\hspace{5mm}}} &= 2 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\newpage
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{2} &= 8\\
        \frac{x}{2} \times{\dotuline{\hspace{5mm}}} &= 8 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 6 &= 1\\
        x - 6 + \dotuline{\hspace{5mm}} &= 1 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 9 &= 2\\
        x - 9 + \dotuline{\hspace{5mm}} &= 2 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 8 &= 3\\
        x - 8 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        7x &= 42\\
        \frac{7x}{\dotuline{\hspace{5mm}}} &= \frac{42}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{4} &= 3\\
        \frac{x}{4} \times{\dotuline{\hspace{5mm}}} &= 3 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        4x &= 36\\
        \frac{4x}{\dotuline{\hspace{5mm}}} &= \frac{36}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        7x &= 42\\
        \frac{7x}{\dotuline{\hspace{5mm}}} &= \frac{42}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\columnbreak
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{8} &= 5\\
        \frac{x}{8} \times{\dotuline{\hspace{5mm}}} &= 5 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 8 &= 3\\
        x - 8 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 6 &= 2\\
        x + 6 - \dotuline{\hspace{5mm}} &= 2 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 1 &= 3\\
        x - 1 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 7 &= 3\\
        x - 7 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 10 &= 3\\
        x + 10 - \dotuline{\hspace{5mm}} &= 3 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 10 &= 2\\
        x + 10 - \dotuline{\hspace{5mm}} &= 2 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{10} &= 2\\
        \frac{x}{10} \times{\dotuline{\hspace{5mm}}} &= 2 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\newpage
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 1 &= 9\\
        x - 1 + \dotuline{\hspace{5mm}} &= 9 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 6 &= 3\\
        x - 6 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{9} &= 6\\
        \frac{x}{9} \times{\dotuline{\hspace{5mm}}} &= 6 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 9 &= 2\\
        x - 9 + \dotuline{\hspace{5mm}} &= 2 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 7 &= 1\\
        x + 7 - \dotuline{\hspace{5mm}} &= 1 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 7 &= 3\\
        x + 7 - \dotuline{\hspace{5mm}} &= 3 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 2 &= 8\\
        x - 2 + \dotuline{\hspace{5mm}} &= 8 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 6 &= 1\\
        x - 6 + \dotuline{\hspace{5mm}} &= 1 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\columnbreak
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        8x &= 72\\
        \frac{8x}{\dotuline{\hspace{5mm}}} &= \frac{72}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{2} &= 7\\
        \frac{x}{2} \times{\dotuline{\hspace{5mm}}} &= 7 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 6 &= 3\\
        x - 6 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 4 &= 3\\
        x + 4 - \dotuline{\hspace{5mm}} &= 3 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 9 &= 5\\
        x + 9 - \dotuline{\hspace{5mm}} &= 5 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 10 &= 3\\
        x + 10 - \dotuline{\hspace{5mm}} &= 3 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 2 &= 5\\
        x - 2 + \dotuline{\hspace{5mm}} &= 5 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        3x &= 15\\
        \frac{3x}{\dotuline{\hspace{5mm}}} &= \frac{15}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\newpage
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 6 &= 8\\
        x + 6 - \dotuline{\hspace{5mm}} &= 8 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 9 &= 3\\
        x - 9 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 8 &= 7\\
        x - 8 + \dotuline{\hspace{5mm}} &= 7 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 8 &= 1\\
        x - 8 + \dotuline{\hspace{5mm}} &= 1 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 7 &= 2\\
        x - 7 + \dotuline{\hspace{5mm}} &= 2 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{7} &= 3\\
        \frac{x}{7} \times{\dotuline{\hspace{5mm}}} &= 3 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        4x &= 40\\
        \frac{4x}{\dotuline{\hspace{5mm}}} &= \frac{40}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 6 &= 2\\
        x - 6 + \dotuline{\hspace{5mm}} &= 2 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\columnbreak
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 9 &= 4\\
        x - 9 + \dotuline{\hspace{5mm}} &= 4 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{9} &= 3\\
        \frac{x}{9} \times{\dotuline{\hspace{5mm}}} &= 3 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 8 &= 9\\
        x + 8 - \dotuline{\hspace{5mm}} &= 9 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 3 &= 3\\
        x + 3 - \dotuline{\hspace{5mm}} &= 3 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 10 &= 5\\
        x + 10 - \dotuline{\hspace{5mm}} &= 5 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        7x &= 14\\
        \frac{7x}{\dotuline{\hspace{5mm}}} &= \frac{14}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 9 &= 4\\
        x - 9 + \dotuline{\hspace{5mm}} &= 4 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 10 &= 3\\
        x - 10 + \dotuline{\hspace{5mm}} &= 3 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\newpage
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 1 &= 1\\
        x + 1 - \dotuline{\hspace{5mm}} &= 1 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 10 &= 5\\
        x + 10 - \dotuline{\hspace{5mm}} &= 5 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 7 &= 2\\
        x - 7 + \dotuline{\hspace{5mm}} &= 2 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{10} &= 8\\
        \frac{x}{10} \times{\dotuline{\hspace{5mm}}} &= 8 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{7} &= 4\\
        \frac{x}{7} \times{\dotuline{\hspace{5mm}}} &= 4 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        6x &= 12\\
        \frac{6x}{\dotuline{\hspace{5mm}}} &= \frac{12}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x - 1 &= 5\\
        x - 1 + \dotuline{\hspace{5mm}} &= 5 + \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        2x &= 16\\
        \frac{2x}{\dotuline{\hspace{5mm}}} &= \frac{16}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\columnbreak
    \refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{9} &= 9\\
        \frac{x}{9} \times{\dotuline{\hspace{5mm}}} &= 9 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        6x &= 54\\
        \frac{6x}{\dotuline{\hspace{5mm}}} &= \frac{54}{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 3 &= 2\\
        x + 3 - \dotuline{\hspace{5mm}} &= 2 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 2 &= 2\\
        x + 2 - \dotuline{\hspace{5mm}} &= 2 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 10 &= 7\\
        x + 10 - \dotuline{\hspace{5mm}} &= 7 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{6} &= 9\\
        \frac{x}{6} \times{\dotuline{\hspace{5mm}}} &= 9 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        \frac{x}{7} &= 9\\
        \frac{x}{7} \times{\dotuline{\hspace{5mm}}} &= 9 \times{\dotuline{\hspace{5mm}}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\refstepcounter{minipagecount} % increments the counter minipagecount by one.
\noindent{(\theminipagecount)}\hspace{0.1mm} % By default, LaTeX indents the first line of a new paragraph, but \noindent overrides this
% and inserts the current value of the minipagecount counter, enclosed in parentheses
\begin{minipage}[t]{0.45\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.
    \vspace{-26pt}  % moves the content of the minipage up, reducing the space between the minipage content and the preceding text.
    \raggedright %  the text lines up on the left side, but the right side will be ragged.
    \begin{align*} % The * align environment does not number the equations- Each line is aligned at the & symbol
        x + 7 &= 2\\
        x + 7 - \dotuline{\hspace{5mm}} &= 2 - \dotuline{\hspace{5mm}}\\
        x &= \dotuline{\hspace{5mm}}\\
    \end{align*}
\end{minipage}\newpage

\end{multicols}
\end{document}
