\documentclass[10pt]{article}
\usepackage{amsmath,amsthm,amssymb}
\begin{document}
\begin{enumerate}
\item Calculate:
\begin{align*}
(a) &\,\: +(-31)+(-14)= & \quad(d) &\,\: -(-12)-(+9)= & \quad(g) &\,\: (-11)\cdot(+18)= & \quad(j) &\,\: (-18):(+9)=\;\: \\
(b) &\,\: +(+44)+(-28)= & \quad(e) &\,\: -(-21)-(-15)= & \quad(h) &\,\: (-13)\cdot(-17)= & \quad(k) &\,\: (-39):(-3)=\;\:\\
(c) &\,\: -(-26)+(-54)= & \quad(f) &\,\: +(+22)-(+10)= & \quad(i) &\,\: (+27)\cdot(-19)= & \quad(l) &\,\: (+52):(-4)=\;\:
\end{align*}
\end{enumerate}
\end{document}
I want it to look like this:
I want the text to have this format and a 1 instead of 2. I inserted several spaces (; : \ quad) to try to adjust the text.



{}in order to have it format properly. You've also not given the code that creates that image (specifically, nothing you have here would cause\itemto give 2). The parts that you've left out might not be important, but then again, they could be. What are you intending with the,:? – Teepeemm May 02 '21 at 03:19