Friday, December 28, 2012

Probability of a Intersection B


Probability of A Intersection B

Probability is the possibility of the outcome of an event of a particular experiment. Probabilities are occurs always numbers between 0 (impossible) and 1(possible). The set of all possible outcomes of a particular experiment is called as sample space. For example probability of getting a 6 when rolling a dice is 1/6. In this lesson we will discuss about probability problems using intersection rule.

Probability of a Intersection B – Example Problems


Example 1: A jar contains 5 red candies, 4 orange candies. If three candies are drawn at random, find the probability, that 1 is red candy and 2 are orange candies

Solution:

We have to select 3 candies, from 9 (5 + 4) candies.

n(S) = 9C3 = (9!)/(3!xx6!) = (9xx8xx7)/(3xx2xx1) = 84

Let A = Event of getting 1 red candy

B = Event of getting 2 orange candies

n(A) = 5C1 = `(5!)/(1!xx4!) ` = `5/1` = 5

n(B) = 4C2 =` (4!)/(2!xx2!) ` = `(4xx3)/(2xx1)` = 6

P(A) =` (n(A))/(n(S))` = `5/84`

P(B) = `(n(B))/(n(S))` = `6/84`

P(A intersection B) = P(A) ∙ (B) = `5/84` ∙ `6/84` = `30/7056`

P(A intersection B) = `5/1176` .



Example 2: A box contains 6 yellow marbles, 6 orange marbles. If four marbles are drawn at random, find the probability, that 2 are yellow marbles and 2 are orange marbles.

Solution:

We have to select 4 marbles, from 12 (6 + 6) marbles.

n(S) = 12C4 = `(12!)/(4!xx8!)` = `(12xx11xx10xx9)/(4xx3xx2xx1)` = 495

Let A = Event of getting 2 yellow marbles

B = Event of getting 2 orange marbles

n(A) = 6C2 = `(6!)/(2!xx4!)` = `(6xx5)/(2xx1)` = `30/2` = 15

n(B) = 6C2 = `(6!)/(2!xx4!)` = `(6xx5)/(2xx1)` = `30/2` = 15

P(A) = `(n(A))/(n(S)) ` = `15/495` = `1/33`

P(B) = `(n(B))/(n(S)) ` = `15/495` = `1/33`

P(A intersection B) = P(A) ∙ (B) = `1/33` ∙ `1/33` = `1/1089`

P(A intersection B) = `1/1089` .

Probability of a Intersection B – Practice Problems


Problem 1: A jar contains 4 lemon candies, 4 orange candies. If two candies are drawn at random, find the probability, that 1 is lemon and 1 is orange candy.

Problem 2: If P(A) = `1/5` , P(B) = `1/7` , P(A or B) = `1/9` , find (A and B)?

Answer: 1) `1/49 ` 2) `73/315`

No comments:

Post a Comment