You can put this solution on YOUR website! Roll a pair of dice. What is the probability you roll a 12 given you have rolled higher than a 9?
----
# of ways to roll a 12: 1
# of ways to roll a sum greater than 9: 6
============================
P(condition) = 1/6
=======================
Cheers,
Stan H.