Difference between revisions of "2010 UNCO Math Contest II Problems/Problem 5"
(→Solution) |
(→Solution) |
||
Line 19: | Line 19: | ||
== Solution == | == Solution == | ||
− | ( | + | This problem is equivalent to asking how many ways rooks can be placed on a <math>n \times n</math> chessboard such that no two rooks attack each other. Let us go down row-by-row and permute over the columns (as number of rows and columns are equal).The first rook can be placed in any of the <math>n</math> columns. The second is placed in next row and has <math>n-1</math> columns. We go on until last rook has only <math>1</math> place. Thus, total ways to place is <math>n!</math>. Total possible ways to place is <math>\binom{n^2}{n}</math> since we have <math>n^2</math> squares, and we have <math>n</math> rooks/coins. |
− | + | Probability is <math>\boxed{\frac{n!}{\binom{n^2}{n}}}</math> | |
+ | |||
+ | For <math>(a)</math>, we have <math>n=4 \implies \boxed{P =\tfrac{6}{455}}</math> | ||
+ | |||
+ | === Note === | ||
+ | In general, for <math>r</math> rows and <math>s</math> columns, we have <math>min(r,s)</math> ways to place rooks such that no two attack each other, and a total of <math>\frac{(max(r,s))!}{[max(r,s) - min(r,s)]!}</math> ways to place these rooks on the board. The result can be derived easily by the same method that was used in this solution. | ||
== See also == | == See also == |
Latest revision as of 07:13, 29 August 2025
Contents
Problem
(a) In the grid shown, four coins are
randomly placed in different squares. What is
the probability that no two coins lie
in the same row or column?
(b) Generalize this to an grid.
Solution
This problem is equivalent to asking how many ways rooks can be placed on a chessboard such that no two rooks attack each other. Let us go down row-by-row and permute over the columns (as number of rows and columns are equal).The first rook can be placed in any of the
columns. The second is placed in next row and has
columns. We go on until last rook has only
place. Thus, total ways to place is
. Total possible ways to place is
since we have
squares, and we have
rooks/coins.
Probability is
For , we have
Note
In general, for rows and
columns, we have
ways to place rooks such that no two attack each other, and a total of
ways to place these rooks on the board. The result can be derived easily by the same method that was used in this solution.
See also
2010 UNCO Math Contest II (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 | ||
All UNCO Math Contest Problems and Solutions |