RonPurewal Wrote:to solve this problem, first make sure that you have a basic understanding of ABSOLUTE VALUE INEQUALITIES and SQUARE INEQUALITIES. (i've grouped the two of these together, since their solutions are so similar.)
make sure that you can produce the following solutions from memory, without having to do any algebra. (these are just examples -- they work for other numbers besides just "4" and "16". i just didn't want to write them with a lot of other variables.)
#1
if you have |quantity| < 4
--> -4 < quantity < 4.
#2
if you have quantity^2 < 16
--> -4 < quantity < 4.
#3
if you have |quantity| > 4
--> quantity > 4 OR quantity < -4.
#4
if you have quantity^2 > 16
--> quantity > 4 OR quantity < -4.
the statements here are both examples of type number 4.
therefore, you can solve them immediately:
statement one
(x - 1)^2 > 4
therefore
x - 1 > 2 or x - 1 < -2
x > 3 or x < -1
we can disregard the second of these, since we know that x is not negative.
therefore, x > 3.
sufficient.
statement two
(x - 2)^2 > 9
therefore
x - 2 > 3 or x - 2 < -3
x > 5 or x < -1
we can disregard the second of these, since we know that x is not negative.
therefore, x > 5.
sufficient.
Hi Ron,
I have noticed that in some instances, we need to FOIL out (x-2)^2 instead of taking the sqroot of both sides from the very beginning. In this case, it happens to come out to the same values of x>5 and x<-1, but why is it that sometimes, we are required to go through the process of (x-2)(x-2)>9 etc...?
Thanks.