This is from a book.
My answer was 35/210 using non-negative integral solutions method approach.
The only thing i can reason is that the books method counts every packet as seperate.
Which answer is correct.
Edit : My Solution :
X1 + X2 + X3 + X4 + X5 = 6
The answer is the number of solution to this such that (X1 >=0 ,X2>=0 ,X3>=1 ,X4 >=1 , X5 >=1), which was 35
And the total probability is : The number of solutions to this such that (X1 >=0 ,X2>=0 ,X3>=0 ,X4 >=0 , X5 >=0). which was 210.
