Last visit was: 19 Nov 2025, 09:11 It is currently 19 Nov 2025, 09:11
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
User avatar
zest4mba
Joined: 09 Feb 2010
Last visit: 09 May 2012
Posts: 36
Own Kudos:
912
 [174]
Given Kudos: 4
Posts: 36
Kudos: 912
 [174]
9
Kudos
Add Kudos
164
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,283
 [122]
62
Kudos
Add Kudos
60
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,283
 [27]
7
Kudos
Add Kudos
20
Bookmarks
Bookmark this Post
User avatar
IanStewart
User avatar
GMAT Tutor
Joined: 24 Jun 2008
Last visit: 18 Nov 2025
Posts: 4,145
Own Kudos:
10,988
 [23]
Given Kudos: 99
Expert
Expert reply
Posts: 4,145
Kudos: 10,988
 [23]
12
Kudos
Add Kudos
11
Bookmarks
Bookmark this Post
zest4mba
If x and y are positive integers, what is the greatest common divisor of x and y?

1. 2x + y = 73
2. 5x – 3y = 1

Say x and y were both divisible by some number d. Then 2x + y would certainly be a multiple of d (if you add two multiples of d, you always get a multiple of d). Now we know from statement 1 that 2x + y is the number 73, so if 2x+y is divisible by d, then 73 must be divisible by d. But 73 is prime, so d could only be 1 or 73. Clearly d can't be 73, since then 2x +y would not equal 73, so the only possible value of d is 1, and thus 1 is the only common divisor of x and y.

You can use the same logic for statement 2: If x and y are both multiples of d, then 5x - 3y would need to be a multiple of d. But 5x-3y = 1, so 1 is a multiple of d, and d must be 1.

D.
General Discussion
User avatar
carcass
User avatar
Board of Directors
Joined: 01 Sep 2010
Last visit: 17 Nov 2025
Posts: 4,754
Own Kudos:
Given Kudos: 4,856
Posts: 4,754
Kudos: 37,015
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Thanks bunuel.

From your explanation can we suppose to apply the reasoning from statement two to the first one or is not possible ?? would be a big mistake because 1 is NOT prime??'
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
778,283
 [4]
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,283
 [4]
1
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
carcass
Thanks bunuel.

From your explanation can we suppose to apply the reasoning from statement two to the first one or is not possible ?? would be a big mistake because 1 is NOT prime??'

I suppose you mean whether we can apply the reasoning from (1) to statement (2). Yes, we can:

(2) \(5x-3y=1\) --> Suppose GCD(x, y) is some integer \(d\), then \(x=md\) and \(y=nd\), for some positive integers \(m\) and \(n\). So, we'll have \(5(md)-3(nd)=d(5m-3n)=1\) --> \(d\) is a factor of 1, so \(d\) must equal 1. Sufficient.
User avatar
vivekdixit07
Joined: 17 Apr 2012
Last visit: 30 Jan 2021
Posts: 38
Own Kudos:
Given Kudos: 69
GMAT Date: 11-02-2012
Posts: 38
Kudos: 47
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
carcass
If x and y are positive integers, what is the greatest common divisor of x and y?

1) 2x + y = 73
2) 5x – 3y = 1

MMMMMMmm

Here I'm not sure that the answer is C because is true that we need of both statement to find possible values for X and Y. Infact statement 1 and 2 we do not have values for the variables (can be everything).

But it seems to be a trap answer......

If x and y are positive integers, what is the greatest common divisor of x and y?

This is a classic "C trap" question: "C trap" is a problem which is VERY OBVIOUSLY sufficient if both statements are taken together. When you see such question you should be extremely cautious when choosing C for an answer.

(1) \(2x+y=73\). Suppose GCD(x, y) is some integer \(d\), then \(x=md\) and \(y=nd\), for some positive integers \(m\) and \(n\). So, we'll have \(2(md)+(nd)=d(2m+n)=73\). Now, since 73 is a prime number (73=1*73) then \(d=1\) and \(2m+n=73\) (vice versa is not possible because \(m\) and \(n\) are positve integers and therefore \(2m+n\) can not equal to 1). Hence we have that GCD(x, y)=d=1. Sufficient.

