Results 1 to 8 of 8

Thread: property of integer (just open to discuss, dun have OA)

  1. #1
    GMAT addiction increased! mathdumber's Avatar
    Join Date
    Oct 2007
    Location
    Hong Kong SAR
    Posts
    365
    Rep Power
    7


    Good post? Yes | No

    property of integer (just open to discuss, dun have OA)

    Q1. The set S has following properties
    (a) If x is in S, then 1/x is also in S
    (b) If both x and y are in S, so is (x+y)

    Is 3 in S?
    (1) 1/3 is in S
    (2) 1 is in S

    Q2. If p is a prime number greater than 2, what is the value of p?
    (1) there are a total of 100 prime numbers between 1 and p+1
    (2) there are a total of p prime numbers between 1 and 3912

    Q3. Is XY < 0
    (1) 1/Y > 1/X
    (2) X>0

    Q4. If the units digit of the three-digit positive integer k is non-zero, what is the tens digit of k?
    (1) the tens digit of k+9 is 3
    (2) the tens digit of k+4 is 2

    guys, i do not have the Official Answer to these questions, pls dun get mad at me...i just want to open the tread to discuss the approach and answers to these questions.

    thanks!

  2. #2
    lsr
    lsr is offline
    An Urch Guru Pundit Swami Sage lsr's Avatar
    Join Date
    Jan 2005
    Location
    Toronto
    Posts
    897
    Rep Power
    12


    Good post? Yes | No
    Q1. The set S has following properties
    (a) If x is in S, then 1/x is also in S
    (b) If both x and y are in S, so is (x+y)

    Is 3 in S?
    (1) 1/3 is in S
    (2) 1 is in S

    First statement:
    If 1/3 is in S then 1/(1/3) = 3 is also in S.
    Sufficient.

    Second statement:
    If 1 is in S, then 1/1=1 is also in S, 1+1=2 is also in S, and 1+2=3 is also in S.
    Sufficient.

    Answer is D.

  3. #3
    lsr
    lsr is offline
    An Urch Guru Pundit Swami Sage lsr's Avatar
    Join Date
    Jan 2005
    Location
    Toronto
    Posts
    897
    Rep Power
    12


    Good post? Yes | No
    Q3. Is XY < 0
    (1) 1/Y > 1/X
    (2) X>0
    Question stem:
    Do X and Y have opposite signs?

    First statement:
    (X-Y)/(XY) > 0

    Either XY>0 and X>Y
    Y<X<0
    0<Y<X

    Or XY<0 and X<Y
    X<0<Y
    Not sufficient.

    Second statement:
    No information about Y.
    Not sufficient.

    Both statements:
    Since X>0, then XY>0 (from first statement).
    Sufficient.

    Answer is C.


    Another approach:

    First statement:
    We cannot infer about the respective signs of X and Y, both can be negative/positive, or Y is positive and X is negative.
    Not sufficient.

    Both statements:
    X>0, then X/Y>1; since X/Y>0 then XY>0.
    Sufficient.

  4. #4
    lsr
    lsr is offline
    An Urch Guru Pundit Swami Sage lsr's Avatar
    Join Date
    Jan 2005
    Location
    Toronto
    Posts
    897
    Rep Power
    12


    Good post? Yes | No
    Q4. If the units digit of the three-digit positive integer k is non-zero, what is the tens digit of k?
    (1) the tens digit of k+9 is 3
    (2) the tens digit of k+4 is 2

    First statement:
    Tens digit is 2. (since the units digit is >0, therefore units digit+9>=10)
    Sufficient.

    Second statement:
    Tens digit is either 2 or 1. (if the units digit is =<3, then the tens digit is 2, and if the units digit is >3, then the tens digit is 1).
    Not sufficient.

    Answer is A.

  5. #5
    GMAT addiction increased! mathdumber's Avatar
    Join Date
    Oct 2007
    Location
    Hong Kong SAR
    Posts
    365
    Rep Power
    7


    Good post? Yes | No
    lsr

    for the statement 1, how did you know that the unit digit is >0??
    for statement 2, how did you know that unit digit could be =< or => 3??

    could you explain the approach of doing this type of question??

    i really appreciate it...

    thanks
    Mathdumber

  6. #6
    Within my grasp! ken_english's Avatar
    Join Date
    Jul 2007
    Posts
    480
    Rep Power
    7


    Good post? Yes | No
    Quote Originally Posted by lsr View Post
    Q1. The set S has following properties
    (a) If x is in S, then 1/x is also in S
    (b) If both x and y are in S, so is (x+y)

    Is 3 in S?
    (1) 1/3 is in S
    (2) 1 is in S

    First statement:
    If 1/3 is in S then 1/(1/3) = 3 is also in S.
    Sufficient.

    Second statement:
    If 1 is in S, then 1/1=1 is also in S, 1+1=2 is also in S, and 1+2=3 is also in S.
    Sufficient.

    Answer is D.
    LSR, Don't you think x and y should be two distinct numbers ?? here you are taking the same member of the set (1) two times to make it 1+1 = 2

    that way what it means is if x exist in the set 2x also exists ??

  7. #7
    lsr
    lsr is offline
    An Urch Guru Pundit Swami Sage lsr's Avatar
    Join Date
    Jan 2005
    Location
    Toronto
    Posts
    897
    Rep Power
    12


    Good post? Yes | No
    Quote Originally Posted by ken_english View Post
    LSR, Don't you think x and y should be two distinct numbers ?? here you are taking the same member of the set (1) two times to make it 1+1 = 2

    that way what it means is if x exist in the set 2x also exists ??
    If you combine the two conditions in the question stem,
    If x is in S, then 1/x is in S and x+1/x = (x^2+1)/x is also in S.

    I agree with you, that if we take for example x=2, then we cannot say that 2+2 is in S.

    But looking at the combined condition, for x=1; [(1^2+1)/1]=2 is also in S.

    You can treat x and y=1/x for x=1 as two distinct members of S that have the same value.

  8. #8
    lsr
    lsr is offline
    An Urch Guru Pundit Swami Sage lsr's Avatar
    Join Date
    Jan 2005
    Location
    Toronto
    Posts
    897
    Rep Power
    12


    Good post? Yes | No
    Quote Originally Posted by mathdumber View Post
    lsr

    for the statement 1, how did you know that the unit digit is >0??
    for statement 2, how did you know that unit digit could be =< or => 3??

    could you explain the approach of doing this type of question??

    i really appreciate it...

    thanks
    Mathdumber
    The question stem states that the unit digit is non-zero, therefore it is an integer between 1 and 9 inclusive.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Ineq: largest positive integer n for which a unique integer k
    By Queen09 in forum GMAT Problem Solving
    Replies: 4
    Last Post: 08-19-2008, 01:05 PM
  2. Is the positive integer n equal to the square of an integer?
    By agarbattis in forum GMAT Data Sufficiency
    Replies: 1
    Last Post: 11-29-2007, 07:44 PM
  3. i dun understand this question???
    By benchy in forum GRE Math
    Replies: 2
    Last Post: 08-05-2007, 03:03 AM
  4. Guyzz Please Dun think like a principal
    By bhamra1983 in forum Lounge
    Replies: 1
    Last Post: 07-12-2005, 06:33 AM
  5. Replies: 0
    Last Post: 07-06-2005, 05:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

SEO by vBSEO ©2010, Crawlability, Inc.