Once we understand the range in which probabilities must fall, we can evaluate whether specific values are valid.
In the given exercise, we are provided with several numbers, and we need to check if they fall within the range [0, 1].
Here's how to determine if a number is a valid probability value:
- 0: This lies within the range, making it a valid probability.
- 0.01: This lies within the range too, so it is valid.
- 0.35: Also lies within the range and is valid.
- -0.4: This number is negative, which falls outside the range, making it invalid.
- 1: This is within the range and is therefore valid.
- 1.4: This number is greater than 1, making it invalid.
From this, we see that only the values 0, 0.01, 0.35, and 1 are valid probabilities.