Answer:
Step-by-step explanation:
-1 ≤ x < 3 Solution set = {-1, 0 ,1 , 2}
-2 < x < 2 Solution set = {-1 , 0 , 1}
Integer values that satisfies both inequalities are -1 , 0 , 1
Answer:
-18
Step-by-step explanation:
you add 12 and six together and you get 18. Then you put a negative sign in front of it

(8/4) divided by 100 equals .02
In different parts of the world people use different units. Being able to convert will help me understand and fit into their surroundings. Like for instance in Canada people measure speed in kilometers, so their speed limits are written in kmph. While in America the speed is measured in miles so Mph. Knowinf=g the conversions can help you drive safely and not get a ticket.
Hope that was what you were expecting.
Operations are performed according to the Order of Operations. Sometimes the mnemonic PEMDAS or BIDMAS is used to remind you what the order is.
P/B - parentheses/brackets. The content of these is evaluated first.
E/I - exponents/indices. Exponentiation is done first, right to left: a^b^c = a^(b^c).
MD/DM - multiplication and division are done in order of appearance, left to right. Each has equal priority, neither is done before the other unless it appears in the expression first. a/bc = (a/b)c. ab/c = (ab)/c
AS - addition and subtraction are done in order of appearance, left to right. Each has equal priority.
_____
When functions are involved (sin( ), log( ), sqrt( ), for example), their arguments are evaluated according to the order of operations, then the function is evaluated, then the remainder of the operations are performed. For example, sin(a)^2 = (sin(a))^2. Sometimes, this is written sin^2(a).
When functions are written without parentheses around their arguments, it must be assumed that the function only applies to the first entity following the function name. log ab+c/d = (log(a)*b)+(c/d), for example, or √3x = (√3)x.