Sreeja6600 commited on
Commit
39d4260
·
verified ·
1 Parent(s): b6ec8c1

Update pages/2_Types Of Events.py

Browse files
Files changed (1) hide show
  1. pages/2_Types Of Events.py +4 -0
pages/2_Types Of Events.py CHANGED
@@ -10,7 +10,9 @@ st.write("An event that consists of a single outcome is called Simple event")
10
  st.markdown(""":green[- Example:]Selecting a winning lottery number.
11
  Random experiment: picking the number 7 in a single-number lottery.
12
  The event is getting exactly the number 7.
 
13
  sample space : {1, 2, 3, 4, 5, 6, 7, 8, 9}.
 
14
  A = getting exactly the number 7
15
  """)
16
  st.latex(r'''P(A)=\frac{1}{9}''')
@@ -20,7 +22,9 @@ st.write("An event that consists of two or more outcomes is called Compound even
20
  st.markdown(''':green[- Example:]
21
  Random experiment: Selecting a vowel when randomly choosing a letter from the alphabet.
22
  trail=1
 
23
  sample space = {A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z}
 
24
  B= Getting an vowel letter from the alphabet.
25
  ''')
26
  st.latex(r'''P(B)=\frac{5}{26}''')
 
10
  st.markdown(""":green[- Example:]Selecting a winning lottery number.
11
  Random experiment: picking the number 7 in a single-number lottery.
12
  The event is getting exactly the number 7.
13
+
14
  sample space : {1, 2, 3, 4, 5, 6, 7, 8, 9}.
15
+
16
  A = getting exactly the number 7
17
  """)
18
  st.latex(r'''P(A)=\frac{1}{9}''')
 
22
  st.markdown(''':green[- Example:]
23
  Random experiment: Selecting a vowel when randomly choosing a letter from the alphabet.
24
  trail=1
25
+
26
  sample space = {A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z}
27
+
28
  B= Getting an vowel letter from the alphabet.
29
  ''')
30
  st.latex(r'''P(B)=\frac{5}{26}''')