Here's my explanation of the solution:
Click here to view the secret text
×There are 3 combinations of balls where the person whose move it is will always lose. These are:
1,1,1
1,2,3
n,n where n is not 1
If you take two from the top row, you leave 1,4,5
If your opponent clears the top row, then you take 1 from the 5 row, matching condition 3 (4,4)
If your opponent takes 1 from the 5 row, then you clear the top row, matching condition 3 (4,4)
If your opponent clears the 4 row or the 5 row, then you clear the other row for the win
If your opponent does anything else then it is simple to match conditions 1 or 2 (they take one from the 4 row, leaving you 1,3,5, so you take 3 from the 5 row, for instance)
That's the long explanation behind "take 2 from the row of 3"
____________________________
Deploy the... I think it's a yellow button... it's usually flashing... it makes the engines go... WHOOSH!