Is this: T= {x|x is an integer and x ¡Ý12} in roster form T={12,13,14,15,16,17...}?

Yes, the two forms are equivalent

T={x|x is an integer and x>=12}
is the same as
T={12,13,14,15,16,17...}

thanks

Yes, the set T can be written in roster form as T = {12, 13, 14, 15, 16, 17, ...}.

To find the answer and write it in roster form, we need to understand what the set T represents. In this case, T is defined as the set of all integers (x) that are greater than or equal to 12.

To understand the elements of the set, we start with the smallest possible value that satisfies the condition, which is 12. Then, we list all the consecutive integers that fulfill the condition. This means we include all integers greater than or equal to 12.

So, T = {12, 13, 14, 15, 16, 17, ...} is the roster form representation of the set T, where the ellipsis (...) indicates that the pattern of integers continues indefinitely.