If x is a real number, then which of the following can never be true?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Very thorough solution. THANKYOUUUU!!!!1 =D
I don't understand, case 3 allows all to be true. Can you explain?
Log in to reply
Note that x 2 < x 3 < x is different from x 2 ≤ x 3 ≤ x
I shall prove that x 2 < x 3 < x cannot be true for all real x . Consider the first part x 2 < x 3 . This implies that x 3 is positive which implies that x > 0 . Now, consider the second part x 3 < x . We can hence deduce that 0 < x < 1 . Then, since 0 < x < 1 , x n < x n − 1 for n ∈ N . Hence, there is a contradiction, and the proposition is proven.
You need to prove that the other two inequalities can be true.
A simpler way would be to say that:
For x 2 < x 3 , x > 1
For x 3 < x , 0 < x < 1
Therefore, no real value of x satisfies x 2 < x 3 < x
I used process of elimination. For the first one, any real number greater than or equal to one works. For the last one, any negative number works. So the only one left is the middle statement since the other two are sometimes true.
The options shuffle. What you see as the first option is the second option for me
And your statements are incorrect.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Polynomial Inequalities - Problem Solving - Medium
We have 6 cases for this inequality:
Case 1 : For x > 1 , we have
x < x 2 < x 3
Example: x = 2 , x 2 = 4 , x 3 = 8 , 2 < 4 < 8
Case 2 : For 0 < x < 1 , we have
x 3 < x 2 < x
Example: x = 0 . 1 , x 2 = 0 . 0 1 , x 3 = 0 . 0 0 1 , 0 . 0 0 1 < 0 . 0 1 < 0 . 1
Case 3 : For x = 0 , 1 , we have
x = x 2 = x 3
Proof: x = 0 , x 2 = 0 , x 3 = 0 x = 1 , x 2 = 1 , x 3 = 1
Case 4 : For x = − 1 , we have
x = x 3 < x 2
Proof: x = − 1 , x 2 = 1 , x 3 = − 1 , − 1 < 1
Case 5 : For − 1 < x < 0 , we have
x < x 3 < x 2
Example: x = − 0 . 1 , x 2 = 0 . 0 1 , x 3 = − 0 . 0 0 1 , − 0 . 1 < − 0 . 0 0 1 < 0 . 0 1
Case 6 : For x < − 1 , we have
x 3 < x < x 2
Example: x = − 2 , x 2 = 4 , x 3 = − 8 , − 8 < − 2 < 4
Now, let's check back the given options.
x < x 2 < x 3 is satisfied by Case 1
x 3 < x < x 2 is satisfied by Case 6
x 2 < x 3 < x is not satisfied by any of the cases above, therefore this inequality cannot be true