General definitions of probability#
For introduction, let’s compare how statistical and classical probabilites relate to each other.
Source: Huippu, Otava
Statistical definition of probability#
Probabilities can be calculated based on experimental observations. The simplest example of such a probability is based on empirical or experimental data, known as statistical probability. In this case, the probability of an event is the same as the relative frequency of the corresponding statistical variable.
Definition
Statistical definition of probability is denoted by \(P(A)=\frac{f_A}{n}\) where \(f_A\) is the frequency of the event and \(n\) is the number of observations.
EXERCISE 1. Statistics of Darts
A dartboard is a circular ring target, where in the center of the board is a circle with a point value of 10. Surrounding this circle are numbered rings from 9 to 1, as well as an unnumbered border.
Below are statistics of some darts practise.
What is the probability that the score of a single throw is even?
Answer: 0.52
EXERCISE 2. Jari ‘The King’ Litmanen #10
The greatest Finnish football player is undisputedly Jari Litmanen. The probability that Litmanen scores once in a match 30 % and twice is 10 %. However, Litmanen doesn’t score more than twice. What is the probability that Litmanen scores at least once in a match?
Answer: 0.40
Classical definition of probability#
The classical definition of probability is based on equally likely outcomes in a universal set. According to this definition:
\(P(A) = \frac{\text{number of favourable outcomes for event A}}{\text{total number of possible outcomes}}\)
This definition assumes that all outcomes in the sample set are equally likely. It is commonly used in situations where each elementary outcome is equally likely to occur, such as in the tossing of a fair coin or a six-sided dice.
Example. Two six-sided dices are thrown. What are the odds that the dices have the same face?
Let’s denote \(A\) = ‘dices have the same face’ = ‘faces are ones OR faces are twos OR … OR faces are six’s’.
The favourable events are \(\{1,1\}\), \(\{2,2\}\), \(\{3,3\}\), \(\{4,4\}\), \(\{5,5\}\) and \(\{6,6\}\) so the number of favourable events is 6. When applying the multiplication principle, the total number of possible outcomes is \(6 \cdot 6=36\).
This can be visualized by sketching all the possible combinations.
Therefore, \(P(A) = \frac{6}{36} = \frac{1}{6}\)
EXERCISE 3. Balls in a box
There are 4 blue, 1 yellow, and 3 red balls in a box. One ball is randomly drawn from the box. What is the probability that the ball is a) blue b) yellow c) not red?
Answers: a) 1/2
b) 1/8
c) 5/8
EXERCISE 4. Dial Home Device from Stargate
A Dial Home Device (DHD in short) consist of 19 glyphs on the inner circle and 19 glyphs on the outer circle. The device opens a wormhole through a ring called Stargate to a distant planet in our Milky Way galaxy, where, let’s say, one million planets are habitable and have a stargate.
To dial an address, seven glyphs must be pressed in a spesific order and one glyph can be selected only once.
What is the possibility that a randomly chosen address will open a wormhole to a planet?
Answer: 1.6 · 10-5
Geometrical definition of probability#
For introduction…
Source: Huippu, Otava
EXERCISE 5. Stone is thrown
A stone is being randomly thrown on an area of land, which has the shape of a rectangle and the dimensions are 4 metres and 6 metres. In the middle of the area is a circular pond with the radius of 2 meters. What is probability that the stone hits the pond?
Answer: 0.52
EXERCISE 6. Darts - again
The diameter of the dartboard is 341 mm, measured from the outer edge of the number one (1). The diameter of the ten (10) is 35 mm, and the width of the rings is 17 mm.
Let’s assume in questions a) and b) that the darts will hit some number.
a) What is the probability that a randomly thrown dart will hit at least nine?
b) Five darts are thrown on each turn. What is the probability that the total points of a turn is at least 49?
c) The possibility to miss the dartboard is 5 %. What is the probability that all five darts will hit at most two?
Answers: a) 0.036
b) 6.9 · 10-10
c) 0.0092