1 and 2. Taneisha can send as few as 0 texts, or n>=0.
 Â
3 and 4. Taneisha can send as many as 300 texts in a month, or n<=300.
 Â
5. In this case, n>=0 and n<=300.
 Â
6. Putting these in compound form to make them one statement gives 0 <= n <= 300.