A puzzle consists of a number of tiles, T, colored red on one side and blue on the other.
Start with all red side up. The goal is to get them all blue side up in the fewest number of rounds.
A round consists of flipping exactly N of them.
Find a rule for when the puzzle is impossible for given values of (T,N) with N≤T.
Find a rule for the number of rounds it will take when the puzzle is possible.
(In reply to
Thoughts by broll)
{N,T} = {6,9} is not possible. This contradicts your assertion that it can be done if T and N have a common divisor.
It will be simpler to state a rule for when it cannot be done.
|
Posted by Jer
on 2015-04-09 08:51:08 |