Explanation:
Hey there!
Consecutive numbers are those numbers which comes from one after another without any gaping.
You can find consecutive numbers easily.
To find:
Natural consecutive numbers= 1,2,3,4,5.........
If your first natural number is "n" next is "n+1". Suppose if your first number is 1 when you add "1" again it becomes "2".
To find:
Consecutive even number= 2,4,6,8...............
In every step 2 more is added.
Steps : Let first number be "x" then second number is "X+1". Then 3rd number will be "x+4".
Suppose your first number is 2 then second will be 2+2= 4.
To find:
Consecutive odd number= 1,3,5,7,9.........
In every step add 2.
Steps: Let first number be "x" then second number will be "x+2". Suppose your first number is 5 then 2nd number will be 5+2=7.
Note: consecutive odd and consecutive even number has difference of 2 so, after 1st number we add 2 to find next number.
So, in this way we find consecutive numbers.
Hope it helps...