There are 3 boxes , , and . Initially, box has 8 balls but and are empty. Chris wants box to have as many balls as possible. He can do so by moving some balls from a box to another with the constraint that he can only move exactly balls on the step.
What is the maximum possible number of balls box can have?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
I created a table to keep track of balls in each steps
Hence the answer is 8.