(2) \(5x-3y=1\) --> \(5x=3y+1\) --> \(5x\) and \(3y\) are consecutive integers. Two consecutive integers are co-prime, which means that they don't share ANY common factor but 1 (for example 20 and 21 are consecutive integers, thus only common factor they share is 1). So, \(5x\) and \(3y\) don't share any common factor but 1, thus \(x\) and \(y\) also don't share any common factor but 1. Hence, GCD(x, y) is 1. Sufficient.

Answer: D.

Hope it's clear.


Hi,

Thanks for the explanation.

I m not so good in reasoning so I put the values and check.

For example in statement 1 I just entered the values of y as 1,3,5,7 and I get the values of X as 36,35,34,33 respect. After checking 4 - 5 values I got to know that the gcf is 1.


Please let me know if my strategy is good or not.

Thanks,
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 18 Nov 2025
Posts: 16,267
Own Kudos:
76,994
 [2]
Given Kudos: 482
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,267
Kudos: 76,994
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
vivekdixit07

Hi,

Thanks for the explanation.

I m not so good in reasoning so I put the values and check.

For example in statement 1 I just entered the values of y as 1,3,5,7 and I get the values of X as 36,35,34,33 respect. After checking 4 - 5 values I got to know that the gcf is 1.


Please let me know if my strategy is good or not.

Thanks,

Try to understand this: If something generic is established, you can plug in specific examples and use them e.g. if I say, "All boys are crazy." I can say, "Tom, a boy, is crazy."
But the other way around may not always work. From certain examples, you cannot establish something generic. e.g. I cannot say, "Tom is crazy. Alfred is crazy. Ross is crazy. We can conclude that all boys are crazy."
Here, you have tried to do something like this which is not good. We cannot blindly plug in numbers and establish that GCD will be 1. We could have missed some pairs where GCD may not have been 1. What you can do is plug in some numbers and then think why you are getting GCD = 1 in each case and whether it will be true for all pair of values.

Check out Bunuel's explanation above. It's very important and you can expect to be tested on such concepts in GMAT.
User avatar
monsoon1
Joined: 23 Sep 2008
Last visit: 05 Jun 2015
Posts: 22
Own Kudos:
Given Kudos: 137
Posts: 22
Kudos: 167
Kudos
Add Kudos
Bookmarks
Bookmark this Post
VeritasPrepKarishma
vivekdixit07

Hi,

Thanks for the explanation.

I m not so good in reasoning so I put the values and check.

For example in statement 1 I just entered the values of y as 1,3,5,7 and I get the values of X as 36,35,34,33 respect. After checking 4 - 5 values I got to know that the gcf is 1.


Please let me know if my strategy is good or not.

Thanks,

Try to understand this: If something generic is established, you can plug in specific examples and use them e.g. if I say, "All boys are crazy." I can say, "Tom, a boy, is crazy."
But the other way around may not always work. From certain examples, you cannot establish something generic. e.g. I cannot say, "Tom is crazy. Alfred is crazy. Ross is crazy. We can conclude that all boys are crazy."
Here, you have tried to do something like this which is not good. We cannot blindly plug in numbers and establish that GCD will be 1. We could have missed some pairs where GCD may not have been 1. What you can do is plug in some numbers and then think why you are getting GCD = 1 in each case and whether it will be true for all pair of values.

Check out Bunuel's explanation above. It's very important and you can expect to be tested on such concepts in GMAT.


===============
Karishma, Bunuel,

I solved the above problem in the following manner. Please let me know whether that is the right approach or not.

1) 2x+y=73=>y=73-2x
As x & y are positive integers=> let x= 1 => y=71
x=2=> y=69
x=3=> y=67
=> x & y have no common factors other than 1 in each cases. Sufficient
2) 5x-3y=1=> y=(5x-1)/3
As x& y are +ve integers for x= 2, y=3
x=5, y=8
x=8, y=13
=> In each of the above cases, x & y have GCF=1. Sufficient

