Q: A rectangular game board is composed of identical squares in a rectangular array of r rows and r+1 columns. The r rows are numbered from 1 through r, and the r+1 columns are numbered from 1 through r+1. If r>10, which of the following represents the number of squares on the board that are neither in the 4th row nor in the 7th column?
Answer: r2(that 2 is a square)-r
I would like to understand why that's the answer... This is a problem from the official guide test. Thank you.