Question 463108
In this particular problem you solve for combination because in every set of 4 workers, there are 24 possible combinations (4*3*2*1).

Possible allocations = 7*6*5*4 
                     = 840

Use permutation when there is no need to assign each worker with a particular job.