Linear Chinese Checkers

Algebra Level 4

You have a Chinese Checkers board that consists of an extremely long but single row. On the left side of the board there are a googolplex ( 1 0 1 0 100 10^{10^{100}} ) of blue marbles all lined up in a row, and on the right side there are a googolplex plus one ( 1 0 1 0 100 + 1 10^{10^{100}} + 1 ) of red marbles all lined up in a row. Initially, there are no spaces between any two blue marbles and no spaces between any two red marbles, but there is one space between the two marble sets.

Just like in Chinese Checkers, a turn consists of either moving a marble one step in any direction to an adjacent empty space, or by jumping a marble over another single marble into an empty space.

What is the digit sum of the minimum number of turns needed to switch the red and blue marbles (so that the googolplex plus one of red marbles are all on the left side and the googolplex of blue marbles are all on the right side, with no spaces between any two blue marbles and no spaces between any two red marbles, but one space between the two marble sets)?


The answer is 5.

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.

1 solution

David Vreken
Feb 27, 2019

For 1 1 blue marble and 2 2 red marbles, the minimum number of turns using S S slides and J J jumps to switch the marble sets is S , J , S , J , S S, J, S, J, S , for 2 2 J J ’s, 3 3 S S ’s, and a total of 5 5 turns.

For 2 2 blue marbles and 3 3 red marbles, the minimum number of turns using S S slides and J J jumps to switch the marble sets is S , J , S , 2 J , S , 2 J , S , J , S S, J, S, 2J, S, 2J, S, J, S , for 6 6 J J ’s, 5 5 S S ’s, and a total of 11 11 turns.

Continuing this pattern for n n blue marbles and n + 1 n + 1 red marbles, the minimum number of turns for S S slides and J J jumps to switch the marble sets is S , J , S , 2 J , S , 3 J , S , n J , S , n J , S , 3 J , S , 2 J , S , J , S S, J, S, 2J, S, 3J, … S, nJ, S, nJ, S, … 3J, S, 2J, S, J, S , for n 2 + n n^2 + n J J ’s, 2 n + 1 2n + 1 S S ’s, and a total of n 2 + 3 n + 1 n^2 + 3n + 1 turns.

When n n is a power of 10 10 greater than 1 1 , (like a googolplex), the total number of turns is in the form of 1000 0003000 0001 1000…0003000…0001 , which has a digit sum of 1 + 3 + 1 = 5 1 + 3 + 1 = \boxed{5} .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...