I have a three-sided dice, with three letters: $H$, $T$ and $B$. I want to figure out the probability that, out of 3 rolls, I get exactly 1 H. I figured I'd start by finding the probability that the 3 rolls do not all result in the same outcome (I don't get three H's, three T's, or three B's.) That probability, by my calculation, = $1 - 3/27 = 0.8889$. I figured that in $3$ rolls of the dice, given that they do not result in $3$ $H$'s, $3$ $T$'s or $3$ $B$'s, then these are the only possible outcomes:
$2$ $H$'s and a $T$
$2$ $H$'s and a $B$
$2$ $T$'s and a $B$
$2$ $T$'s and an $H$ -
$2$ $B$'s and a $T$
$2$ $B$'s and an $H$ -
$1$ $H$, $1$ $B$, and $1$ $T$ -
So, there are seven outcomes and only three ways to then get only $1$ $H$
Since there are only two ways to get $1$ $H$, therefore $P(1H$|not $3H$, $3T$, or $3B) = 3/7$.
Multiplying the two together, we get $0.381$, when my binomial calculator says the real answer is $0.4444....$ I feel as though I'm missing something here.
Let $p=1/3$ be probability of H and since you don't care about the other two symbols you can replace T and B by X. This is now a biased coin with H occuring with probability $1/3$ and X occuring with probability $2/3$. So now your answer is by the binomial distribution $$\binom{3}{1} (1/3) (2/3)^2=\frac{3\times 4}{3^3}=\frac{4}{9}$$ as required.