Easy Tutorial
For Competitive Exams

Aptitude Probability Practice QA

2832.The probability A getting a job is 1/5 and that of B is 1/7 . What is the probability that only one of them gets a job?
11/35
12/35
2/7
1/7
Explanation:

Let A = Event that A gets a job and B = Event that B gets a job

Given that $P\left(A\right)$ = 1/5 and $ P\left(B\right)$ = 1/7

Probability that only one of them gets a job

$= \text{P}\left[\left(A \cap \bar{\text{B}}\right)\cup \left(\text{B} \cap \bar{\text{A}}\right)\right]$[ Reference :Algebra of Events]

$= \text{P}\left(A \cap \bar{\text{B}}\right)+ \text{P}\left(\text{B} \cap \bar{\text{A}}\right)$[ Reference :Mutually Exclusive Events and Addition Theorem of Probability]

$= \text{P(A)P(}\bar{\text{B}}) + \text{P(B)P(}\bar{\text{A}})$[ Here A and B are Independent Events and refer theorem on independent events]

$= \text{P(A)}\left[1 - \text{P(B)}\right] + \text{P(B)}\left[1 - \text{P(A)}\right]$

$= \dfrac{1}{5}\left(1 - \dfrac{1}{7}\right) + \dfrac{1}{7}\left(1 - \dfrac{1}{5}\right) = \dfrac{1}{5} \times \dfrac{6}{7} + \dfrac{1}{7}\times \dfrac{4}{5} = \dfrac{6}{35} + \dfrac{4}{35} = \dfrac{10}{35} = \dfrac{2}{7}$

2836.Two dice are thrown simultaneously. What is the probability of getting two numbers whose product is even?
$ \dfrac{1}{2} $
$ \dfrac{3}{4} $
$ \dfrac{3}{8} $
$ \dfrac{5}{16} $
Explanation:

In a simultaneous throw of two dice, we have $ n \left(S\right)$ = $(6 \times 6)$ = 36.

Then, E= {(1, 2), (1, 4), (1, 6), (2, 1), (2, 2), (2, 3), (2, 4), (2, 5), (2, 6), (3, 2), (3, 4),
     (3, 6), (4, 1), (4, 2), (4, 3), (4, 4), (4, 5), (4, 6), (5, 2), (5, 4), (5, 6), (6, 1),
     (6, 2), (6, 3), (6, 4), (6, 5), (6, 6)}

$\therefore n \left(E\right)$ = 27.

$\therefore P\left(E\right)$ =$ \dfrac{n(E)}{n(S)} $=$ \dfrac{27}{36} $=$ \dfrac{3}{4} $.

2837.Two dice are tossed. The probability that the total score is a prime number is:
$ \dfrac{1}{6} $
$ \dfrac{5}{12} $
$ \dfrac{1}{2} $
$ \dfrac{7}{9} $
Explanation:

Clearly, $ n \left(S\right)$ = $(6 \times 6)$ = 36.

Let E = Event that the sum is a prime number.

Then E= { (1, 1), (1, 2), (1, 4), (1, 6), (2, 1), (2, 3), (2, 5), (3, 2), (3, 4), (4, 1), (4, 3),
      (5, 2), (5, 6), (6, 1), (6, 5) }

$\therefore n \left(E\right)$ = 15.

$\therefore P\left(E\right)$ =$ \dfrac{n(E)}{n(S)} $=$ \dfrac{15}{36} $=$ \dfrac{5}{12} $.

2838.From a pack of 52 cards, two cards are drawn together at random. What is the probability of both the cards being kings?
$ \dfrac{1}{15} $
$ \dfrac{25}{57} $
$ \dfrac{35}{256} $
$ \dfrac{1}{221} $
Explanation:

Let S be the sample space.

Then, $ n \left(S\right)$ = 52C2 =$ \dfrac{(52 \times 51)}{(2 \times 1)} $= 1326.

Let E = event of getting 2 kings out of 4.

$\therefore n \left(E\right)$ = 4C2 =$ \dfrac{(4 \times 3)}{(2 \times 1)} $= 6.

