As I understand it, the question is,
and specifically how you can get the answer, 60, without listing.
I searched just to find the rules, and accidentally found that Wikipedia shows the calculation for the 960, so I figured I'd just give that as a hint. It was not intended as a primary answer.
But if I were working it out directly, I would start with the rules:
White's pieces (not pawns) are placed randomly on the first rank, following two rules:
- The bishops must be placed on opposite-color squares.
- The king must be placed on a square between the rooks.
Since the bishops have already been placed, we just need to count the ways to place the rooks, king, queen, and knights. Placing the king and rooks amounts to choosing any 3 spaces of the remaining 6, which can be done in C(6,3) = 20 ways. Then the knights can be placed in any 2 of the remaining 2 places: C(3,2) = 3. The queen then has one place to go.
This gives us 20 * 3 = 60 ways to do it.
I was hoping to get an actual response to what I'd said.
But welcome back,
@JeffM! I just visit this desert from time to time to see if there's anyone out here needing help ...