I have this math problem:
Three coins are randomly placed in three distinct squares of the 4 by 4 grid below. What is the probability that no two of them are in the same row or in the same column or on the same big diagonal (four cells diagonal)?
So, I started to think about it by saying where can we place the first coin? Well, it can go in the corners, Middle 4 squares, and the edges. Then, where can we place the next coin? Well, if it goes in a corner, there is a 1/16 possibility of choosing a corner, then 9 squares are blocked off, and the possibility of choosing another square is 6/15, then the third coin has only one place to go.
I kept using this logic to end up with the following possibilities:
First starts in corner = 1/420
First starts in edge = 6/420
First starts in middle 4 squares: 6/420
Thus, the total probability is 13/420. Apparently that is wrong. Does anyone have a better solution to this?
First off, there can be at most one coin in a corner (each corner prohibits any of the other corners from being used). And there can be at most one coin in the middle 4, for the same reason.
Now, let's count possibilities:
All in all, this turns out to be $64$ valid ways of placing the three coins. Out of a total of $\binom{16}{3} = 560$ ways of placing the three coins without restrictions, this means that the probability that randomly placing the coins will produce a valid configuration is $\frac{64}{560} = \frac{4}{35}$.