The answer is (d).
The explanation:
When netmask is 255.255.224.0 we have 5 bits of third octect for host, then the networks are:
- 144.16.0.0
- 144.16.32.0
- 144.16.64.0
this last one goes from 144.16.64.0 to 144.16.95.255
When netmask is 255.255.240.0 we have 4 bits of third octect for host, then the networks are:
- 144.16.0.0
- 144.16.16.0
- 144.16.32.0
- 144.16.48.0
And so on until we got to 144.16.80.0 that goes to 144.16.95.255
When netmask is 255.255.248.0 we have 3 bits of third octect for host, then the networks are:
- 144.16.0.0
- 144.16.8.0
- 144.16.16.0
- 144.16.24.0
And so on until we got to 144.16.88.0 that goes to 144.16.95.255