I know the problem has many answer in this site or other sites. But first idea of mine is using Permutation And Combination. Here is the problem:
Have known family of three children, one of whom is a girl, asks for the probability of at least one boy.
First of all, I want to use three boxes. I'm assuming that X event means one of whom is a girl. So I pull one box out of three which will be put in a girl, the other boxes will be put in a girl or a boy. Therefore the formula is $${ A }_{ 3 }^{ 1 }+{ A }_{ 3 }^{ 2 }{ C }_{ 2 }^{ 1 }=3+3\cdot 2\cdot 2=15$$ I’m assuming that Y event means one of whom is a girl and at least one boy. So I pull one box out of three which will be put in a girl and one box which will be put in a boy, the other one will be put in a girl or a boy. Therefore the formula is $${ A }_{ 3 }^{ 1 }+{ A }_{ 3 }^{ 1 }{ +C }_{ 2 }^{ 1 }=3+3+2=8$$ Therefore, I think result is $$\frac { { A }_{ 3 }^{ 1 }+{ A }_{ 3 }^{ 1 }{ +C }_{ 2 }^{ 1 } }{ { A }_{ 3 }^{ 1 }+{ A }_{ 3 }^{ 2 }{ C }_{ 2 }^{ 1 } }=\frac { 8 }{ 15 } $$ but it isn’t correct obviously. What is wrong with my solution?