|
@@ -0,0 +1,69 @@
|
|
1
|
+%%
|
|
2
|
+%% Semesterprüfung BMS
|
|
3
|
+%%
|
|
4
|
+
|
|
5
|
+\input{bbwLayoutPruefung}
|
|
6
|
+%%\usepackage{bbwPruefung}
|
|
7
|
+
|
|
8
|
+\renewcommand{\pruefungsThema}{Stochastik}
|
|
9
|
+\renewcommand{\klasse}{6ZVG22t (NP)}
|
|
10
|
+\renewcommand{\pruefungsNummer}{3\_np}
|
|
11
|
+%%\renewcommand{\pruefungsTeil}{Teil 1 und 2 mit TR}
|
|
12
|
+\renewcommand{\pruefungsDatum}{9. Juni 2023}
|
|
13
|
+%% brauchte 15'20" * 4 bei GESO: 65.2 Min. (Eine Lektion wird etw. knapp.)
|
|
14
|
+\renewcommand{\pruefungsVorgabeZeit}{80 Minuten}
|
|
15
|
+
|
|
16
|
+%%\renewcommand{\inPapierform}{\achtAvier}%% es gibt "achtAvier", "openBook"
|
|
17
|
+\renewcommand{\pruefungsHilfsmittel}{Schreibzeug, Taschenrechner,
|
|
18
|
+Formelsammlung BBW plus acht (8) A4-Seiten Zusammenfassung (entweder vier Blätter
|
|
19
|
+doppelseitig oder acht Seiten einseitig beschrieben)}
|
|
20
|
+
|
|
21
|
+\begin{document}%%
|
|
22
|
+\pruefungsIntro{}
|
|
23
|
+
|
|
24
|
+\section{Datennalyse}
|
|
25
|
+\input{P_ALLG/datenanalyse/boxplot/boxplot_interpretieren_v1}%% war v2
|
|
26
|
+\input{P_ALLG/datenanalyse/histogramm/histogramm_v3}%% war v4
|
|
27
|
+\newpage
|
|
28
|
+\section{Stochastik}
|
|
29
|
+\subsection{Kombinatorik}
|
|
30
|
+
|
|
31
|
+\input{P_ALLG/stochastik/kombinatorik/Variation_mit_Wiederholung_ZahlenschlossB_log_v1}
|
|
32
|
+
|
|
33
|
+%\input{P_ALLG/stochastik/kombinatorik/Permutationen_SitzenImBus_v1}
|
|
34
|
+\input{P_ALLG/stochastik/kombinatorik/Permutation_v1}
|
|
35
|
+
|
|
36
|
+%\input{P_ALLG/stochastik/kombinatorik/Variation_Ohne_Wiederholung_Parkplaetze_v1}
|
|
37
|
+\input{P_ALLG/stochastik/kombinatorik/Variationen_mit_Wiederholung_Stoffreste_v1}
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+\input{P_ALLG/stochastik/kombinatorik/Kwami_v1}
|
|
41
|
+%%\input{P_ALLG/stochastik/kombinatorik/Kombination_Club1_v1}
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+%\input{P_ALLG/stochastik/kombinatorik/Kombinatorik_kombiniert_Kleiderhaken_v1}
|
|
45
|
+
|
|
46
|
+\input{P_ALLG/stochastik/kombinatorik/Wegnetz_v1}
|
|
47
|
+
|
|
48
|
+\subsection{Wahrscheinlichkeit}
|
|
49
|
+\input{P_ALLG/stochastik/grundlagen/Ereignis_aus_Omega_v2}%% war v1
|
|
50
|
+
|
|
51
|
+\input{P_ALLG/stochastik/wahrscheinlichkeit/baum/Hund_und_Herrchen_v2}%% war v1
|
|
52
|
+
|
|
53
|
+\input{P_ALLG/stochastik/kombinatorik/Reihenfolge_vs_Anzahl_Basil_v1}
|
|
54
|
+
|
|
55
|
+\subsubsection{Bernoulli und Hypergeometrische Verteilungen}
|
|
56
|
+\input{P_ALLG/stochastik/wahrscheinlichkeit/hypergeometrisch/M_und_Ms_v1}
|
|
57
|
+%%\input{P_ALLG/stochastik/wahrscheinlichkeit/hypergeometrisch/Allergie_v1}
|
|
58
|
+\input{P_ALLG/stochastik/wahrscheinlichkeit/kumuliert/KumuliertTorschuss_v1}
|
|
59
|
+
|
|
60
|
+\subsection{Bedingte Wahrscheinlichkeit}
|
|
61
|
+\input{P_ALLG/stochastik/kontingenztafel/BedingteWahrscheinlichkeit_v2}%% war v1
|
|
62
|
+
|
|
63
|
+%%\section{Was bisher geschah}
|
|
64
|
+
|
|
65
|
+\section{Bonusaufgabe}
|
|
66
|
+%\input{P_ALLG/stochastik/wahrscheinlichkeit/Mindestens22Punkte_mit_vier_Wuerfeln_v1}
|
|
67
|
+\input{P_ALLG/stochastik/grundlagen/ErgebnisseZaehlenWuerfel_v2}
|
|
68
|
+
|
|
69
|
+\end{document}%%
|