Let's say I was rolling two dice (2-12 results) three times. What is the probability I get two specific results with different probabilities during those three trials?
3 trials where I roll two dice. I'm looking for how often I'll roll AT LEAST one 6 (5/36 each time) and one 7 (6 out of 36). I want to be able to any tell any number combination. I know the likelihood of each event and that this is similar to binomial calculation, but the different probabilities make sites like this inadequate: http://stattrek.com/online-calculator/binomial.aspx
Is there a formula for this? Something involving factorials? Crunched it out with a friend and we got 13.888888% which is much bigger than the previously mentioned site's 7.4% for getting two 7s.
Thank you so much!!!!
There are three ways to get at least a $6$ and a $7$: Either you get a third different result, or you get another $6$, or you get another $7$. There are $6$ different orders for three different numbers, and $3$ different orders for a pair and a singleton, so the total probability is
$$ 6\cdot\frac5{36}\cdot\frac6{36}\cdot\left(1-\frac5{36}-\frac6{36}\right)+3\cdot\left(\frac5{36}\right)^2\cdot\frac6{36}+3\cdot\left(\frac6{36}\right)^2\cdot\frac5{36}\\ =\frac{6\cdot5\cdot6\cdot25+3\cdot5^2\cdot6+3\cdot6^2\cdot5}{36^3}\\ =\frac{5490}{36^3}=\frac{305}{2592}\approx11.77\%\;. $$