A set of $25$ square blocks are arranged into a $5\times5$ square. How many different combinations of $3$ blocks can be selected from the set so that no two are in same row or column?
My try:-
There are $25$ ways to choose the first square.To select second square there are $16$ ways. To select the third square there are $9$ ways.
So, number of ways to choose $3$ square blocks is $25\times16\times9=3600$.
But I am not confident about my answer. Is my answer correct?