Which sequence consists of four consecutive natural numbers?
2026
Which sequence consists of four consecutive natural numbers?
Answer: C. 3, 4, 5, 6 — ConceptConsecutive natural numbers are counting numbers that differ by 1 when arranged in increasing order. For a sequence a, b, c, d to be consecutive, the…
- A.
5, 7, 9, 11
- B.
2, 4, 6, 8
- C.
3, 4, 5, 6
- D.
1, 3, 5, 7
Attempted by 265 students.
Show answer & explanation
Correct answer: C
Concept
Consecutive natural numbers are counting numbers that differ by 1 when arranged in increasing order.
For a sequence a, b, c, d to be consecutive, the three differences b − a, c − b, and d − c must each equal 1.
Application
For 3, 4, 5, 6: 4 − 3 = 1, 5 − 4 = 1, and 6 − 5 = 1.
All adjacent differences are 1, so the numbers form one uninterrupted counting sequence.
Cross-check and contrast
Computing the adjacent differences for every sequence gives:
5, 7, 9, 11: each adjacent difference is 2.
2, 4, 6, 8: each adjacent difference is 2.
3, 4, 5, 6: each adjacent difference is 1.
1, 3, 5, 7: each adjacent difference is 2.
Result
Therefore, the required sequence is 3, 4, 5, 6.