43.1k views
5 votes
All real numbers that are greater than or equal to -1.5 and less than 9.2

2 Answers

4 votes
-5.2 is yo answer hope i helped
User Yamel
by
8.0k points
6 votes
lets write condition after condition and than merge them.

All real number greater or equal to -1.5
let x be some real number

we write:
x
\geq-1.5

all real numbers less than 9.2

x < 9.2

if we merge them together we can write:

-1.5 \leq x\ \textless \ 9.2
User Vladimir Pligin
by
8.7k points