Turing Tumble Community

We don't understand Puzzle 21

We seem to be missing something (concept-wise) for #21.

The way we understand it, the number of blue balls that should fall should correspond with the number indicated by the sum of the values of bits that face to the right.

1st bit: 1
2nd bit: 2
3rd bit: 4
4th bit: 8

So if, for instance, only the top bit faces right, only one ball should drop.

My son and I were unable to come up with a way to divert the balls to the right (red) output with the allowed parts. This was the only way that we thought we would be able to control the number of balls that would drop, since the red input was empty.

When we checked the solution, it did not solve the puzzle as we expected it to be solved. Instead, all of the blue balls went to the blue output regardless of the bit orientation.

Can someone explain what we are missing?

Thanks!
Elisa

I think I see your confusion. The goal here is to count blue balls, not to let a certain number of blue balls pass (although there are puzzles like this later on). So, it’s actually the reverse of your example: if one ball drops, the top bit will be face right. Hope this helps!

Puzzle 21 Solution

Ah, got it! Yes, that makes sense. We were really stuck on this. Thank you for your reply!

1 Like