How many ways u can distribute 10 identical balls into 3 boxes ?
My apporach was :
B1 B2 B3
10 0 0 =3p1=out of 3 boxes placing 10 balls in 1 box
9 1 0 =3p2=out of 3 boxes placing 9 balls in box1 and 1 ball in box2
8 2 0 =3p2
8 1 1= 3p2 / 2!
7 3 0=3p2
6 1 3=3p3
7 2 1 =3p3
5 2 3=3p3
6 4 0=3p2
5 4 1 =3p3
4 4 2 =3p3/2!
3 3 4 =3p3/2!
2 2 6=3p3/2!
IS my approach wrong?
My apporach was :
B1 B2 B3
10 0 0 =3p1=out of 3 boxes placing 10 balls in 1 box
9 1 0 =3p2=out of 3 boxes placing 9 balls in box1 and 1 ball in box2
8 2 0 =3p2
8 1 1= 3p2 / 2!
7 3 0=3p2
6 1 3=3p3
7 2 1 =3p3
5 2 3=3p3
6 4 0=3p2
5 4 1 =3p3
4 4 2 =3p3/2!
3 3 4 =3p3/2!
2 2 6=3p3/2!
IS my approach wrong?