First way:
The easiest and simplest way is to count by 1 starting from 82 till you reach 512.
This will go as follows:
82, 83, 84, 85, ........... , 510, 511, 512
Second way:
We can note that the two given numbers are even numbers. This means that the two numbers are divisible by 2.
Therefore, we can count by 2 starting from 82 till we reach 512.
This will go as follows:
82, 84, 86, 88, ................... , 508, 510, 512
Third way:
We can note that the units digit in both numbers is the same (the digit is 2). This means that we can count from 82 till 512 by adding 10 each time.
This will go as follows:
82, 92, 102, 112, ......................, 492, 502, 512
Hope this helps :)