I'm freshman on StackExchange, so, it's my first question here.
I have a homework in discrete mathematics: I have to count the number of possible moves for the first three steps in checkers and chess.
First, I tried to count it in checkers, because I thought that it is easier. Can you say, did I do that right?
- For the first move we have $7$ possible ways: $7$,
- the same for the second: $7\cdot7$ (I multiply it since we have previous moves),
- and here is the hardest part: I just took a checkerboard and started to count. For the rightmost I have $52$ possible moves and $54 \cdot 2 = 108$ for the others. So, together, it will be $$7 \cdot 7 \cdot (52+54 \cdot 2 \cdot 3)=18324.$$ Am I right?
For chess it was hard too.
- For the first move we have $20$ possible moves,
- the same fo the second: $20 \cdot 20$,
- I find an answer that it is nearly $8000$, but I don't know why. Hope, you will help me.
Thank you!
For checkers/draughts, you are correct that there are $7$ possible first moves, and $7$ possible second moves.
There are two possibilities at this point. The first player had three pieces that could move both left and and right, and one piece that could only move in one direction. If this player moved one of the first kinds of pieces (of which there are $6$ possible moves) in either direction, they have $8$ possible moves for the next turn since they opened up $2$ opportunities below but blocked off $1$ possible move ahead, either by blocking the piece they moved against the edge of the board or by blocking another piece on the row behind. If they moved their one piece that can only move in one direction, though, then they have added $1$ possibility for this piece, $1$ possibility for a piece further back, and blocked one possibility for the piece adjacent, to make a total of $8$ possibilities. So in total we have $6 \cdot 7 \cdot 8 + 1 \cdot 7 \cdot 8$ possibilities for the first three moves. In fact, we can just calculate this as $7 \cdot 7 \cdot 8 = 392$ possibilities, since both of the possibilities for the first move we considered gave an extra possibility in the third move.
The case for chess has been answered here.