$\therefore P\left(E\right)$ =$ \dfrac{n(E)}{n(S)} $=$ \dfrac{6}{1326} $=$ \dfrac{1}{221} $.

2839.A card is randomly drawn from a deck of 52 cards. What is the probability getting a five of Spade or Club?
1/52
1/13
1/26
1/12
Explanation:

----------------------------------------------------------------------------------------

Solution 1
----------------------------------------------------------------------------------------

all number of cards, $n\left(S\right)$ = 52

E= event of getting a five of Spade or Club

$n\left(E\right)$ = 2[ a five of Club, a five of Spade = 2 cards]

$\text{P(E) = }\dfrac{\text{n(E)}}{\text{n(S)}} = \dfrac{2}{52} = \dfrac{1}{26}$

----------------------------------------------------------------------------------------

Solution 2

----------------------------------------------------------------------------------------

Total number of cards = 52

Total number of Spade Cards of Number 5 = 1

Total number of Club Cards of Number 5 = 1

P[Spade Cards of Number 5] = $\dfrac{1}{52}$

P[Club Cards of Number 5] = $\dfrac{1}{52}$

Here, clearly the events are mutually exclusive events.

By Addition Theorem of Probability, we have

P[Spade Cards of Number 5 or Club Cards of Number 5]

= P[Spade Cards of Number 5] + P[Club Cards of Number 5]

$= \dfrac{1}{52} + \dfrac{1}{52} = \dfrac{1}{26}$

2841.In a class, there are 15 boys and 10 girls. Three students are selected at random. The probability that 1 girl and 2 boys are selected, is:
$ \dfrac{21}{46} $
$ \dfrac{25}{117} $
$ \dfrac{1}{50} $
$ \dfrac{3}{25} $
Explanation:

Let S be the sample space and E be the event of selecting 1 girl and 2 boys.

Then, $ n \left(S\right)$ = Number ways of selecting 3 students out of 25

= 25C3 `

=$ \dfrac{(25 \times 24 \times 23)}{(3 \times 2 \times 1)} $

= 2300.

$ n \left(E\right)$ = (10C1 x 15C2)

=$ \left(10 \times\dfrac{(15 \times 14)}{(2 \times 1)} \right) $

= 1050.

$\therefore P\left(E\right)$ =$ \dfrac{n(E)}{n(S)} $=$ \dfrac{1050}{2300} $=$ \dfrac{21}{46} $.

2843.A bag contains 2 red, 3 green and 2 blue balls. Two balls are drawn at random. What is the probability that none of the balls drawn is blue?
$ \dfrac{10}{21} $
$ \dfrac{11}{21} $
$ \dfrac{2}{7} $
$ \dfrac{5}{7} $
Explanation:

Total number of balls = (2 + 3 + 2) = 7.

Let S be the sample space.

Then, $ n\left(S\right)$ = Number of ways of drawing 2 balls out of 7

= 7C2 `

=$ \dfrac{(7 \times 6)}{(2 \times 1)} $

= 21.

Let E = Event of drawing 2 balls, none of which is blue.

$\therefore n \left(E\right)$ = Number of ways of drawing 2 balls out of (2 + 3) balls.

= 5C2

=$ \dfrac{(5 \times 4)}{(2 \times 1)} $

= 10.

$\therefore P\left(E\right)$ =$ \dfrac{n(E)}{n(S)} $=$ \dfrac{10}{21} $.

2845.Two cards are drawn together at random from a pack of 52 cards. What is the probability of both the cards being Queens?
1/52
1/221
2/221
1/26
Explanation:

-----------------------------------------------------------------------------------------

Solution 1

-----------------------------------------------------------------------------------------

$n\left(S\right)$ = Total number of ways of drawing 2 cards from 52 cards = 52C2

Let E = event of getting two Queens

We know that there are total 4 Queens in the 52 cards

$Hence, n\left(E\right)$ = Number of ways of drawing 2 Queens out of 4= 4C2

