Analyzing Merge Sort 1

Each pass takes a certain number of stacks and cuts it in half, doubling the size of each stack.

Q: How many passes are required?