Bunuel
For a particular peculiar pair of dice, the probabilities of rolling 1, 2, 3, 4, 5 and 6 on each die are in the ratio 1:2:3:4:5:6. What is the probability of rolling a total of 7 on the two dice?
(A) 4/63
(B) 1/8
(C) 8/63
(D) 1/6
(E) 2/7
we will take total chances as (1+2+3+4+5+6)=21
1 has a probability of \(\frac{1}{21}\)
2 has a probability of \(\frac{2}{21}\)
3 has a probability of \(\frac{3}{21}\)
4 has a probability of \(\frac{4}{21}\)
5 has a probability of \(\frac{5}{21}\)
6 has a probability of \(\frac{6}{21}\)
Sum of 7 is possible when we throw 1 and 6, or 2 and 5, or 3 and 4. Ecah of these can be in two ways 3,4 can be 3,4 or 4,3, and similarly others...
thus probability of a sum of 7 = 2*(\(\frac{1}{21}*\frac{6}{21}\)+\(\frac{2}{21}*\frac{5}{21}\)+\(\frac{3}{21}*\frac{4}{21}\))=\(\frac{2(1*6+2*5+3*4)}{21*21}=\frac{2*28}{21*21}=\frac{2*4}{3*21}=\frac{8}{63}\)
C