- #1
cragar
- 2,552
- 3
Homework Statement
How many ways can you place 8 rooks on a chess board so that no 2 rooks attack each other.
Assume the rooks are identical.
Chess board is 8 by 8.
The Attempt at a Solution
To place the first rook I would have 64 choices.
for the second rook I would have 49 choices because I would be limited to a 7 by 7 square.
So the answer should be (64)(49)(36)(25)(16)(9)(4)(1).
I don't think I need to divide by 8! because when I place the rooks that is already taken care of.