A set of 25 square blocks is arranged into a 5×5 square. How many different combinations of 3 blocks can be selected from that set so that no two are in the same row or column? (A) 100(B) 125(C) 600(D) 2300(E) 3600
Official solution
There are 25 ways to choose the first square. The four remaining squares in its row and column and the square you chose exclude nine squares from being chosen next time. There are 16 remaining blocks to be chosen for the second square. The three remaining spaces in its row and column and the square you chose must be excluded from being chosen next time. Finally, the last square has 9 remaining choices. The number of ways to choose 3 squares is 25⋅16⋅9, but the order in which you chose the squares does not matter as the blocks are indistinguishable, so we divide by 3!. 3⋅2⋅125⋅16⋅9=25⋅8⋅3=100⋅6=(C)600
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.