Exam-style question
Try this first
Which set correctly represents the natural numbers as specified?.
- A.{1, 2, 3, 4, ...}
- B.{0, 1, 2, 3, ...}
- C.{-2, -1, 0, 1, 2, ...}
- D.{0, 1, 2, 3, ..., 10}
Model answer
What a good answer should say
- {0, 1, 2, 3, ...}
Explanation
Why this works
The specification defines the set of natural numbers as ℕ = {0, 1, 2, 3, …}. It includes zero and continues without an upper limit.
Common mistake
No common mistake is linked to this question yet.
