Bunuel
Alex and Sam are playing a game of dice. Sam, being the evil one, loaded the dice in such a way that the probability of getting any number n is n times the probability of showing up of 1 when the dice is rolled. The rules of the games are such that for every time an odd number shows up, Alex scores a point, otherwise the point goes to Sam. What is the probability of Alex scoring a point at any single roll?
A. \(\frac{2}{7}\)
B. \(\frac{3}{7}\)
C. \(\frac{4}{7}\)
D. \(\frac{5}{7}\)
E. \(\frac{6}{7}\)
Given that the probability of getting any number “n” is n times the probability of getting 1.
Let the probability of getting 1 be P(1).
Probability of getting number 2 = 2* P(1)
Probability of getting number 3 = 3* P(1)
Probability of getting number 4 = 4* P(1)
Probability of getting number 5 = 5* P(1)
Probability of getting number 6 = 6* P(1)
Total Probability = P(1)+ 2 P(1)+ 3 P(1)+ 4 P(1)+ 5 P(1)+ 6 P(1) =
21 P(1) =1. Summation of any probabilities is 1 P(1) = 1/21If odd number comes - Alex wins, else Sam wins.
Probability of getting an odd number is = P(1) + P(3) + P(5) = P(1) *(1+3+5) =
9 P(1)
Alex winning probability = 9 P(1) = 9* (1/21) =
3/7 Answer is B. \(\frac{3}{7}\)