Solution:
we have been asked to find What is the first consecutive even integer that follows -6.
The consecutive numbers are those numbers which comes in a sequence like
1,2,3,4,......etc
The odd consecutive numbers greater than 2 are
3,5,7,9,.....etc
The even consecutive numbers greater than 4 are
6,8,10,12....etc
In the same way
Even consecutive numbers starting from -6 are
-6,-4,-2...etc
Hence -4 is the first consecutive even integer that follows -6