ANS- D
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 18 Nov 2025
Posts: 16,267
Own Kudos:
76,994
 [4]
Given Kudos: 482
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,267
Kudos: 76,994
 [4]
3
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
monsoon1


I solved the above problem in the following manner. Please let me know whether that is the right approach or not.

1) 2x+y=73=>y=73-2x
As x & y are positive integers=> let x= 1 => y=71
x=2=> y=69
x=3=> y=67
=> x & y have no common factors other than 1 in each cases. Sufficient
2) 5x-3y=1=> y=(5x-1)/3
As x& y are +ve integers for x= 2, y=3
x=5, y=8
x=8, y=13
=> In each of the above cases, x & y have GCF=1. Sufficient

ANS- D

Ok, let me give you an example to show you that this approach alone is not good.

Say, I change the first statement a little:

1. 2x + y = 35
As x & y are positive integers=> let x= 1 => y=33
x=2=> y=31
x=3=> y=29

x &y have GCF = 1 in each case. Does it mean they will have GCF = 1 only?
What if x = 10, y = 15? These values satisfy 2x + y = 35 but the GCF is not 1.

Point is, after how many values do you say that for all values GCF will be 1?

Plugging in numbers can help you think straight but it may not give you the correct answer. That is why understanding the theory is important.
User avatar
pretzel
Joined: 04 Jan 2014
Last visit: 28 Oct 2014
Posts: 80
Own Kudos:
Given Kudos: 24
Posts: 80
Kudos: 68
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
carcass
If x and y are positive integers, what is the greatest common divisor of x and y?


(2) \(5x-3y=1\) --> \(5x=3y+1\) --> \(5x\) and \(3y\) are consecutive integers. Two consecutive integers are co-prime, which means that they don't share ANY common factor but 1.

Answer: D.

Hope it's clear.


Hi Bunnel,

Could you please explain how \(5x\) and \(3y\) are consecutive integers? I'm confused on this part.

Thanks!
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
778,283
 [3]
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,283
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
pretzel
Bunuel
carcass
If x and y are positive integers, what is the greatest common divisor of x and y?


(2) \(5x-3y=1\) --> \(5x=3y+1\) --> \(5x\) and \(3y\) are consecutive integers. Two consecutive integers are co-prime, which means that they don't share ANY common factor but 1.

Answer: D.

Hope it's clear.


Hi Bunnel,

Could you please explain how \(5x\) and \(3y\) are consecutive integers? I'm confused on this part.

Thanks!

\(5x=3y+1\) means that 5x is 1 more than 3y, thus \(5x\) and \(3y\) are consecutive integers.

Does this make sense?
User avatar
himanshujovi
Joined: 28 Apr 2014
Last visit: 29 Aug 2016
Posts: 140
Own Kudos:
Given Kudos: 46
Posts: 140
Kudos: 77
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Maybe a silly question but how do we realize that these questions are trap questions and not simple questions. I must admit that though I got Bunuel's approach once I saw it , I will have never have been able to put that at first. During actual GMAT , I wonder if anyone will use this approach. Are there any obvious giveaways which could give a hint about thinking on different lines ? Do we have to see at what point in the exam is the question coming to be able to figure out whether it is a trap one or simple one ?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,283
Kudos
Add Kudos
Bookmarks
Bookmark this Post
himanshujovi
Maybe a silly question but how do we realize that these questions are trap questions and not simple questions. I must admit that though I got Bunuel's approach once I saw it , I will have never have been able to put that at first. During actual GMAT , I wonder if anyone will use this approach. Are there any obvious giveaways which could give a hint about thinking on different lines ? Do we have to see at what point in the exam is the question coming to be able to figure out whether it is a trap one or simple one ?

