Harshitha-01 commited on
Commit
14de276
·
verified ·
1 Parent(s): 592458a

Update pages/1_Terminology.py

Browse files
Files changed (1) hide show
  1. pages/1_Terminology.py +5 -5
pages/1_Terminology.py CHANGED
@@ -26,14 +26,14 @@ st.write("- Flip the coin into the air and allow it to fall onto a flat surface.
26
  st.write("- Check which side of the coin is facing up after it lands.")
27
  st.write(":green[***Example-2:***] Rolling Two Dice.")
28
  st.write("- Use a standard six-sided die, which has faces numbered from 1 to 6.")
29
- st.write("- Throw the die on a flat surface and allow it to come to rest.")
30
- st.write("- Check which number is facing up after the die has settled. ")
31
 
32
  st.markdown(":blue[**3. Trial:**] A trial refers to a single performance of a random experiment.")
33
  st.write(":green[***Example-1:***] Rolling a dice")
34
  st.write("**Trail:** 2")
35
- st.write("1. Roll the die for the first time and record the outcome.")
36
- st.write("2. Roll the die again and record the second outcome. ")
37
  st.write(":green[***Example-2:***] Tossing a coin")
38
  st.write("**Trail:** 1")
39
  st.write("1. Toss the Coin: Flip the coin into the air and allow it to land on a flat surface.")
@@ -48,7 +48,7 @@ st.write("Conversely, if the coin lands on tails, the outcome would be:")
48
  st.write("**Outcome:** T (Tail)")
49
  st.write(":green[***Example-2:*** Rolling a dice]")
50
  st.write("Possible Outcomes: When rolling a six-sided die, the possible outcomes are: 1, 2, 3, 4, 5, 6")
51
- st.write("If you roll the die and it lands on 3, the outcome for that trial is:")
52
  st.write("- Outcome: 3")
53
 
54
  st.markdown(":blue[**5. Sample Space:**] Set of all possible outcomes of a random experiment.")
 
26
  st.write("- Check which side of the coin is facing up after it lands.")
27
  st.write(":green[***Example-2:***] Rolling Two Dice.")
28
  st.write("- Use a standard six-sided die, which has faces numbered from 1 to 6.")
29
+ st.write("- Throw the dice on a flat surface and allow it to come to rest.")
30
+ st.write("- Check which number is facing up after the dice has settled. ")
31
 
32
  st.markdown(":blue[**3. Trial:**] A trial refers to a single performance of a random experiment.")
33
  st.write(":green[***Example-1:***] Rolling a dice")
34
  st.write("**Trail:** 2")
35
+ st.write("1. Roll the dice for the first time and record the outcome.")
36
+ st.write("2. Roll the dice again and record the second outcome. ")
37
  st.write(":green[***Example-2:***] Tossing a coin")
38
  st.write("**Trail:** 1")
39
  st.write("1. Toss the Coin: Flip the coin into the air and allow it to land on a flat surface.")
 
48
  st.write("**Outcome:** T (Tail)")
49
  st.write(":green[***Example-2:*** Rolling a dice]")
50
  st.write("Possible Outcomes: When rolling a six-sided die, the possible outcomes are: 1, 2, 3, 4, 5, 6")
51
+ st.write("If you roll the dice and it lands on 3, the outcome for that trial is:")
52
  st.write("- Outcome: 3")
53
 
54
  st.markdown(":blue[**5. Sample Space:**] Set of all possible outcomes of a random experiment.")