I am trying to find the pmf of rolling a die until 3 consecutive 6s turn up. I am able to find the expected value using a tree diagram, but the pmf is not obvious to me.
Let A be the event of not rolling 6, and let B be the event of rolling a 6.
The geometric distribution does not work, because we could have any number of As and Bs (ex. ABBAAABBA...) until we reach BBB. But using a binomial doesn't make sense to me either, because we don't care how many As or Bs we have, we just care about the final 3 consecutive Bs.