|
@@ -0,0 +1,36 @@
|
|
1
|
+%%
|
|
2
|
+%% Datenanalyse Boxplot
|
|
3
|
+%% 1. Prüfung Logarithmen
|
|
4
|
+%%
|
|
5
|
+
|
|
6
|
+\input{bbwPruefungPrintHeader}
|
|
7
|
+\usepackage{bbwPruefung}
|
|
8
|
+
|
|
9
|
+\renewcommand{\pruefungsThema}{Kombinatorik}
|
|
10
|
+\renewcommand{\klasse}{6MG19t}
|
|
11
|
+\renewcommand{\pruefungsNummer}{2}
|
|
12
|
+%%\renewcommand{\pruefungsTeil}{Teil 1 und 2 mit TR}
|
|
13
|
+\renewcommand{\pruefungsDatum}{Mi., 30. März 2022}
|
|
14
|
+%% brauchte 15 Minuten * 4 bei GESO: 60 Min. (Eine Lektion wird etw. knapp.)
|
|
15
|
+\renewcommand{\pruefungsVorgabeZeit}{60 Minuten}
|
|
16
|
+
|
|
17
|
+\renewcommand{\pruefungsHilfsmittel}{\defaultHiflsmittelMitRechner{}}
|
|
18
|
+
|
|
19
|
+\begin{document}%%
|
|
20
|
+\pruefungsIntro{}
|
|
21
|
+
|
|
22
|
+\section{Kombinatorik}
|
|
23
|
+
|
|
24
|
+\input{P_GESO/stoch/kombinatorik/Variation_mit_Wiederholung_ZahlenschlossA_v1}
|
|
25
|
+\input{P_GESO/stoch/kombinatorik/Permutation_v1}
|
|
26
|
+\input{P_GESO/stoch/kombinatorik/Kombination_Club1_v1}
|
|
27
|
+\input{P_GESO/stoch/kombinatorik/Variation_Ohne_Wiederholung_Parkplaetze_v1}
|
|
28
|
+
|
|
29
|
+\input{P_GESO/stoch/kombinatorik/Kombination_Muenzen1_v1}
|
|
30
|
+\input{P_GESO/stoch/kombinatorik/Permutationen_SitzenImBus_v1}
|
|
31
|
+\input{P_GESO/stoch/kombinatorik/Variation_Ohne_Wiederholung_Theater_v1}
|
|
32
|
+\input{P_GESO/stoch/kombinatorik/Variation_mit_Wiederholung_Zelte_v1}
|
|
33
|
+
|
|
34
|
+\input{P_GESO/stoch/kombinatorik/Permutation_der_Permutation_v1}
|
|
35
|
+
|
|
36
|
+\end{document}
|