Two players in a dice game to see who can roll a total of 60 first, taking turns each rolling 2 dice.
For one player, one die is 4 sided and one is 6 sided. Therefore the average roll for this player will be a 6.
The other player has two 6 sided dice. So this players average roll will be a 7.
If they take turns, each rolling both dice, what % of the time will the first player (a 4-6 dice combo) get to 60 first and what % of the time will the second player (6-6 dice combo) get to 60 first. If they get to 60 on the same roll, the player who goes the furthest wins.


A rough answer, from Monte Carlo simulation, is:
The following R code generates this output: