summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/esami/doc/examples/problem1.tex
blob: a584624325dfeb750502f2f077017ba67c846590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\newproblem{
\begin{problem}[4]\estraialfa{3}{a,b,c,x,y,z}{element}List all the elements of the power set (set of subsets) of
\[\left\{\elementi, \; \elementii,\; \elementiii\right\}\]
\begin{solution}
\[\emptyset,\; \left\{\elementi\right\},\;\left\{\elementii\right\},\;\left\{\elementiii\right\},\;
\left\{\elementi,\elementii\right\},\;\left\{\elementi,\elementiii\right\},\;\left\{\elementii,\elementiii\right\},\;\left\{\elementi,\elementii,\elementiii\right\}\]
\end{solution}
\end{problem}
}

\newproblem{
\begin{problem*}[4]\estraialfa{4}{a,b,c,x,y,z}{element}Let $A=\{\elementi,\elementii,\elementiii\}$ and $B=\{\elementi,\elementiii,\elementiv\}$.
\begin{parts}
\item \PTs{2}
List (without repetition) the elements of the set $A\cup B$
\begin{solution}[3cm]
\[A \cup B=\left\{\elementi,\elementii,\elementiii,\elementiv\right\}\]
\end{solution}
\begin{workarea}{3cm}
$A \cup B=$
\end{workarea}
\item \PTs{2}
List (without repetition) the elements of the set $A\cap B$
\begin{solution}[3cm]
\[A \cap B=\left\{\elementi,\elementiii\right\}\]
\end{solution}
\begin{workarea}{3cm}
$A \cap B=$
\end{workarea}
\end{parts}
\end{problem*}
}