Three one-gallon buckets of red, blue, and yellow paint are each two-thirds full. Without the ability to measure, is it possible to equally mix all of the paint through a finite sequence of pours from one bucket to another?
If a solution exists, then the intermediate stages all consist of a full bucket, a two-thirds full bucket, and a one-third full bucket. Also, all pours, except for the first pour maybe the final pour, must be from a full bucket. This is because an empty bucket is never helpful.
Under these constraints, there are only two choices for any intermediate pour, so the problem is fairly restrictive in nature, but I'm having a hard time keeping track of all of the proportions.
Edit: Considering Ross's observation below, it seems if a solution exists, the final state must consist of two full buckets and one empty bucket.
It is not possible. Assume it were. Then just before the last pour, you would have two buckets with equal mixes and one with an unequal mix. This violates the fact that the total quantities of each of the three colors are equal. Also, pouring from a bucket that has an equal mix into one that has an unequal mix can never fix the receiving bucket.
Even with the final move allowed to join two partial buckets, it is not possible. We will focus on the powers of $3$ in the denominators of the amount of the first color poured, say red. The first pour moves $\frac 13$ gallon of red to another bucket. Then each subsequent pour (except the last) must be made from the bucket that received the previous pour. It will move either $\frac 13$ or $\frac 23$ of the red that is in the donor bucket to the receiver bucket. The $n^{\text{th}}$ pour will move an amount that has a denominator of $3^n$. This means that after $n$ pours, the donor and receiver buckets will have an amount of red that has a denominator of $3^n$ and the third bucket will have an amount with lower denominator. The greatest denominators keep growing. But the move before the last must leave us with a full bucket containing $\frac 13$ gallon of red, which we can never achieve.