Bunuel
A shipping company has four empty trucks that will head out in the morning, all four to the same destination. The clerk has four different boxes to ship to that same destination. All four boxes could go on any one of the trucks, or the boxes could be split up into any groupings and given to the trucks in any combinations (ie. two to one truck, one to another, and one to another). In how many different ways could the boxes be put on the four trucks?
(A) 16
(B) 64
(C) 256
(D) 576
(E) 4096
Take the task of shipping the 4 boxes and break it into
stages.
Let's call the 4 boxes A, B, C and D
Stage 1: Select a truck to ship box A in
There are 4 trucks from which to choose, so we can complete stage 1 in
4 ways
Stage 2: Select a truck to ship box B in
There are 4 trucks from which to choose, so we can complete this stage in
4 ways
Stage 3: Select a truck to ship box C in
There are 4 trucks from which to choose, so we can complete this stage in
4 ways
Stage 4: Select a truck to ship box D in
There are 4 trucks from which to choose, so we can complete this stage in
4 ways
By the Fundamental Counting Principle (FCP), we can complete all 4 stages (and thus ship all 4 boxes) in
(4)(4)(4)(4) ways (= 256 ways)
Answer: C
Note:
the FCP can be used to solve the MAJORITY of counting questions on the GMAT. So, be sure to learn it.
RELATED VIDEOS