You can
put this solution on YOUR website! .
find the number of all integer between 100 and 800 each of which on division by 16 leaves the remainder 7.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It is the same as the number of segments of the length 16 of consecutive integer numbers between 97 and 800, inclusively.
Which is, in turn,
= 44.
Each such a segments contains exactly one such a number.