PROBABILITY
1. SOME BASIC TERMS AND CONCEPTS
(a) An Experiment: An action or operation resulting in two or more outcomes is called an experiment.
(b) Sample Space : The set of all possible outcomes of an experiment is called the sample space, denoted by S. An element of S is called a sample point.
(c) Event : Any subset of sample space is an event.
(d) Simple Event : An event is called a simple event if it is a singleton subset of the sample space S.
(e) Compound Events : It is the joint occurrence of two or more simple events.
(f) Equally Likely Events : A number of simple events are said to be equally likely if there is no reason for one event to occur in preference to any other event.
(g) Exhaustive Events : All the possible outcomes taken together in which an experiment can result are said to be exhaustive.
(h) Mutually Exclusive or Disjoint Events : If two events cannot occur simultaneously, then they are mutually exclusive.
If A and B are mutually exclusive, then A∩B=ϕ.
(i) Complement of an Event : The complement of an event A, denoted by ¯A, A′ or AC, is the set of all sample points of the space other then the sample points in A.
2. MATHEMATICAL DEFINITION OF PROBABILITY
Let the outcomes of an experiment consists of n exhaustive mutually exclusive and equally likely cases. Then the sample spaces S has n sample points. If an event A consists of m sample points, (0≤m≤n), then the probability of event A, denoted by P(A) is defined to be m/n i.e. P(A)=m/n
Let S=a1,a2,……,an be the sample space
(a) P(S)=nn=1 corresponding to the certain event.
(b) P(ϕ)=0n=0 corresponding to the null event ϕ or impossible event.
(c) If Ai={ai},i=1,…..,n then Ai is the event corresponding to a single sample point ai. Then P(Ai)=1n.
(d) 0≤P(A)≤1
3. ODDS AGAINST AND ODDS IN FAVOUR OF AN EVENT :
Let there be m+n equally likely, mutually exclusive and exhaustive cases out of which an event A can occur in m cases and does not occur in n cases. Then by definition, probability of occurrences of event A=P(A)=mm+n
The probability of non-occurrence of event A=P(A′)=nm+n
∴P(A):P(A′)=m:n
Thus the odd in favour of occurrences of the event A are defined by m:n i.e. P(A):P(A′); and the odds against the occurrence of the event A are defined by n: m i.e. P(A′):P(A).
4. ADDITION THEOREM
(a) If A and B are any events in S, then P(A∪B)=P(A)+P(B)−P(A∩B)
Since the probability of an event is a nonnegative number, it follows that
P(A∪B)≤P(A)+P(B)
For three events A,B and C in S we have P(A∪B∪C)=P(A)+P(B)+P(C)−P(A∩B)−P(B∩C)−P(C∩A)+P(A∩B∩C)
General form of addition theorem (Principle of Inclusion-Exclusion)
For n events A1,A2,A3,……An in S, we have
P(A1∪A2∪A3∪A4………∪An)
=n∑i=1P(Ai)−∑i<jP(Ai∩Aj)+∑i<j<kP(Ai∩Aj∩Ak)+…+(−1)n−1P(A1∩A2∩A3……∩An)
(b) If A and B are mutually exclusive, then P(A∩B)=0 so that P(A∪B)=P(A)+P(B)
5. CONDITIONAL PROBABILITY :
If A and B are any events in S then the conditional probability of B relative to A, i.e. probability of occurence of B when A has occured, is given by
P(B/A)=P(B∩A)P(A) . If P(A)≠0
6. MULTIPLICATION THEOREM
Independent event:
So if A and B are two independent events then happening of B will have no effect on A.
(a) When events are independent:
P(A/B)=P(A) and P(B/A)=P(B), then
P(A∩B)=P(A).P(B) or P(AB)=P(A)⋅P(B)
(b) When events are not independent
The probability of simultaneous happening of two events A and B is equal to the probability of A multiplied by the conditional probability of B with respect to A (or probability of B multiplied by the conditional probability of A with respect to B) i.e
P(A∩B)=P(A)⋅P(B/A) or P(B)⋅P(A/B) OR
P(AB)=P(A)⋅P(B/A) or P(B).P(A/B)
(c) Probability of at least one of the n Independent events
If p1,p2,p3,……pn are the probabilities of n independent events A1,A2,A3……An then the probability of happening of at least one of these event is
1−[(1−p1)(1−p2)……(1−pn)]
⇒P(A1+A2+A3+…+An)=1−P(¯A1)P(¯A2)P(¯A3)……P(¯An)
7. TOTAL PROBABILITY THEOREM :
Let an event A of an experiment occurs with its n mutually exclusive & exhaustive events B1,B2,B3,…….Bn then total probability of occurence of even A is
P(A)=P(AB1)+P(AB2)+……+P(ABn)=n∑i=1P(ABi)
⇒P(A)=P(B1)P(A∣B1)+P(B2)P(A∣B2)+……+P(Bn)P(A∣Bn)=∑P(Bi)P(A/Bi)
8. BAYE'S THEOREM OR INVERSE PBOBABILITY :
Let A1,A2,…..,An be n mutually exclusive and exhaustive events of the sample space S and A is event which can occur with any of the events then P(AiA)=P(Ai)P(A/Ai)n∑i=1P(Ai)P(A/Ai)
9. BINOMIAL DISTRIBUTION FOR REPEATED TRIALS
Binomial Experiment : Any experiment which has only two outcomes is known as binomial experiment.
Outcomes of such an experiment are known as success and failure.
Probability of success is denoted by p and probability of failure by q
∴p+q=1
If binomial experiment is repeated n times, then
(a) Probability of exactly r successes in n trials =nCrprqn−r
(b) Probability of at most r successes in n trails =r∑λ=0nCλpλqn−λ
(c) Probability of atleast r successes in n trails =n∑λ=rnCλpλqn−λ
(d) Probability of having Ist success at the rth trials =pqr−1. The mean, the variance and the standard deviation of binomial distribution are np,npq,√npq.
Note : (p+q)n=nC0qn+nC1pqn−1+nC2p2qn−2+…...+nCrprqn−r+….…+nCnpn=1
10. SOME IMPORTANT RESULTS
(a) Let A and B be two events, then
(i) P(A)+P(ˉA)=1
(ii) P(A+B)=1−P(ˉAˉB)
(iii) P(A/B)=P(AB)P(B)
(iv) P(A+B)=P(AB)+P(¯AB)+P(A¯B)
(v) A⊂B⇒P(A)≤P(B)
(vi) P(ˉAB)=P(B)−P(AB)
(vii) P(AB)≤P(A)P(B)≤P(A+B)≤P(A)+P(B)
(viii) P(AB)=P(A)+P(B)−P(A+B)
(ix) P( Exactly one event )=P(A¯B)+P(¯AB)
=P(A)+P(B)−2P(AB)=P(A+B)−P(AB)
(x) P (neither A nor B)=P(ˉAˉB)=1−P(A+B)
(xi) P(ˉA+ˉB)=1−P(AB)
(b) Number of exhaustive cases of tossing n coins simultaneously (or of tossing a coin n times )=2n
(c) Number of exhaustive cases of throwing n dice simultaneously (or throwing one dice n times )=6n
(d) Playing Cards :
(i) Total Cards: 52(26 red, 26 black)
(ii) Four suits : Heart, Diamond, Spade, Club - 13 cards each
(iii) Court Cards : 12 (4 Kings, 4 queens, 4 jacks)
(iv) Honour Cards: 16 (4 aces, 4 kings, 4 queens, 4 jacks)
(e) Probability regarding n letters and their envelopes:
If n letters are placed into n directed envelopes at random, then
(i) Probability that all letters are in right envelopes =1n!.
(ii) Probability that all letters are not in right envelopes =1−1n!
(iii) Probability that no letters is in right envelopes
=12!−13!+14!−…..+(−1)n1n!
(iv) Probability that exactly r letters are in right envelopes =1r![12!−13!+14!−…..+(−1)n−r1(n−r)!]
11. PROBABILITY DISTRIBUTION :
(a) A Probability Distribution spells out how a total probability of 1 is distributed over several values of a random variable.
(b) Mean of any probability distribution of a random variable is given by:
μ=∑pixi∑pi=∑pixi( Since Σpi=1)
(c) Variance of a random variable is given by, σ2=∑(xi−μ)2⋅pi
σ2=∑pix2i−μ2 (Note that Standard Deviation (SD)=+√σ2
(d) The probability distribution for a binomial variate ' X ' is given by P(X=r)=nCrprqn−r where: p= probability of success in a single trial, q= probability of failure in a single trial and p+q=1.
(e) Mean of Binomial Probability Distribution (BPD) =np; variance of BPD=npq
(f) If p represents a person's chance of success in any venture and 'M' the sum of money which he will receive in case of success, then his expectations or probable value =pM
Comments
Post a Comment