This is a problem inspired by Jay B. You can check out his similar problems!
There are 45 balls in a bowl. You can choose to take 23 or 5 balls in and out of the bowl, but you can only do one move at a time.
Only the 45 balls in the bowl can be used, and no other balls are used.
By following these rules, is it possible to have only 1 ball remain in the bowl?
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.
Yes, less than 1 0 moves are needed:
1 ) 4 5 − 2 3 = 2 2
2 ) 2 2 + 5 = 2 7
3 ) 2 7 − 2 3 = 4
4 ) 4 + 5 = 9
5 ) 9 + 5 = 1 4
6 ) 1 4 + 5 = 1 9
7 ) 1 9 + 5 = 2 4
8 ) 2 4 − 2 3 = 1