\documentclass[12pt]{article}
\usepackage{tikz}
\usepackage{amssymb}  % For \therefore symbol
\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}
\usepackage[none]{hyphenat}

\def \HeadingAnswers {\section*{\Large Name: \underline{\hspace{8cm}} \hfill Date: \underline{\hspace{3cm}}} \vspace{-3mm}
{x Check Solution: Answers} \vspace{1pt}\hrule}

% \linespread{1.5} % Adjust line spacing factor
\raggedbottom

% 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}
\HeadingAnswers
\vspace{1pt}
\begin{multicols}{2}
  %  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 5\) is a solution to the equation \(9x = 36\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 9x \\
                    &= 9 \times5 \\
                    &= 45
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 36\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} \neq \text{RHS}\), \(x = 5\) is not  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 6\) is a solution to the equation \(2x = 16\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 2x \\
                    &= 2 \times6 \\
                    &= 12
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 16\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} \neq \text{RHS}\), \(x = 6\) is not  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 4\) is a solution to the equation \(2x = 8\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 2x \\
                    &= 2 \times4 \\
                    &= 8
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 8\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 4\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 7\) is a solution to the equation \(2x = 14\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 2x \\
                    &= 2 \times7 \\
                    &= 14
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 14\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 7\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 7\) is a solution to the equation \(9x = 63\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 9x \\
                    &= 9 \times7 \\
                    &= 63
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 63\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 7\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
\columnbreak
    %  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 6\) is a solution to the equation \(7x = 42\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 7x \\
                    &= 7 \times6 \\
                    &= 42
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 42\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 6\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 2\) is a solution to the equation \(9x = 18\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 9x \\
                    &= 9 \times2 \\
                    &= 18
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 18\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 2\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 6\) is a solution to the equation \(10x = 60\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 10x \\
                    &= 10 \times6 \\
                    &= 60
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 60\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 6\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 9\) is a solution to the equation \(4x = 36\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 4x \\
                    &= 4 \times9 \\
                    &= 36
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 36\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 9\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 6\) is a solution to the equation \(2x = 12\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 2x \\
                    &= 2 \times6 \\
                    &= 12
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 12\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 6\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
\newpage
    %  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 2\) is a solution to the equation \(6x = 30\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 6x \\
                    &= 6 \times2 \\
                    &= 12
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 30\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} \neq \text{RHS}\), \(x = 2\) is not  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 9\) is a solution to the equation \(4x = 36\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 4x \\
                    &= 4 \times9 \\
                    &= 36
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 36\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 9\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 11\) is a solution to the equation \(4x = 40\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 4x \\
                    &= 4 \times11 \\
                    &= 44
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 40\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} \neq \text{RHS}\), \(x = 11\) is not  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 2\) is a solution to the equation \(5x = 25\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 5x \\
                    &= 5 \times2 \\
                    &= 10
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 25\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} \neq \text{RHS}\), \(x = 2\) is not  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 7\) is a solution to the equation \(10x = 100\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 10x \\
                    &= 10 \times7 \\
                    &= 70
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 100\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} \neq \text{RHS}\), \(x = 7\) is not  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
\columnbreak
    %  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 10\) is a solution to the equation \(5x = 50\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 5x \\
                    &= 5 \times10 \\
                    &= 50
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 50\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 10\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 0\) is a solution to the equation \(10x = 30\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 10x \\
                    &= 10 \times0 \\
                    &= 0
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 30\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} \neq \text{RHS}\), \(x = 0\) is not  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 3\) is a solution to the equation \(10x = 30\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 10x \\
                    &= 10 \times3 \\
                    &= 30
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 30\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 3\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 6\) is a solution to the equation \(4x = 24\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 4x \\
                    &= 4 \times6 \\
                    &= 24
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 24\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 6\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
%  \begin{enumerate}
\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.40\textwidth} % The [t] option aligns the top of the minipage with the baseline of the surrounding text.

    \noindent Determine whether \(x = 2\) is a solution to the equation \(4x = 8\):
    \vspace{4pt}  % Ensure spacing between problem statement and solution

    \noindent
    \renewcommand{\arraystretch}{1.3} % Adjust line spacing in the aligned environment
    \begin{tabular}{@{}p{0.60\linewidth}@{}p{0.40\linewidth}@{}}
        \(\begin{aligned}
            \text{LHS} &= 4x \\
                    &= 4 \times2 \\
                    &= 8
        \end{aligned}\) &
        \(\begin{aligned}
            \text{RHS} &= 8\\
                    & \\
                    &
        \end{aligned}\)
    \end{tabular}
    \renewcommand{\arraystretch}{1.0} % Adjust line spacing in the aligned environment
    \vspace{2pt}  % Optional spacing

    \noindent \(\therefore\) Since \(\text{LHS} = \text{RHS}\), \(x = 2\) is  a solution to the equation.

\end{minipage}

 \vspace*{16pt}
\newpage

\end{multicols}
\end{document}
