My attempt
The problem can be reduced as distributing 5 elements among 4 elements. The only way to do this is by making groups of $2,1,1,1$
So number of ways are $$\frac{ 5! \times 4!}{2!\times 1! \times 1! \times 1! \times 3!}$$ $$=240$$ But the answer is $44$
This was just my attempt, which is wrong. What is the correct way to solve it?