Bunuel
Two numbers are successively selected at random and with replacement from the set of integers {1, 2, ..., 100}. What is the probability that the first one is greater than the second?
(A) 1/200
(B) 1/100
(C) 49/100
(D) 99/200
(E) 1/2
Are You Up For the Challenge: 700 Level QuestionsApproaching as is given in the question, we have, let's say:
\(P_1\) = Probability of first number(1) being > than second
\(P_2\) = Probability of first number(2) being > than second
\(P_3\) = Probability of first number(3) being > than second
...
...
...
...
\(P_{100}\) = Probability of first number(100) being > than second
\(P_1 = \frac{1}{100}*\frac{0}{100} = 0\)
\(P_2 = \frac{1}{100}*\frac{1}{100} = \frac{1}{10000}\)
\(P_3 = \frac{1}{100}*\frac{2}{100} = \frac{2}{10000}\)
\(P_4 = \frac{1}{100}*\frac{3}{100} = \frac{3}{10000}\)
...
...
...
\(P_{100} = \frac{1}{100}*\frac{99}{100} = \frac{99}{10000}\)
Total Probability = \(P_1 + P_2 + P_3 .... + P_{100}\)
= \(0 + \frac{1}{10000} + \frac{2}{10000} + \frac{3}{10000} .... + \frac{99}{10000}\)
= \(\frac{1 + 2 + 3 + 4 ... + 99}{10000}\)
= \(\frac{4950}{10000}\)
= \(\frac{99}{200}\)
Answer D.