I was trying to follow the logic in a similar question (Probability number comes up before another), but I can't seem to get it to work out.
Some craps games have a Repeater bet. You can bet on rolling aces twice before rolling a 7, rolling 3 three times before 7, etc. The patent for this game (https://patents.google.com/patent/US20140138911) says the odds for aces twice before 7 is 48:1. The wizard of odds (https://wizardofodds.com/games/craps/appendix/5/) says the probability is 0.020408 (which is 1/49).
I tried calculating this by multiplying the odds of the two events 1/36 for rolling aces and (1/36)/((1/36)+(1/6)) for rolling aces before 7. I got (1/36)*((1/36)/((1/36)+(1/6))) = 0.003968253968253969 which is like 1/252.
I'm obviously missing something, but can't see what.
Edit:...sorry...after typing this up i figured it out. The bet has to be made and then aces has to roll before 7 twice. So if 7 rolls before the first aces the bet loses, so I was wrong by using the 1/36 for the first aces.
((1/36)/((1/36)+(1/6)))*((1/36)/((1/36)+(1/6))) 0.020408163265306128
I still don't understand why one says 48:1 when its 1/49