Quantitative Aptitude
Probability
1,860 Questions
Probability Questions
-
$\dfrac{1}{18}$
-
$\dfrac{13}{18}$
-
$\dfrac{5}{18}$
-
$\dfrac{1}{9}$
B
Correct answer
Explanation
The total outcomes for 4 dice is 6^4 = 1296. The number of ways to have no repeated digits is 6 * 5 * 4 * 3 = 360. The probability of no repetition is 360/1296 = 5/18. The probability of at least one repetition is 1 - 5/18 = 13/18.
-
Set of integral values of $k={0}$
-
Set of integral values of $k={1}$
-
Set of integral values of $k={0,1}$
-
Set of integral values of $k=\phi$
A
Correct answer
Explanation
The sum of probabilities must be 1. Sum = (1-k + 1+2k + 1-k + 1+k + 1-2k + 1+k)/6 = 6/6 = 1. The condition 1/9 < P(sum=9) < 2/9 must be satisfied. Calculating P(sum=9) for different k values shows that only k=0 satisfies the condition.
-
$\displaystyle \frac{25}{216}$
-
$\displaystyle \frac{1}{6}$
-
$\displaystyle \frac{1}{9}$
-
$\displaystyle \frac{1}{12}$
-
$\dfrac1n$
-
$\dfrac{n-1}{2n}$
-
$\dfrac{n+1}{2n}$
-
$\dfrac{n-1}{n}$
B
Correct answer
Explanation
There are n(n - 1) ordered outcomes in which the two cards are different. Exactly half of these have A's card higher than B's, so favorable outcomes equal n(n - 1)/2. The probability is therefore (n - 1)/(2n).
-
$\dfrac {7 }{12}$
-
$\dfrac {5 }{ 54}$
-
$\dfrac {19 }{ 216}$
-
$\dfrac {11 }{ 108}$
-
$ \displaystyle \frac{1}{81} $
-
$ \displaystyle \frac{80}{81} $
-
$ \displaystyle \frac{64}{81} $
-
$ \displaystyle \frac{16}{81} $
D
Correct answer
Explanation
Each toss has 6 outcomes. We want faces in {2, 3, 4, 5}. There are 4 such values. Probability for one toss is 4/6 = 2/3. For 4 tosses, the probability that all are in {2, 3, 4, 5} is (2/3)^4 = 16/81.
-
$ \displaystyle \frac{6}{n\left ( n-1 \right )} $
-
$ \displaystyle \frac{3}{n\left ( n-3 \right )} $
-
$ \displaystyle \frac{12}{n\left ( n-2 \right )} $
-
$ \displaystyle \frac{3}{n\left ( n-1 \right )} $
-
$\dfrac{24}{25}$
-
$\dfrac{40}{41}$
-
$\dfrac{1}{25}$
-
$\dfrac{1}{41}$
-
$\displaystyle \dfrac{(2^{n}){n!}}{^{2n}C_{n}}$
-
$\displaystyle \dfrac{4^{n}}{^{2n}C_{n}}$
-
$\displaystyle \dfrac{2^{n}}{^{2n}C_{n}}$
-
$\displaystyle \dfrac{(2^{n})/n!}{^{2n}C_{n}}$
C
Correct answer
Explanation
The total number of ways to draw 2n balls in pairs is (2n)! / (2^n). The number of ways to draw one red and one white in each of n draws is n! * n!. The probability is (n! * n!) / ( (2n)! / 2^n ) = (2^n * n! * n!) / (2n)!. This simplifies to 2^n / (2nCn).
-
$\displaystyle \frac { 9 }{ 49 } $
-
$\displaystyle \frac { 3 }{ 49 } $
-
$\displaystyle \frac { 2 }{ 49 } $
-
None of these
C
Correct answer
Explanation
Probability of not getting a club in one draw is 3/4. Probability of not getting a club in n draws is (3/4)^n. We want 1 - (3/4)^n > 3/4, so (3/4)^n < 1/4. For n=4, (3/4)^4 = 81/256 = 0.316. For n=5, (3/4)^5 = 243/1024 = 0.237. Since 0.237 < 0.25, n=5 is the smallest integer.
A
Correct answer
Explanation
P(Fair) = 0.25, P(Unfair) = 0.75. P(3|Fair) = 1/6. P(3|Unfair) = 2/6 = 1/3. Using Bayes' Theorem: P(Fair|3) = [P(3|Fair) * P(Fair)] / [P(3|Fair) * P(Fair) + P(3|Unfair) * P(Unfair)] = [(1/6 * 1/4)] / [(1/6 * 1/4) + (1/3 * 3/4)] = (1/24) / (1/24 + 3/12) = (1/24) / (1/24 + 6/24) = (1/24) / (7/24) = 1/7.
-
$\displaystyle \frac{1}{4}$
-
$\displaystyle \frac{2}{5}$
-
$\displaystyle \frac{1}{2}$
-
$\displaystyle \frac{3}{5}$
An unbiased die, with faces numbered $1, 2, 3, 4, 5, 6$ is thrown n times and the list of n numbers showing up is noted. Then the probability that, among the numbers $1,2, 3,4, 5,6$ only three numbers appear in this list ?
-
$\displaystyle \frac{[3^{n}-3(2^{n})+3]}{6^{n}}$
-
$\displaystyle \frac{^{6} C_{3}[3^{n}-3(2^{n})+3]}{6^{n}}$
-
$\displaystyle \frac{^{6} C_{3}[3^{n}-3(2^{n})]}{6^{n}}$
-
None of these
B
Correct answer
Explanation
This is a combinatorics problem involving the inclusion-exclusion principle for surjective mappings. The number of ways to choose 3 numbers out of 6 is 6C3. The number of ways to map n throws to exactly 3 specific numbers is 3^n - 3(2^n) + 3.