Two players play the following game : A writes 3,5,6 on three different cards; B writes 8,9,10 on three different cards. Both draw randomly two cards from their collections. Then A computes the product of two numbers he/she has drawn, and B computes the sum of two numbers he/she has drawn. The player getting the larger number wins. What is the probability that A wins?
If B has to win A can either draw 3,5 or 3,6
If A draw 3,6 then B can only draw 9,10
Then Probabilty P=13.13=19
If A draws 3,5 then B can draw any pair of two cards from the collections
Then P=13.33=13
Total probability that B wins =13+19=49
Thus, the probability of A wins =1−49=59
Option B is correct.