I have 4 objects in group A and 4 objects in group B.
One by one I need to add the 8 objects from the two different groups in a line.
But the condition is that as the line is being created, the amount of "A" objects is always >= the amount of "B" objects.
What I have 4 objects in group A and 4 objects in group B.
One by one I need to add the 8 objects from the two different groups in a line.
But the condition is that as the line is being created, the amount of "A" objects is always >= the amount of "B" objects.
I need to count the total number of possible arrangements
What theorem or concept should I use? or concept should I use?