Answer:
Largest integer in the interval [−∞, 31] is 31.
Explanation:
Given the interval: [−∞, 31]
To find: The largest integer in this interval.
Solution:
First of all, let us learn about the representation of intervals.
Two kind of brackets can be used to represent the intervals. i.e. () and [].
Round bracket means not included in the interval and square bracket means included in the interval.
Also, any combination can also be used.
Let us discuss one by one.
1. [p, q] It means the interval contains the values between p and q. Furthermore, p and q are also included in the interval.
Smallest p
Largest q
2. (p, q) It means the interval contains the values between p and q. Furthermore, p and q are not included in the interval.
Smallest value just greater than p.
Largest value just smaller than q.
3. [p, q) It means the interval contains the values between p and q. Furthermore, p is included in the interval but q is not included in the interval.
Smallest value p.
Largest value just smaller than q.
4. (p, q] It means the interval contains the values between p and q. Furthermore, p is not included in the interval but q is included in the interval.
Smallest value just greater than p.
Largest value q.
As per above explanation, we can clearly observe that:
The largest integer which belongs to the following interval: [−∞, 31] is 31.