|
@@ -0,0 +1,42 @@
|
|
1
|
+%%
|
|
2
|
+%% 4. Prüfung 6VG20r Kombinatorik
|
|
3
|
+%%
|
|
4
|
+
|
|
5
|
+\input{bbwPruefungPrintHeader}
|
|
6
|
+\usepackage{bbwPruefung}
|
|
7
|
+
|
|
8
|
+\renewcommand{\pruefungsThema}{Kombinatorik}
|
|
9
|
+\renewcommand{\klasse}{2r}
|
|
10
|
+\renewcommand{\pruefungsNummer}{4}
|
|
11
|
+%%\renewcommand{\pruefungsTeil}{Teil 1 und 2 mit TR}
|
|
12
|
+\renewcommand{\pruefungsDatum}{19. Mai 2021}
|
|
13
|
+%% brauchte 20 Minuten * 4 bei GESO: 80 Min.
|
|
14
|
+\renewcommand{\pruefungsVorgabeZeit}{45 Minuten}
|
|
15
|
+
|
|
16
|
+\renewcommand{\pruefungsHilfsmittel}{\defaultHiflsmittelMitRechner{}}
|
|
17
|
+
|
|
18
|
+\begin{document}%%
|
|
19
|
+\pruefungsIntro{}
|
|
20
|
+
|
|
21
|
+\section{Kombinatorik}
|
|
22
|
+%% Fakultät
|
|
23
|
+\input{P_GESO/stoch/kombinatorik/Permutation_v1}
|
|
24
|
+
|
|
25
|
+%% Variation mit Wiederholung
|
|
26
|
+\input{P_GESO/stoch/kombinatorik/variationen_mit_wiederholung_v1}
|
|
27
|
+
|
|
28
|
+%% Kombinationen ohne Wiederholung
|
|
29
|
+\input{P_GESO/stoch/kombinatorik/Kombination_Ohne_Wiederholung2_v1}
|
|
30
|
+%% Parkplätze: \input{P_GESO/stoch/kombinatorik/Kombination_Ohne_Wiederholung1_v2}
|
|
31
|
+
|
|
32
|
+%% Binomialkoeffizient
|
|
33
|
+\input{P_GESO/stoch/kombinatorik/Auswahl1_v1}
|
|
34
|
+
|
|
35
|
+\section{Stochastik Grundlagen}
|
|
36
|
+
|
|
37
|
+\section{Wahrscheinlichkeit}
|
|
38
|
+\subsection{Laplace}
|
|
39
|
+\subsection{Baumdiagramme}
|
|
40
|
+\input{P_GESO/stoch/wahrscheinlichkeit/baum/Hund_und_Herrchen_v1}
|
|
41
|
+
|
|
42
|
+\end{document}
|