Home > Practice > Arithmetic Aptitude > Probability > Miscellaneous
81. A bag contains 21 toys numbered 1 to 21. A toy is drawn and then another toy is drawn without replacement.
Find the probability that both toys will show even numbers.

Discuss
Solution:
The probability that first toy shows the even number =1021
Since, the toy is not replaced there are now 9 even numbered toys and total 20 toys left.
Hence, probability that second toy shows the even number =920
Required probability,
=(1021)×(920)=942
82. Two dice are thrown simultaneously. Find the probability of getting a multiple of 2 on one dice and multiple of 3 on the other dice.

Discuss
Solution:
Let X be required events and S be the sample space
then X = {(2, 3), (2, 6), (4, 3), (4, 6), (6, 3), (6, 6), (3, 2), (6, 2), (3, 4), (6, 4), (3, 6)}
n(X) = 11, n(S) = 36
Hence, required probability
=n(X)n(S)=1136
83. The probability of success of three students X,Y and Z in the one examination are 15, 14 and 13 respectively. Find the probability of success of at least two.

Discuss
Solution:
P(X)=15,   P(Y)=14,   P(Z)=13
Required probability:
=[P(A)P(B){1P(C)}]     + [{1P(A)}P(B)P(C)]+     [P(A)P(C){1P(B)}]+     [P(A)P(B)P(C)]
=[14×13×45]+   [34×13×15]+   [23×14×15]+   [14×13×15]
=460+360+260+160=1060=16
84. A bag contains 12 white and 18 black balls. Two balls are drawn in succession without replacement.
What is the probability that first is white and second is black?

Discuss
Solution:
The probability that first ball is white:
=12C130C1=1230=25
Since, the ball is not replaced; hence the number of balls left in bag is 29.
Hence, the probability the second ball is black:
=18C129C1=1829
Required probability,
=(25)×(1829)=36145
85. There are four hotels in a town. If 3 men check into the hotels in a day then what is the probability that each checks into a different hotel?

Discuss
Solution:
Total cases of checking in the hotels = 43 ways.
Cases, when 3 men are checking in different hotels = 4 × 3 × 2 = 24 ways.
Required probability:
=2443=38
86. A speaks truth in 75% of cases and B in 80% of cases. In what percent of cases are they likely to contradict each other in narrating the same event?

Discuss
Solution:
Different possible cases of contradiction,
A speaks truth and B does not speaks truth.
Or, A does not speak truth and B speaks truth.
=(34×15)+(14×45)=320+420=720=35%
87. Four dice are thrown simultaneously. Find the probability that all of them show the same face.

Discuss
Solution:
The total number of elementary events associated to the random experiments of throwing four dice simultaneously is:
=6×6×6×6=64n(S)=64
Let X be the event that all dice show the same face.
X = {(1, 1, 1, 1), (2, 2, 2, 2), (3, 3, 3, 3), (4, 4, 4, 4), (5, 5, 5, 5), (6, 6, 6, 6)}
n(X) = 6
Hence required probability,
=n(X)n(S)=664=1216
88. The odds against an event are 5 : 3 and the odds in favour of another independent event are 7 : 5. Find the probability that at least one of the two events will occur.

Discuss
Solution:
Let probability of the first event taking place be A and probability of the second event taking place be B.
Then
P(A)=35+3=38P(B)=77+5=712
The required event can be defined as that A takes place and B does not take place (A or B takes place and A does not take place or A takes place and B takes place.)
=[P(A){1P(B)}]+     [P(B){1P(A)}]+     [P(A)P(B)]
=[38×512]+   [58×712]+   [38×712]
=15+35+2196=7196
89. If x is chosen at random from the set {1, 2, 3, 4} and y is to be chosen at random from the set {5, 6, 7}, what is the probability that xy will be even?

Discuss
Solution:
S = {(1, 5), (1, 6), (1, 7), (2, 5), (2, 6), (2, 7), (3, 5), (3, 6), (3, 7), (4, 5), (4, 6), (4, 7)}
Total element n(S) = 12
xy will be even when even x or y or both will be even.
Events of x, y being even is E.
E = {(1, 6), (2, 5), (2, 6), (2, 7), (3, 6), (4, 5), (4, 6),(4, 7)}
n(E) = 8
So, Probability
P=n(E)n(S)P=812P=23
90. A number X is chosen at random from the numbers -3, -2, -1, 0, 1, 2, 3. What is the probability that |X|<2

Discuss
Solution:
|X| can take 7 values.
To get |X|<2   (i.e., -2 < x < + 2) take X = {-1, 0, 1}
P(|X|<2)=   Favourable CasesTotal Cases
=37