Sreeja6600 commited on
Commit
8844bcf
·
verified ·
1 Parent(s): 0985942

Update pages/1_Terminology of probability.py

Browse files
pages/1_Terminology of probability.py CHANGED
@@ -19,11 +19,11 @@ st.subheader(":blue[*3.Trial*]")
19
  st.write("A trial in probability refers to a single performance or observation of a random experiment. Each trial results in one of the possible outcomes of the experiment.")
20
  st.write(":green[- *Example:*] each flip of a coin or each roll of a die.")
21
 
22
- st.subheader(":blue[*4.outcome*]")
23
  st.write("An outcome is the result of a single trial of a random experiment. It represents one of the possible events that can occur.")
24
  st.write(":green[- *Example:*] if you roll a die, the possible outcome the experiment is :{1,2,3,4,5,6}")
25
 
26
- st.subheader(":blue[*5.sample space*]")
27
  st.write("The sample space is the set of all possible outcomes of a random experiment. It includes every potential result that could occur.")
28
  st.write(":green[- *Example:*] If you roll a six-sided die, the sample space is {1, 2, 3, 4, 5, 6}.")
29
 
 
19
  st.write("A trial in probability refers to a single performance or observation of a random experiment. Each trial results in one of the possible outcomes of the experiment.")
20
  st.write(":green[- *Example:*] each flip of a coin or each roll of a die.")
21
 
22
+ st.subheader(":blue[*4.Outcome*]")
23
  st.write("An outcome is the result of a single trial of a random experiment. It represents one of the possible events that can occur.")
24
  st.write(":green[- *Example:*] if you roll a die, the possible outcome the experiment is :{1,2,3,4,5,6}")
25
 
26
+ st.subheader(":blue[*5.Sample Space*]")
27
  st.write("The sample space is the set of all possible outcomes of a random experiment. It includes every potential result that could occur.")
28
  st.write(":green[- *Example:*] If you roll a six-sided die, the sample space is {1, 2, 3, 4, 5, 6}.")
29