MBAUncle
What is the value of integer x ?
(1) 4 < (x-1)*(x-1) < 16
(2) 4 < (x+1)*(x-1) < 16
Solution:Statement One Alone:4 < (x-1)*(x-1) < 16
Rewriting the inequality, we have:
4 < (x - 1)^2 < 16
Square rooting all 3 sides, we have:
2 < |x - 1| < 4
Since x is an integer, we see that |x - 1| = 3. That is, either x - 1 = 3 or x - 1 = -3. The former equation yields x = 4 while the latter yields x = -2. Statement one alone is not sufficient.
Statement Two Alone:4 < (x+1)*(x-1) < 16
Rewriting the the inequality, we have:
4 < x^2 - 1 < 16
5 < x^2 < 17
Square rooting all 3 sides, we have:
√5 < |x| < √17
Since x is an integer, we see that |x| = 3 or |x| = 4. The former equation yields x = 3 or -3 while the latter yields x = 4 or -4. Statement two alone is not sufficient.
Statements One and Two Together:Since the values of x in statement one could be 4 or -2 and the values of x in statement two could be 3, -3, 4, or -4, we see that x could only be 4 when we consider both statements together. The two statements together are sufficient.
Answer: C