The count of numbers in the list a, a+1, a+2.... b is b - a + 1
The list of numbers is given as:
a, a+1, a+2.... b
From the above list, we can see that the numbers are consecutive numbers.
This means that, the count of numbers in the list is
Count = Highest - Least + 1
Where
Highest = b
Least = a
Substitute the known values in the above equation
Count = b - a + 1
Hence, the count of numbers in the list a, a+1, a+2.... b is b - a + 1
Read more about consecutive integers at:
https://brainly.com/question/10853762
#SPJ1