Need some help with my first LaTeX drawing…
What about this?
\documentclass{report}
\usepackage{amsmath}
\begin{document}
\[
\left\{
\begin{alignedat}{2}
&\ 1+4+4 &= 9 \\
&\left.\begin{aligned}
1+1+3\\ 1+2+2\\ 1+3+1
\end{aligned} \right\} &= 5
\end{alignedat}
\right.
\]
\end{document}
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\[
\left\{
\begin{aligned}
1 + 4+4 \hphantom{\Bigg\} } & = 9\\
\left.
\begin{aligned}
1+1+3\\
1+2+2\\
1+3+1
\end{aligned}\right\} & =5
\end{aligned}\right.
\]
\end{document}