Last visit was: 25 Apr 2024, 09:46 It is currently 25 Apr 2024, 09:46

Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
SORT BY:
Date
Math Expert
Joined: 02 Sep 2009
Posts: 92914
Own Kudos [?]: 618964 [6]
Given Kudos: 81595
Send PM
GMAT Club Legend
GMAT Club Legend
Joined: 18 Aug 2017
Status:You learn more from failure than from success.
Posts: 8019
Own Kudos [?]: 4096 [0]
Given Kudos: 242
Location: India
Concentration: Sustainability, Marketing
GMAT Focus 1:
545 Q79 V79 DI73
GPA: 4
WE:Marketing (Energy and Utilities)
Send PM
Senior Manager
Senior Manager
Joined: 13 Feb 2018
Posts: 386
Own Kudos [?]: 385 [1]
Given Kudos: 50
GMAT 1: 640 Q48 V28
Send PM
Manager
Manager
Joined: 15 Jan 2018
Posts: 56
Own Kudos [?]: 128 [0]
Given Kudos: 30
Send PM
Re: Is x^12 – 2x^11 negative? (1) x^2 < |x| (2) x^(-1) < -1 [#permalink]
LevanKhukhunashvili wrote:
We can factor out \(x^{11}\) to get
\(x^{11}*(x-2)\)

the only possibility for this expression to be negative is
when 0<x<2

1 stm --> gives us a range -1<x<1. Not sufficient
2 stm -- \(\frac{1}{x}<-1\) means x is negative. Sufficient

IMO
Ans: B


Actually, the first piece of information provided tells us that the range of x is between 0 and 1. When fractions are squared, they always get closer to 0, and for negative fractions, they will change signs and get closer to zero. So x must be positive for that to hold true. I could be wrong, but I believe that the answer is actually D.
Senior Manager
Senior Manager
Joined: 13 Feb 2018
Posts: 386
Own Kudos [?]: 385 [1]
Given Kudos: 50
GMAT 1: 640 Q48 V28
Send PM
Re: Is x^12 – 2x^11 negative? (1) x^2 < |x| (2) x^(-1) < -1 [#permalink]
1
Kudos
edlc313 wrote:
LevanKhukhunashvili wrote:
We can factor out \(x^{11}\) to get
\(x^{11}*(x-2)\)

the only possibility for this expression to be negative is
when 0<x<2

1 stm --> gives us a range -1<x<1. Not sufficient
2 stm -- \(\frac{1}{x}<-1\) means x is negative. Sufficient

IMO
Ans: B


Actually, the first piece of information provided tells us that the range of x is between 0 and 1. When fractions are squared, they always get closer to 0, and for negative fractions, they will change signs and get closer to zero. So x must be positive for that to hold true. I could be wrong, but I believe that the answer is actually D.


IMO your reasoning about the first statement is not correct. if x=-1/2 that statement holds true, so the range is not 0<x<1
SVP
SVP
Joined: 24 Nov 2016
Posts: 1720
Own Kudos [?]: 1344 [1]
Given Kudos: 607
Location: United States
Send PM
Re: Is x^12 – 2x^11 negative? (1) x^2 < |x| (2) x^(-1) < -1 [#permalink]
1
Bookmarks
Quote:
Is \(x^{12}- 2x^{11}\) negative?


(1) \(x^2 < |x|\)

(2) \(x^{-1} < -1\)


\(x^{12}- 2x^{11}<0…x^{11}(x- 2)<0\)
\(x<0:x-2>0…x>2=false…(x<0)\)
\(x>0:x-2<0…x<2…0<x<2\)


We need to find if \(0<x<2\)

(1) \(x^2 < |x|\) insufic

\(x^2 < |x|:-1<x<0…or…0<x<1\)

(2) \(x^{-1} < -1\) sufic

\(x^{-1} < -1…1/x<-1…1/x+1<0…(1+x)/x<0\)
\(x>0:1+x<0…x<-1=false…(x>0)\)
\(x<0:1+x>0…x>-1…-1<x<0\)

Ans (B)
Intern
Intern
Joined: 08 Oct 2019
Posts: 5
Own Kudos [?]: 20 [0]
Given Kudos: 23
Send PM
Re: Is x^12 – 2x^11 negative? (1) x^2 < |x| (2) x^(-1) < -1 [#permalink]
[quote="Bunuel"]Is \(x^{12}- 2x^{11}\) negative?


(1) \(x^2 < |x|\)

(2) \(x^{-1} < -1\)


\(x^{12}- 2x^{11} < 0 \) <=> \(x^{11}*(x - 2) < 0 \) => check whether 0 < x < 2 or not

(1) -> -1 < x < 1. Insufficient as:
If -1 < x < 0: \(x^{11}*(x - 2) > 0 \)
If 0 < x < 1: \(x^{11}*(x - 2) < 0 \)

(2) -> -1 < x < 0 => \(x^{11}*(x - 2) > 0 \) => Sufficient

==> B
Current Student
Joined: 27 Nov 2019
Posts: 160
Own Kudos [?]: 176 [0]
Given Kudos: 215
Location: India
GMAT 1: 720 Q49 V40
GMAT 2: 770 Q50 V44
GPA: 4
Send PM
Re: Is x^12 – 2x^11 negative? (1) x^2 < |x| (2) x^(-1) < -1 [#permalink]
edlc313 wrote:
LevanKhukhunashvili wrote:
We can factor out \(x^{11}\) to get
\(x^{11}*(x-2)\)

the only possibility for this expression to be negative is
when 0<x<2

1 stm --> gives us a range -1<x<1. Not sufficient
2 stm -- \(\frac{1}{x}<-1\) means x is negative. Sufficient

IMO
Ans: B


Actually, the first piece of information provided tells us that the range of x is between 0 and 1. When fractions are squared, they always get closer to 0, and for negative fractions, they will change signs and get closer to zero. So x must be positive for that to hold true. I could be wrong, but I believe that the answer is actually D.


The range for which the first statement holds true is -1<x<1. Since we are looking for a 0<x<2 range, statement 1 isn't sufficient.
GMAT Club Bot
Re: Is x^12 – 2x^11 negative? (1) x^2 < |x| (2) x^(-1) < -1 [#permalink]
Moderator:
Math Expert
92914 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne