Last visit was: 23 Apr 2024, 19:48 It is currently 23 Apr 2024, 19:48

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
Tags:
Show Tags
Hide Tags
User avatar
Senior Manager
Senior Manager
Joined: 12 Oct 2008
Posts: 271
Own Kudos [?]: 3891 [48]
Given Kudos: 2
Send PM
Most Helpful Reply
GMAT Tutor
Joined: 24 Jun 2008
Posts: 4128
Own Kudos [?]: 9240 [33]
Given Kudos: 91
 Q51  V47
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 92883
Own Kudos [?]: 618612 [9]
Given Kudos: 81563
Send PM
General Discussion
User avatar
Senior Manager
Senior Manager
Joined: 27 Jun 2008
Posts: 329
Own Kudos [?]: 136 [2]
Given Kudos: 92
Concentration: General Management
WE 1: Investment Banking - 6yrs
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
2
Bookmarks
reply2spg wrote:
What is the remainder when the positive integer n is divided by 2?
(1) When n is divided by 5, the remainder is an odd integer.
(2) When n is divided by 10, the remainder is an odd integer.


(1) Let n = 8, remainder 3.....so, 8/2 = remainder = 0
Let n = 16, remainder 1....so 16/2 = remainder = 0
Suff
(2) n = can be 10,30,50,70,90,110,130 etc
All these numbers are divisible by 2, remainder = 0
Suff

D

P.S > I hope i'm not missing something
avatar
Director
Director
Joined: 28 Dec 2005
Posts: 697
Own Kudos [?]: 535 [6]
Given Kudos: 2
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
3
Kudos
3
Bookmarks
I think its B.

From stat 1, n could be 6 or 11. Both numbers give different remainders when divided by 2.Insuff.

From stat 2, n can be 11, 21, 31, etc. In all cases, it gives a remainder of 1 when divided by 2. Suff.
User avatar
Senior Manager
Senior Manager
Joined: 23 May 2008
Posts: 369
Own Kudos [?]: 186 [2]
Given Kudos: 0
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
2
Bookmarks
n is +ive int, rem when n/2?

1)n/5, rem is odd

test numbers 13,21,28

13/2 rem=1, 21/2 rem=1, 28/2 rem=0, insuff

2)n/10, rem is odd

test numbers 13, 21, 27

13/2 rem=1, 21/2 rem=1, 27/2 rem =1, suff

B
avatar
Intern
Intern
Joined: 24 Jul 2009
Posts: 4
Own Kudos [?]: 15 [3]
Given Kudos: 0
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
3
Kudos
1) n = 5q + odd

^This doesn't tell us whether q is divisible by 2 or not. So this info is insufficient.

2) n = 10q + odd,
= 2(5q) + odd

^We can see that the remainder is odd. So this info is sufficient. B
avatar
Manager
Manager
Joined: 21 Oct 2013
Posts: 154
Own Kudos [?]: 212 [0]
Given Kudos: 19
Location: Germany
GMAT 1: 660 Q45 V36
GPA: 3.51
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
Bunuel wrote:
naaga wrote:
What is the remainder when the positive integer n is divided by 2?
(1) When n is divided by 5, the remainder is an odd integer.
(2) When n is divided by 10, the remainder is an odd integer


What is the remainder when the positive integer n is divided by 2?

Question basically asks whether n is odd or even: if it's odd then the remainder will be 1 and if it's even then the remainder will be zero.

(1) When n is divided by 5, the remainder is an odd integer --> n=5q+odd, so n could be odd (1, 3, 11, 13, 21, 23, ...) as well as even (6, 8, 16, 18, ... ). Not sufficient.

(2) When n is divided by 10, the remainder is an odd integer --> n=10p+odd=even+odd=odd. Sufficient.

Answer: B.

P. S. naaga please always tag your questions.



Bunuel,

