Q. 2.17
Question
If a rook (castles) are randomly placed on chessboard, compute the probability that none of the rooks can capture any of the others. That is, compute the probability that no row or file contains more than one rook.
Step-by-Step Solution
Verified Answer
The probability is
1Step 1: Count total ways to place 8 rooks
There are 64 squares on a chessboard. The total number of ways to place 8 rooks on the board (unordered) is \(\binom{64}{8}\).
2Step 2: Count favorable arrangements
For no rook to capture another, each row and each column must contain exactly one rook.
Choose which column the rook in row 1 goes: 8 choices.
Choose which column the rook in row 2 goes (not the same column): 7 choices.
Continue: the number of favorable arrangements is \(8! = 40320\).
Choose which column the rook in row 1 goes: 8 choices.
Choose which column the rook in row 2 goes (not the same column): 7 choices.
Continue: the number of favorable arrangements is \(8! = 40320\).
3Step 3: Calculate the probability
\(P = \frac{8!}{\binom{64}{8}} = \frac{40320}{4426165368}\)
Let us compute: \(\binom{64}{8} = \frac{64!}{8! \cdot 56!} = 4426165368\).
\(P = \frac{40320}{4426165368} \approx 9.109 \times 10^{-6}\)
Let us compute: \(\binom{64}{8} = \frac{64!}{8! \cdot 56!} = 4426165368\).
\(P = \frac{40320}{4426165368} \approx 9.109 \times 10^{-6}\)
4Step 4: Final answer
The probability that none of the 8 rooks can capture any of the others is \(\frac{8!}{\binom{64}{8}} = \frac{40320}{4426165368} \approx 9.11 \times 10^{-6}\).
Other exercises in this chapter
Q.2.2
Suppose that you are playing blackjack against a dealer. In a freshly shuffled deck, what is the probability that neither you nor the dealer is dealt a blackjac
View solution Q. 2.16
Poker dice is played by simultaneously rolling 5 dice. Show that(a) P{no two alike}(b) P{one pair}(c) P{two pair}(d) P{three alike}(e) P{full house}(f) P{f
View solution Q. 2.18
Two cards are randomly selected from an ordinary playing deck. What is the probability that it is a blackjack? That is, what is the probability that one of
View solution Q. 2.19
Two symmetric dice have had two of their sides painted red, two sides painted black, one painted yellow and the other painted white. When this pair of dice roll
View solution