Respuesta :
Just list all the integers in that range, and check each one to see if it matches the requirements. (You can avoid checking every single one if you notice the pattern). Then count how many matches there were.
Matches: [-3, 3, 6, 9, 15, 18, 21]
There are seven matches.
Answer D.
Matches: [-3, 3, 6, 9, 15, 18, 21]
There are seven matches.
Answer D.