Aptitude - Probability - Discussion

Discussion Forum : Probability - General Questions (Q.No. 1)
1.
Tickets numbered 1 to 20 are mixed up and then a ticket is drawn at random. What is the probability that the ticket drawn has a number which is a multiple of 3 or 5?
1
2
2
5
8
15
9
20
Answer: Option
Explanation:

Here, S = {1, 2, 3, 4, ...., 19, 20}.

Let E = event of getting a multiple of 3 or 5 = {3, 6 , 9, 12, 15, 18, 5, 10, 20}.

P(E) = n(E) = 9 .
n(S) 20

Discussion:
107 comments Page 8 of 11.

Ravi said:   1 decade ago
ANS IS 9/20.

PROBABILITY = NUMBER OF FAVORABLE EVENTS/NUMBER OF TOTAL EVENTS.

Events of greeting multiple 3 of 5= 3, 6, 9, 12, 15, 18, 5, 10, 20.

P(E) = P(F)/P(E).

P(E) = 9/20.

Rajini said:   1 decade ago
Please anyone help me for solving this problem:

Condition 1: Whenever a white ball + black ball is taken out a black ball is placed in.

Condition 2: Whenever 2 black balls are taken out one white ball is placed in.

Condition 3: Whenever 2 white balls are taken out one white ball is placed inside.

Suppose user gives this input:

Black balls: 5.

White balls: 4.

Output should be any of these:

White ball/black ball/undetermined.

Chandan said:   1 decade ago
As per Addition Rule of Probability, we can have two set of events - Mutually Exclusive & Non-Mutually Exclusive..where Mutually Exclusive events don't occur simultaneously or together and reverse logic with Non-Mutually Exclusive events.

Having this theorem told in above para, now i come to the context:

We have 2 events,

Event A: Ticket picked is multiple of 3.
Event B: Ticket picked is multiple of 5.

Now P(A) = {3,6,9,12,15,18} = 6/20.
And P(B) = {5,10,15,20} = 4/20.

Since in P(A) & P(B) we could see 15 to be common, we could conclude that the events are Mutually Exclusive..so for such Mutually Exclusive events the Addition Rule of Probability goes like this:

P(AUB) = P(A) + P(B) - P(A n B)

Where, P(A n B) always looks for what is common in two events, which is 15 in this case, so P(A n B) = 1/20.

Therefore, P(ticket picked is multiple of 3 or 5) = 6/20 + 4/20 - 1/20 = 9/20 is the answer.
(1)

Ketan said:   1 decade ago
p(3) = {3,6,9,12,15,18}.
p(5) = {5,10,15,20}.
P(3u5) = p(3)+p(5).

I don't understand how it's come
= 6/20+4/20 ?

Tulasi said:   1 decade ago
Hi,

The answer is 9/20.

A={3,6,9,12,15,18}.
B={5,10,15,20}.

P(A)=6/20.
P(B)=4/20.

A intersection B = {15}.
P(A intersection B) = 1/20.

P(A U B)= P(A)+P(B)-P(A intersection B).
= 6/20 + 4/20 - 1/20
= 9/20.

ANIL CHAUHAN said:   1 decade ago
A(n)={3,6,9,12,15,18}

B(n)={5,10,15,20}

P(AuB)=P(A)+P(B)-P(A intersection B)

P(AuB)=6/20+4/20-1/20

P(AuB)=9/20.

Sifuna charles said:   1 decade ago
Shekar your explanation is good but you should have included the intersection part of it for easy understanding.

Bangaru babu said:   1 decade ago
@Naana.

I will solve your problem.

->In set A there are 6 sample points and in set of B there are 4 sample points
->Now we want the intersection of two sets
->So we select the common sample points in both sets i.e 15
->Now in the set (A intersection B) we have only one sample point
->For finding probability of A intersection B
i.e p(A intersection B)

* So according to the definition of probability.

P(A intersection B)== n(A intersection B)/no of events;

So the result is P(A intersection B)=1/20.

Naana said:   1 decade ago
Please how do you come about the 1/2 (ie A intersection B) ? I am a bit confused.
Thanks.

Parthasarathy said:   1 decade ago
A(n)={3,6,9,12,15,18}
B(n)={5,10,15,20}
P(AuB)=P(A)+P(B)-P(A intersection B)
P(AuB)=6/20+4/20-1/20
P(AuB)=9/20.


Post your comments here:

Your comments will be displayed after verification.