Two players take turns placing dominoes on an $n \times 1$ board of squares, where each domino covers two squares and dominoes cannot overlap. The last player to play wins.
(a) Where would you place the first domino when $n = 11$?
(b) Prove that for $n$ even and positive, the first player can guarantee a win.
My attempt. I am trying to solve this problem, for the question (a), I figure it out that we should place it in the third or forth position to make sure we can win. However, for question (b), I think the first player should place the domino in the middle of the square and am trying to use complete induction to solve this question but I got stuck.
How to prove that for $n$ even and positive, the first player can guarantee a win?