how can the remainder of n/5 be 11 or 6 and so on? Isn't it always between 1 and 4? e.g. 9/ 5 = 1+4 or 23 / 5 = 1+3.
What am I getting wrong here?
Math Expert
Joined: 02 Sep 2009
Posts: 92883
Own Kudos [?]: 618612 [0]
Given Kudos: 81563
Send PM
What is the remainder when the positive integer n is divided [#permalink]
Expert Reply
unceldolan wrote:
Bunuel wrote:
naaga wrote:
What is the remainder when the positive integer n is divided by 2?
(1) When n is divided by 5, the remainder is an odd integer.
(2) When n is divided by 10, the remainder is an odd integer


What is the remainder when the positive integer n is divided by 2?

Question basically asks whether n is odd or even: if it's odd then the remainder will be 1 and if it's even then the remainder will be zero.

(1) When n is divided by 5, the remainder is an odd integer --> n=5q+odd, so n could be odd (1, 3, 11, 13, 21, 23, ...) as well as even (6, 8, 16, 18, ... ). Not sufficient.

(2) When n is divided by 10, the remainder is an odd integer --> n=10p+odd=even+odd=odd. Sufficient.

Answer: B.

P. S. naaga please always tag your questions.



Bunuel,

how can the remainder of n/5 be 11 or 6 and so on? Isn't it always between 1 and 4? e.g. 9/ 5 = 1+4 or 23 / 5 = 1+3.
What am I getting wrong here?


Those are possible values of n, not the possible values of the remainders upon division n by 5.
Intern
Intern
Joined: 09 Apr 2018
Posts: 26
Own Kudos [?]: 6 [0]
Given Kudos: 92
Location: India
Schools: IIMA PGPX"20
GPA: 3.5
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
Bunuel wrote:
naaga wrote:
What is the remainder when the positive integer n is divided by 2?
(1) When n is divided by 5, the remainder is an odd integer.
(2) When n is divided by 10, the remainder is an odd integer


What is the remainder when the positive integer n is divided by 2?

Question basically asks whether n is odd or even: if it's odd then the remainder will be 1 and if it's even then the remainder will be zero.

(1) When n is divided by 5, the remainder is an odd integer --> n=5q+odd, so n could be odd (1, 3, 11, 13, 21, 23, ...) as well as even (6, 8, 16, 18, ... ). Not sufficient.

(2) When n is divided by 10, the remainder is an odd integer --> n=10p+odd=even+odd=odd. Sufficient.

Answer: B.

P. S. naaga please always tag your questions.



when n=13 ; 13/5 remainder=3(odd no) ; 13/2 remainder =1
when n=14 ; 14/5 remainder =1 ( odd no); 14/2 remainder= 0
when n= 16 ; 16/5 remainder =1 (odd no); 16/2 remainder = 0
when n=18 ; 18/5 remainder=3 (odd no) ; 18/2 remainder =0
when n= 21 ; 21/5 remainder =1 (odd no) ; 21/2 reaminder= 1

in all no we are nt getting a definite value of n so how statement 2 is sufficient?
Math Expert
Joined: 02 Sep 2009
Posts: 92883
Own Kudos [?]: 618612 [0]
Given Kudos: 81563
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
Expert Reply
SUNILAA wrote:
Bunuel wrote:
naaga wrote:
What is the remainder when the positive integer n is divided by 2?
(1) When n is divided by 5, the remainder is an odd integer.
(2) When n is divided by 10, the remainder is an odd integer


What is the remainder when the positive integer n is divided by 2?

Question basically asks whether n is odd or even: if it's odd then the remainder will be 1 and if it's even then the remainder will be zero.

(1) When n is divided by 5, the remainder is an odd integer --> n=5q+odd, so n could be odd (1, 3, 11, 13, 21, 23, ...) as well as even (6, 8, 16, 18, ... ). Not sufficient.

(2) When n is divided by 10, the remainder is an odd integer --> n=10p+odd=even+odd=odd. Sufficient.

Answer: B.

P. S. naaga please always tag your questions.



when n=13 ; 13/5 remainder=3(odd no) ; 13/2 remainder =1
when n=14 ; 14/5 remainder =1 ( odd no); 14/2 remainder= 0
when n= 16 ; 16/5 remainder =1 (odd no); 16/2 remainder = 0
when n=18 ; 18/5 remainder=3 (odd no) ; 18/2 remainder =0
when n= 21 ; 21/5 remainder =1 (odd no) ; 21/2 reaminder= 1

in all no we are nt getting a definite value of n so how statement 2 is sufficient?


14 divided by 5 gives the remainder of 4, not 1. Also, you are analyzing statement (1) there, which is not sufficient.

Statement (2) says: When n is divided by 10, the remainder is an odd integer
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32632
Own Kudos [?]: 821 [0]
Given Kudos: 0
Send PM
Re: What is the remainder when the positive integer n is divided [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: What is the remainder when the positive integer n is divided [#permalink]
Moderator:
Math Expert
92883 posts

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