Question Bank
Unit 1
- What is a set?
A set is a group or collection of objects or numbers, considered as an entity unto itself. Sets are usually symbolized by uppercase, italicized, boldface letters such as A, B, S, or Z. Each object or number in a set is called a member or element of the set.
Examples include the set of all computers in the world, the set of all apples on a tree, and the set of all irrational numbers between 0 and 1.
2. Explain intersection and disjoint sets?
The intersection of two sets A and B, denoted by A∩B, consists of all elements that are both in A andB.
For example, {1,2}∩{2,3}={2}.
In Figure the intersection of sets A and B is shown by the shaded area using a Venn diagram.
The shaded area shows A B
Two sets A and B are mutually exclusive or disjoint if they do not have any shared elements, i.e., their intersection is the empty set, A∩B=∅. More generally, several sets are called disjoint if they are pairwise disjoint, i.e., no two of them share a commonelement. Figure shows three disjoint sets.
A , B and C are disjoints
3. Explain union and complement sets?
The union of two sets is a set containing all elements that are in A or in B (possibly both).
For example, {1,2}∪{2,3}={1,2,3}.
Thus, we can write x∈(A∪B) if and only if (x∈A) or (x∈B).
Note that A∪B=B∪A.
In Figure the union of sets A and B is shown by the shaded area in the Venn diagram.
The shaded area shows the set B U A
The complement of a set A, denoted by Ac or A¯, is the set of all elements that are in the universal set S but are not in A. In Figure A¯ is shown by the shaded area using a Venn diagram.
= Ac
The difference is defined as follows. The set A-B consists of elements that are in A but not in B.
For example
If A = {1,2,3} and B = {3,5} then A-B = {1,2}
In the figure A-B is shown by shaded area using Venn diagram. A-B = A Bc
4. Define De Morgan’s and Distributive law?
De Morgan's law
For any sets A1, A2, ⋯, An, we have
(A1∪A2∪A3∪⋯An)c=A1c1∩A2c∩A3c⋯∩Anc.
(A1∩A2∩A3∩⋯An)c=A1c∪A2c∪A3c⋯∪Anc.
Distributive law
For any sets A, B, and C we have
A∩(B∪C)=(A∩B)∪(A∩C);
A∪(B∩C)=(A∪B)∩(A∪C).
5.If the universal set is given by S = {1,2,3,4,5,6}
A={1,2} B={2,4,5} C ={1,5,6} are three sets find the following sets :
a) A U B
b) A B
c) A -
d) B -
e) Checking De Morgan’s law by finding (AUB) c and A c Bc
f) Check Distributive law find A (B C) and (A B) (A C)
Solution:
a) A U B = { 1,2,4,5}
b) A B = {2}
c) = { 3,4,5,6} ( consists of elements that are in S but not in A)
d) = {1,3,6}
e) We have
(AUB) c = {1,2,4,5} c = { 3,6}
Which is the same as
A c B c = {3,4,5,6} {1,3,6}
f) We have (A (B C) ) = {1,2} {1,2,3,4,5,6} = {1,2}
(A B) (A C) = {2} {1} = {1,2}
6.What is probability space ?
The mathematical concept of a probability space, which has three components (Ω, B, P), respectively the sample space, event space, and probability function.
Ω: sample space. Set of outcomes of an experiment.
Example: tossing a coin twice.
Ω = {HH, HT, T T, T H}
An event is a subset of Ω.
Examples:
(i) “at least one head” is {HH, HT, T H};
(ii) “no more than one head” is {HT, T H, T T}. &etc.
In probability theory, the event space B is modelled as a σ-algebra (or σ-field) of Ω, which is a collection of subsets of Ω with the following properties:
(1) ∅∈ B
(2) If an event A ∈ B, then Ac ∈ B (closed under complementation)
(3) If A1, A2, . . . ∈ B, then ∪ ∞ i=1Ai ∈ B (closed under countable union).
A countable sequence can be indexed using the natural integers.
Consider the two-coin toss. Even for this simple sample space
Ω = {HH, HT, T T, T H},
There are multiple σ-algebras:
1. {∅, Ω}: “trivial”σ-algebra
2. The “powerset” P(Ω), which contains all the subsets of Ω
Finally, a probability function P assigns a number (“probability”) to each event in B.
It is a function mapping B → [0, 1] satisfying:
1. P(A) ≥ 0, for all A ∈ B.
2. P(Ω) = 1
3. Countable additivity: If A1, A2, ···∈ B are pairwise disjoint (i.e., Ai ∩Aj = ∅, for all i 6= j), then P(∪ ∞ i=1Ai) = P∞ i=1 P(Ai).
7. Explain conditional probability?
Conditional probabilities arise naturally in the investigation of experiments where an outcome of trial affect the outcomes of the subsequent trials.
We try to calculate the probability of the second event (event B) given that the first event (event A) has already happened. If the probability of the event changes when we take the first event into consideration, we can safely say that the probability of event B is dependent of the occurrence of event A.
For example
- Drawing a second ace from a deck given we got the first ace
- Finding the probability of having a disease given you were tested positive
- Finding the probability of liking Harry Potter given we know the person likes fiction
Here there are 2 events:
- Event A is the probability of the event we are trying to calculate.
- Event B is the condition that we know or the event that has happened.
Hence we write the conditional probability as P ( A/B) , the probability of the occurrence of event A given that B has already happened.
P(A/B) = P( A and B) / P(B) = Probability of occurrence of both A and B / Probability of B
Suppose you draw two cards from a deck and you win if you get a jack followed by an ace (without replacement). What is the probability of winning, given we know that you got a jack in the first turn?
Let event A be getting a jack in the first turn
Let event B be getting an ace in the second turn.
We need to find P(B/A)
P(A) = 4/52
P(B) = 4/51 {no replacement}
P(A and B) = 4/52*4/51= 0.006
P(B/A) = P( A and B)/ P(A) = 0.006/0.077 = 0.078
Here we are determining the probabilities when we know some conditions instead of calculating random probabilities
8. Explain Bayes Theorem?
The Bayes theorem describes the probability of an event based on the prior knowledge of the conditions that might be related to the event.
If we know the conditional probability P(A/B) , we can use the bayes rule to find out the reverse probabilities P(B/A).
How can we do that?
P(A/B) = P ( A B) / P(B)
P(B/A) = P ( A B) / P(A)
P ( A B) = P(A/B) * P(B) = P(B/A) * P(A)
P(B/A) = P(A/B) * P(B)/ P(A)
The above statement is the general representation of the Bayes rule.
9. Explain combinational probability?
Combinational Probability is the probability of selecting more than one item® from a set of items.
Suppose a box contains 4 red and 3 blue balls. Find the probability of selecting 2 red balls.
n C r =n! / r! (n-r) !
Solution:
The no of combinations outcomes in selecting two red balls = 4 C 2
Total possible outcomes = 7 C 2
P (Selecting 2 red balls) = 4 C 2/ 7 C 2
=4!/ 2 ! (4-2)! / 7!/ 2! (7-2)! =
4x 3 x 2 x1 / 2x1x2x1/ 7 x 6x4x3x2x1/2x1x5x4x3x2x1= 6/21 = 2/7
10. A box contains 4 red balls and 3 blue balls. Find the probability of selecting 2 red balls and 3 blue balls?
No of combinations outcomes in selecting 2 red balls and 3 blue balls = 4C2 x 3 C 2
Total possible outcomes = 7 C 4
= = 4C2 x 3 C 2 / 7 C 4
= 4!/ 2!(4-2)! X 3!/ 2! (3-2)! / 7!/ 4!(4-2)! = 18/105 = 6/35
11. What is sampling methods?
In a statistical study, sampling methods refer to how we select members from the population to be in the study. Samples can be divided based on following criteria.
- Probability samples - In such samples, each population element has a known probability or chance of being chosen for the sample.
- Non-probability samples - In such samples, one cannot be assured of having known probability of each population element.