Introduction to probabilities Flashcards
What does probability do?
It helps us quantify the uncertainity or likelihood of an experiment and use it in the process of decision making.
When calculating probabilities we need to define some variables, what is the letter for sample space and what is a sample space?
We define sample space as the set of all possible outcomes from that experiment.
What is the sample space of tossing a fair coin and rolling a fair dice?
What do we define an event as ?
• We define an event as a collection of outcomes from the sample space of an experiment.
An event A is what of sample space ?
It is a subset of S
What is classical probability and give examples?
where each elementary outcome is equally likely to happen.
Examples include the toss of a fair coin or the roll of a fair die
What do we denote probability of an event as?
What is the formula for classical probability?
Let be the total number of equally likely outcomes in the sample space .
Let be the number of outcomes favourable to the event of interest A.
Suppose we role 2 fair die meaning 6^2 = 36 equally outcomes?
Calculate the probability that the sum of the 2 dices = 10?
As you can see that drawing out the all the possible combinations in the 2 fair die example is quite long, so how can we find M without drawing a grid of numbers?
The combinational theory
What is Combinational theory
Helps us to count the number of outcomes, there are 3 ways to count of the number of outocmes, depending on whether the objects we are counting are in a particular order, or when the order doesnt matter.
In the combinational thoery what are the 3 ways to count the number of outcomes?
1) Factorial method
2) Permutations
3) Combinations
What is the factorial method and using this example explain it
Lets say there are 3 seats and there are and 3 people, how many many ways can we arrange the 3 people in them seats ?
It is the number of ways in which n different objects can be put in order defined as n! = n x (n-1)
In seat 1 a b or c can sit there so there are 3 scenarios, in the second chair there is only 2 people people left so 2, and in the final chair it is 1
so 3! = 3 x 2 x 1 = 6.
What are permutations, what is the formula and use the example to explain?
Lets say we have 3 seats and there is A B C D E F G people, we care about the order, how many permutations can we have in 3 spots?
It is the number of ways r objects can be chosen in order from n different objects. ( ORDER MATTERS)
Remember Permutation as positioned combination.
r = number of spots
n = number of arranged people
7! = 7 X 6 X 5 X 4 X 3 X 2 X1 /4!
the 4 factorical cancels out so we are left with 7 x 6 x 5 = 210
What is a combination, give an example and use the example below to show what a combination is, what is the formula?
A combination is a permutation, where you dont care about the order.
Lets say we have 5 books and i wont to select 3 on holiday, it doesnt matter the order, how many ways can i do this?
2 ways
1) 5 x 4 x 3 / 3 x 2 x1 = 60 / 6 = 10
2) 5!/2! 3!
= 10
What is a key example to show the difference between a permutation and a combination?
Lets say you have a storage room with a locked pad on it and the 4 numbers to unlock it is 1234. A combination would mean i could put any of them combinations e.g 3412 and it will open but a permutation wouldnt allow this.
• A group of friends are watching a play in a theatre. How many different seating arrangements can they choose from?
1) Person A can choose any of the 5 seats
2) Person B can choose any of the 4
3) Person C can choose any of the 3 remaining
4) Person D can choose any of the 2 remaining
5) Person E only has one seat remaining
5! = 5 x 4 x 3 x 2 x 1 = 120