I was reviewing brainteasers and this one is stumping me for some reason.
Let X be a non-3.
you have 3 cases.
33XX, XX33, and X33X where we have the successes. I suppose you also have 333X and X333, and also 3333.
EDIT: We also have the possibilities of 3X33, and 33X3, which again do not matter much since it is satisfied by {${33XX, X33X, XX33}$}
The probability I arrived on was .0995, but that doesn't feel right, and it doesn't seem the internet knows either.
How I arrived on it was
$P(3) = \frac{1}{6}$, and $P(not3) = \frac{5}{6}$
$P(four-consecutive-threes) = \frac{1}{6^4}$
$P(two-consecutive-threes = 2*\frac{1}{6}*(1 + \frac{1}{6} + \frac{1}{6^2}) * 3$
This can be read as the possibility of 2 threes in a row, multiplied by the 3 continuing sequences (333X, X333, 3333)
Which yields $\frac{43}{432}$ or ~$.0995$
Where am I misstepping?