The following is a question i got wrong on the GRE practice test. There is no explanation provided. I have actually a confusion as to what is even being asked and how they get the answer $r^{2} - r$. Can anyone please provide what approach to take ?.

The array is $r \times (r+1)$, so has $r^2+r$ cells. Striking out a row eliminates $r+1$ of these. Striking out a column eliminates $r$ of these. The cell at the intersection of the row and column has been struck twice, but should only be deleted once, so we add one back in. $r^2+r-(r+1)-r+1=r^2-r$