214k views
2 votes
P is the set of even numbers that are less than 11

User Orna
by
8.7k points

1 Answer

3 votes

Is there a restriction that the set must be positive? or whole numbers? Because negative numbers can be even, which makes your set an infinite list of numbers.

Natural numbers: P = {2, 4, 6, 8, 10}

Whole numbers: P = {0, 2, 4, 6, 8, 10}

All real numbers: P = {2n ;n ≤ 5}

User Gopard
by
8.3k points