39. I start with 3 marbles, one red, one green and one blue. I can trade any one marble for two others, one each of the other two colours. Is it possible to make a number of such trades and end up with five more blue marbles than red? Show all working. (I don't care how many green marbles I have at the end.)
Let G=green, R=Red, B=Blue
Start off with R,G,B (1B,1R) = same
trade a green for red and blue
R,(B,R),B (2B,2R) = same
trade a red for a green and blue
(G,B),(B,R),B (3B,1R) = +2R
trade a green for red and blue again
(R,B,B)(B,R),B (4B,2R) = +2R
trade a red for a green and blue
(G,B,B,B)(B,R),B (5B,1R) = +4R
trade a green for red and blue again
(R,B,B,B,B)(B,R),B (6B,2R) = +4R
This is the result of always trading in red and green to increase blue more than red, however, even if we try to trade a blue for a green and red
We lose one blue and gain one red, so there is still a net even difference between red and blue
So we see a pattern of an even difference between Red marbles and Blue marbles, 5 being an odd number means a difference of 5 is impossible