summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/esami/doc/examples/problem2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/esami/doc/examples/problem2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/esami/doc/examples/problem2.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/esami/doc/examples/problem2.tex b/Master/texmf-dist/doc/latex/esami/doc/examples/problem2.tex
new file mode 100644
index 00000000000..35d816150a5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/esami/doc/examples/problem2.tex
@@ -0,0 +1,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*}
+%}