Take two long dice (rectangular parallelepipeds), each having four rectangular faces labelled as 2, 3, 5, and 7. If thrown, the long dice cannot land on the square faces and has an equal probability of landing on any of the four rectangular faces. The label on the top face of the die is the score of the throw. If thrown together, the probability that the sum of the two long dice scores is greater than 11 is: A. 1/8 B. 1/16 C. 1/16 D. 3/16

GATE 2024 · General Aptitude · Probability · medium

Answer: P(sum > 11) = 3/16

  1. List all pairs with sum > 11: Total outcomes = 4 * 4 = 16. Possible sums > 11 require at least one die showing 7 (since max of {2,3,5} is 5 and 5+5=10 <= 11). Enumerate: (5,7): 5+7=12 >11 [favorable]; (7,5): 7+5=12 >11 [favorable]; (7,7): 7+7=14 >11 [favorable]. All other pairs: (2,7)=9, (3,7)=10, (7,2)=9, (7,3)=10 — not >11. So 3 favorable outcomes.
  2. Compute the probability: P(sum > 11) = 3/16