$\text{P(E) = }\dfrac{\text{n(E)}}{\text{n(S)}} = \dfrac{4_{C_2}}{52_{C_2}}$

$= \dfrac{\left( \dfrac{4 \times 3}{2}\right)}{\left( \dfrac{52 \times 51}{2}\right)}$= $\dfrac{4\times 3}{ 52 \times 51}= \dfrac{3}{ 13 \times 51} = \dfrac{1}{ 13 \times 17} = \dfrac{1}{ 221}$

-----------------------------------------------------------------------------------------

Solution 2

-----------------------------------------------------------------------------------------

This problem can be solved using the concept of[Conditional Probability]

Let A be the event of getting a Queen in the first draw

Total number of Queens = 4

Total number of cards = 52

$\text{P(Queen in first draw) = }\dfrac{4}{52}$

Assume that the first event is happened. i.e., a Queen is already drawn in the first draw


and now B = event of getting a Queen in the second draw

Since 1 Queen is drawn in the first draw, Total number of Queens remaining = 3
Since 1 Queen is drawn in the first draw, Total number of cards = 52 - 1 = 51

$\text{P[Queen in second draw] = }\dfrac{3}{51}$

P[Queen in first draw and Queen in second draw] = P[Queen in first draw] × P[Queen in second draw]

$= \dfrac{4}{52} \times \dfrac{3}{51} = \dfrac{1}{13} \times \dfrac{1}{17} = \dfrac{1}{221}$

2848.Two cards are drawn together from a pack of 52 cards. The probability that one is a club and one is a diamond?
13/51
1/52
13/102
1/26
Explanation:

$n\left(S\right)$ = Total number of ways of drawing 2 cards from 52 cards = 52C2

Let E = event of getting 1 club and 1 diamond.

We know that there are 13 clubs and 13 diamonds in the total 52 cards.

$Hence, n\left(E\right)$ = Number of ways of drawing one club from 13 and one diamond from 13

= 13C1 × 13C1

$\text{P(E) = }\dfrac{\text{n(E)}}{\text{n(S)}} $= $\dfrac{13_{C_1} \times 13_{C_1}}{52_{C_2}}$

= $\dfrac{13 \times 13}{\left( \dfrac{52 \times 51}{2}\right)}$=$ \dfrac{13 \times 13}{ 26 \times 51}= \dfrac{13}{ 2\times 51}$=$ \dfrac{13}{102}$

2849.John and Dani go for an interview for two vacancies. The probability for the selection of John is 1/3 and whereas the probability for the selection of Dani is 1/5. What is the probability that only one of them is selected?
3/5
None of these
2/5
1/5
Explanation:

Let A = the event that John is selected and B = the event that Dani is selected.

Given that $P\left(A\right)$ = 1/3 and $P\left(B\right)$ = 1/5

We know that $\bar{\text{A}}$ is the event that A does not occur and $\bar{\text{B}}$ is the event that B does not occur

Probability that only one of them is selected

$= \text{P}\left[\left(A \cap \bar{\text{B}}\right)\cup \left(\text{B} \cap \bar{\text{A}}\right)\right]$[ Reference : Algebra of Events]

$= \text{P}\left(A \cap \bar{\text{B}}\right)+ \text{P}\left(\text{B} \cap \bar{\text{A}}\right)$[ Reference :Mutually Exclusive Events and Addition Theorem of Probability)

$= \text{P(A)P(}\bar{\text{B}}) + \text{P(B)P(}\bar{\text{A}})$[ Here A and B are and refer theorem on independent events]

$=\text{P(A)}\left[1 - \text{P(B)}\right] + \text{P(B)}\left[1 - \text{P(A)}\right]$

$= \dfrac{1}{3}\left(1 - \dfrac{1}{5}\right) + \dfrac{1}{5}\left(1 - \dfrac{1}{3}\right) = \dfrac{1}{3} \times \dfrac{4}{5} + \dfrac{1}{5}\times \dfrac{2}{3} = \dfrac{4}{15} + \dfrac{2}{15} = \dfrac{2}{5}$

Share with Friends