Your solution is still wrong. for the AND problem, you need to have both (10 and 11) before the 7, not one of them.
for example, to win on second roll you need 10 then 11 or 11 then 10.
P (winning on second roll) = P (10)* P (11) * 2 = 2/36 * 3/36 * 2
for winning above second roll you need to use the Combination
for example, for third roll, 3!/(2! * 1!) * 25/36 *
to win on third roll, you need to have 10 in the first or second roll, 11 in the third roll and any other (no 7 no 11) in the first or second + you need have 11 in the first or second roll, 10 in the third roll and any other (no 7 no 10) in the first or second
so for having 10 in the first or second roll, 11 in the third roll and any other (no 7 no 11) in the first or second = 3/36 * 28/36 *2/36 + 25/36 * 3/36 *2/36 = 3/36 * 2/36 * 53/36 = 53 / (6*36)
and for having 11 in the first or second roll, 10 in the third roll and any other (no 7 no 10) in the first or second = 2/36 * 27/36 *3/36 + 25/36 * 2/36 *3/36 = 2/36 * 3/36 * 52/36 = 52/(6*36)
so, for winning on third roll, solution is 105/(6*36)
what do u get with ur calculations
got my point?
having 10,10,10,10,5,11,7 is a win, which u don't take into consideration.
but having 5,6,11,7 is not, because you need both 10 and 11 before the 7. So, back to calculations!!!
Plus, we need to use Combination. This problem is solved by a Geometric Distribution.
so, to solve the problem, we need a formula that takes all that into consideration.
Again, this is not a trivial problem!!!