Code: Select all
\documentclass[11pt]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\begin{document}
\section*{Title}
Blabla bla bla bla.
\medskip
\begin{enumerate}
\item Blabla bla :
\begin{equation*}
x^2 - a x = 0.
\end{equation*}
\hfill Answer : $x = \tfrac{5}{6}$
\medskip
\item Solve these :
\medskip
\begin{enumerate}
\item
\begin{flalign*}
2 x + y &= 4, \\[6pt]
x - 2 y &= -\, 3.
\end{flalign*}
\hfill Answer : $x = 1$ and $y = 2$
\medskip
\item
\begin{flalign*}
3 x - 2 y &= -\, 7, \\[6pt]
-\, 2 x + 3 y &= 3.
\end{flalign*}
\hfill Answer : $x = -\, 3$ and $y = -\, 1$
\end{enumerate}
\end{enumerate}
\end{document}