Last visit was: 26 Apr 2024, 12:18 It is currently 26 Apr 2024, 12:18

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
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11181
Own Kudos [?]: 31966 [9]
Given Kudos: 291
Send PM
Director
Director
Joined: 18 Jul 2018
Posts: 926
Own Kudos [?]: 1288 [1]
Given Kudos: 95
Location: India
Concentration: Operations, General Management
GMAT 1: 590 Q46 V25
GMAT 2: 690 Q49 V34
WE:Engineering (Energy and Utilities)
Send PM
Intern
Intern
Joined: 13 Jun 2017
Posts: 13
Own Kudos [?]: 15 [0]
Given Kudos: 34
Send PM
Director
Director
Joined: 01 Oct 2017
Status:Learning stage
Posts: 827
Own Kudos [?]: 1300 [1]
Given Kudos: 41
WE:Supply Chain Management (Energy and Utilities)
Send PM
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
1
Kudos
chetan2u wrote:
If x is an integer and \(x^2>1\), is x a positive integer?
(1) \(x^2=6x\)
(2) \(x=|y|\), where y is an integer

New question!!...


Given, \(x^2>1\) implies that |x|>1
Or, x < -1, x >1 (x: all the integers except -1,0,1)----------(a)

Question stem :- Is x>0 ?

St1:- \(x^2=6x\)
Or, \(x^2-6x=0\)
Or, x(x-6)=0
So, x=6,0--------------(b)
From (a)&(b), x=6.
Sufficient.

St2:- \(x=|y|\), where y is an integer
Here |y| is an absolute expression, so x is always positive irrespective of sign of y. However, y may take +ve or -ve polarity.
Hence, x is positive.
Sufficient.
NOTE:- We have to discard the following possible values of y hence x.
1) y=0,1,-1; This as per our observation obtained at (a).

Ans. (D)
VP
VP
Joined: 31 Oct 2013
Posts: 1260
Own Kudos [?]: 1155 [0]
Given Kudos: 635
Concentration: Accounting, Finance
GPA: 3.68
WE:Analyst (Accounting)
Send PM
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
[quote="Afc0892"]From statement 1:

X^2-6X = 0
X(X-6) = 0
X = 0 or 6.

Since X^2>0 then X = 6.
1 is sufficient.

From statement 2: X = +Y or -Y.

No info about Y.
Hence insufficient.

A is the answer.

Hey, In statement 2, x = |y|. u don't have to think about the value of y or it's sign. Regardless of y's sing , x is always positive.

Thanks.
Manager
Manager
Joined: 06 Mar 2017
Posts: 179
Own Kudos [?]: 239 [1]
Given Kudos: 330
Concentration: Operations, General Management
Send PM
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
1
Kudos
selim wrote:
Afc0892 wrote:
From statement 1:

X^2-6X = 0
X(X-6) = 0
X = 0 or 6.

Since X^2>0 then X = 6.
1 is sufficient.

From statement 2: X = +Y or -Y.

No info about Y.
Hence insufficient.

A is the answer.

Hey, In statement 2, x = |y|. u don't have to think about the value of y or it's sign. Regardless of y's sing , x is always positive.

Thanks.


so it shud b "D" know?
Director
Director
Joined: 20 Feb 2015
Posts: 631
Own Kudos [?]: 712 [0]
Given Kudos: 74
Concentration: Strategy, General Management
Send PM
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
chetan2u wrote:
If x is an integer and \(x^2>1\), is x a positive integer?
(1) \(x^2=6x\)
(2) \(x=|y|\), where y is an integer

New question!!...



(1) \(x^2=6x\)
This statement is sufficient to tell us that x is +ve

(2) \(x=|y|\), where y is an integer
|y|= + y = x= x is a positive integer
sufficient

D
Intern
Intern
Joined: 28 Aug 2016
Posts: 1
Own Kudos [?]: [0]
Given Kudos: 3
Send PM
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
Hi Chetan, in my Evaluation E should be the answer. Could you please specify if my evaluation is wrong.

Given in question: x-->Integer
x^2>1

Now x^2>1 can be solved further as:-

(x^2-1)>0
(x+1)(x-1)>0
this gives us two possibilities:-

x+1>0 & x-1>0
x>-1 & x>1

So this implies that x = 0,1,2,3,4.....


Statement-1:-
x^2=6x
this can be further simplified to
x^2-6x=0
x(x-6)=0
this gives us two possible answers
x=0 or x=6
hence, x can be positive or Zero.
So, Statement-1 is not sufficient


Statement-2:-
x=IyI (I I-->Modulus)
given that y --> Integer
So, y = -2,-1,0,1,2,......
if y = 0 then x = 0
if y = -2,-1,1,2... then x = 2,1,1,2...
Hence, x can be positive or zero.
So, Statement-2 is not sufficient


Together Statement-1 & 2:-
By combining the two statements also we have two possible scenarios of x
x can be positive or Zero.
Hence, not sufficient.

So Answer: E
RC & DI Moderator
Joined: 02 Aug 2009
Status:Math and DI Expert
Posts: 11181
Own Kudos [?]: 31966 [1]
Given Kudos: 291
Send PM
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
1
Kudos
Expert Reply
sanket272 wrote:
Hi Chetan, in my Evaluation E should be the answer. Could you please specify if my evaluation is wrong.

Given in question: x-->Integer
x^2>1

Now x^2>1 can be solved further as:-

(x^2-1)>0
(x+1)(x-1)>0
this gives us two possibilities:-

x+1>0 & x-1>0
x>-1 & x>1

So this implies that x = 0,1,2,3,4.....


Statement-1:-
x^2=6x
this can be further simplified to
x^2-6x=0
x(x-6)=0
this gives us two possible answers
x=0 or x=6
hence, x can be positive or Zero.
So, Statement-1 is not sufficient


Statement-2:-
x=IyI (I I-->Modulus)
given that y --> Integer
So, y = -2,-1,0,1,2,......
if y = 0 then x = 0
if y = -2,-1,1,2... then x = 2,1,1,2...
Hence, x can be positive or zero.
So, Statement-2 is not sufficient


Together Statement-1 & 2:-
By combining the two statements also we have two possible scenarios of x
x can be positive or Zero.
Hence, not sufficient.

So Answer: E


We are given x^2>1 in the question, so x<-1 or X>1 but X cannot be 0..
If x=0, then x^2=0 but we are given x^2>1

Hence only non zero value is possible...
Each statement gives us a definite answer
GMAT Club Legend
GMAT Club Legend
Joined: 03 Jun 2019
Posts: 5344
Own Kudos [?]: 3967 [0]
Given Kudos: 160
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Send PM
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
chetan2u wrote:
If x is an integer and \(x^2>1\), is x a positive integer?


(1) \(x^2=6x\)

(2) \(x=|y|\), where y is an integer

Chetan's questions


Asked: If x is an integer and \(x^2>1\), is x a positive integer?


(1) \(x^2=6x\)
x^2=6x>1; x>1/6>0; Since x is an integer & x>0; x is a positive integer
SUFFICIENT

(2) \(x=|y|\), where y is an integer
x = |y| > 0
Since x is an integer & x>0; x is a positive integer
SUFFICIENT

IMO D
GMAT Club Bot
Re: If x is an integer and x^2>1, is x a positive integer? [#permalink]
Moderator:
Math Expert
92948 posts

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