A rectangle can be divided into $n$ equal squares. If the same rectangle can also be divided into $n+ 76$ equal squares then find $n$.
I tried with taking dimensions of squares as $x$ and $y$. Then I made the respective lenghts and breadths equal for two cases. Also, I equated the combined areas, but then I am not able to find the solutions.
The number $76$ equals $4 * 19$. Now as well-known the difference between two successive squares goes as $1, 3, 5, 7, 9...$ Based on this series we can easily establish that $19= 100 - 81 = 10^2 - 9^2$. The multiplicative factor $4$ can be taken into account without difficulty, since it equals $2$ squared. This way we arrive at the important intermediate result that the number $76$ can be expressed as the difference between two squares as follows:
$$76 = 400 - 324 = 20^2 - 18^2$$
Now if we take $324$ squares of length $10$, or $400$ squares of length $9$, both combinations have the same surface area ($= 32400$). From this we conclude that $N = 324$ is the solution.
Furthermore it follows that the rectangle has length $360$ and width $90$ (unless a square with sides $180$ is also allowed).