Problem :
A pair of unaiased dice are rolled together till a sum of either 5 or 7 is obtained, find the probability that 5 comes before 7.
My approach :
Probability P(A) of getting 5 as sum on two dice is
$$P(A) = \frac{4}{36} = \frac{1}{9}$$
Let B the event that a sum of 7 occurs and C the event that neither a sum of 5 nor a sum of 7 occurs. We have :
$$P(B)= \frac{6}{36} = \frac{1}{6}$$
$$P(C) = \frac{26}{36} = \frac{13}{18}$$
Please suggest how to proceed further.