Find the number of ways in which two squares can be selected from an 8 by 8 chess board of size 1×1 so that they are not in the same row and in the same column.
Open in App
Solution
First square can be choosen in 64C1 ways = 64 ways
Now, 15 squares in same row & column cannot be choosen.
Next square may be choosen in 49C1=49 Ways
As choice is unordered, therefore, total no of ways = 64×492