As I wrote both statements taken together are VERY OBVIOUSLY sufficient to answer the question. When you see such question you should be extremely cautious when choosing C for an answer.
User avatar
himanshujovi
Joined: 28 Apr 2014
Last visit: 29 Aug 2016
Posts: 140
Own Kudos:
Given Kudos: 46
Posts: 140
Kudos: 77
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Exactly Bunuel.. That was a giveaway but again that would be contextual, right. For eg in a CAT like GMAT, if this question comes as the first question, cant one be presume it to be the simplest question which GMAC is using to slowly build up the adaptive level for the test taker. Obviously if it comes at the very end and one is going great guns then the concept of CAT will kick in and one will try and figure out the trick in it


Sent from my iPhone using Tapatalk
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 18 Nov 2025
Posts: 16,267
Own Kudos:
Given Kudos: 482
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,267
Kudos: 76,994
Kudos
Add Kudos
Bookmarks
Bookmark this Post
himanshujovi
Exactly Bunuel.. That was a giveaway but again that would be contextual, right. For eg in a CAT like GMAT, if this question comes as the first question, cant one be presume it to be the simplest question which GMAC is using to slowly build up the adaptive level for the test taker. Obviously if it comes at the very end and one is going great guns then the concept of CAT will kick in and one will try and figure out the trick in it


Sent from my iPhone using Tapatalk

I have known people to get stuck on their first or second question so I wouldn't go to the test with any presumptions. But yeah, I don't think it will be the very first question. But after 3-4 questions, all questions are fair play.
User avatar
manish2014
Joined: 19 Nov 2013
Last visit: 10 Feb 2015
Posts: 22
Own Kudos:
Given Kudos: 19
Location: India
Concentration: Strategy, Technology
WE:Information Technology (Computer Software)
Posts: 22
Kudos: 94
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If 5x and 3y are consecutive, does that mean x and y will always b consecutive too?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,283
Kudos
Add Kudos
Bookmarks
Bookmark this Post
manish2014
If 5x and 3y are consecutive, does that mean x and y will always b consecutive too?

No. x and y will be consecutive if x=2 and y=3 or x=-1 and y=-2. But in all other cases x and y won't be consecutive, for example, x=5 and y=8.
User avatar
ronr34
Joined: 08 Apr 2012
Last visit: 10 Oct 2014
Posts: 248
Own Kudos:
Given Kudos: 58
Posts: 248
Kudos: 250
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
\(5x-3y=1\) --> \(5x=3y+1\) --> \(5x\) and \(3y\) are consecutive integers. Two consecutive integers are co-prime, which means that they don't share ANY common factor but 1 (for example 20 and 21 are consecutive integers, thus only common factor they share is 1). So, \(5x\) and \(3y\) don't share any common factor but 1, thus \(x\) and \(y\) also don't share any common factor but 1. Hence, GCD(x, y) is 1. Sufficient.


Hope it's clear.
Hi Bunuel,
Although 5x and 3y are consecutive integers and co-prime , why are x and y co-prime?
is it because 5 and 3 are also co-prime?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,389
Own Kudos:
778,283
 [2]
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,389
Kudos: 778,283
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ronr34
Bunuel
\(5x-3y=1\) --> \(5x=3y+1\) --> \(5x\) and \(3y\) are consecutive integers. Two consecutive integers are co-prime, which means that they don't share ANY common factor but 1 (for example 20 and 21 are consecutive integers, thus only common factor they share is 1). So, \(5x\) and \(3y\) don't share any common factor but 1, thus \(x\) and \(y\) also don't share any common factor but 1. Hence, GCD(x, y) is 1. Sufficient.


Hope it's clear.
Hi Bunuel,
Although 5x and 3y are consecutive integers and co-prime , why are x and y co-prime?
is it because 5 and 3 are also co-prime?

Let me ask you a question: if x and y shared any common factor but 1, would 5x and 3y be co-prime? Wouldn't they also share that factor?
 1   2   
Moderators:
Math Expert
105389 posts
496 posts