Posted by Armando on Sunday, May 29, 2011 at 3:26pm.
the solution would be
x ≤ -6 OR 0 ≤ x ≤ 8
It might have been marked wrong since you used AND
You should have been taught whichever "interval notation" your course is using.
There are different ways to represent an interval. The following is a summary.
The most common one is
x ≤ -6 OR 0 ≤ x ≤ 8
as Reiny has put it.
Others use a specialized notation as follows:
The lower and then upper limits are written in order from left to right, separated by a comma, such as
0,8
The inclusion or exclusion of each limit is indicated by a square bracket or parenthesis accordingly.
In the above example, since 0 and 8 are included in the interval, the interval would be written as:
[0,8]
If for some reason the lower limit is excluded, it would be written as:
(0,8].
A variation of the notation would write the square bracket pointing outwards to mean exclusion, such as:
]0,8] to say the same thing as (0,8].
For the other limit, which goes from -∞ (excluded) to -6 (included), would be written as:
(-∞-6].
To join the two using logical operators, we would use the ∪ for "or", and ∩ for "and".
Thus the final answer for the above problem would be written as:
(-∞,-6]∪[0,8]
(alternatively, ]-∞,-6]∪[0,8] )
Related Questions
Math - Problem4 - Solve the inequality. Express your solution using interval ...
algebra - Solve the inequality. Express your solution using notation and please ...
Math - Solve the inequality by first rewriting it as an equivalent inequality ...
math - solve the polynomial inequality and graph the solution set on a real ...
calculus - solve the following inequality. write your solution in interval ...
math-please help,need quickly - solve the polynomial inequality and graph the ...
Math - Show all work solve the Polynomial inequality and express the solution ...
algebra - Solve the following inequality and write answer using interval ...
algebra - Solve the following inequality and write your answer using interval ...
Math- Problem3 - Solve the following inequality and write your answer using ...
For Further Reading