An insect has one shoe and one sock for each of its twelve legs. In how many different orders can the insect put on its socks and shoes, assuming that, on each leg, the sock must be put on before the shoe?
A. \(2^{12} * 12!\)
B. \(\frac{24!}{12!^2}\)
C. \(\frac{24!}{2^{12}}\)
D. \(24!\)
E. \(24!* 12^2\)
This is a very good question. +1.
Also I believe nothing like this will
ever occur at real test, as this question is beyond the scope of GMAT.
Anyway here is my solution:
NOTE that each sock and shoe is "assigned" to a specific leg.
Imagine situation with no restriction, meaning no need to put the socks before the shoes. In this case the # of ways insect can put 24 items would be 24!. As we can choose to put ANY of 24 items first, then 23 items left, then 22 and so on.
Next step. On EACH leg we can put either sock OR shoe first. But for EACH leg from 12, only one order is correct WITH restriction: sock first then shoe. For one leg chances of correct order is 1/2, for two legs 1/2^2, similarly for 12 legs chances of correct order would 1/2^12.
So we get that for the total # of ways, WITH NO RESTRICTION, which is 24!, only 1/2^12 is good WITH RESTRICTION.
So the final answer is 24!/2^12.
Answer: C.