TU Wien:Diskrete Mathematik für Informatik UE (Gittenberger)/Übungen WS13/Beispiel 44

Aus VoWi
Zur Navigation springen Zur Suche springen
Find the number of ways to place n rooks on an n x n chess board such that no two of them attack each other

Solution[Bearbeiten | Quelltext bearbeiten]

n!

nxn (n-1)x(n-1) ... 1x1 possibilites we cant distinguish between the n rooks --> divide by n!