Last visit was: 18 Nov 2025, 21:31 It is currently 18 Nov 2025, 21:31
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
maryann
Joined: 23 Mar 2009
Last visit: 11 Apr 2012
Posts: 9
Own Kudos:
174
 [91]
Posts: 9
Kudos: 174
 [91]
13
Kudos
Add Kudos
78
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,355
Own Kudos:
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,097
 [55]
12
Kudos
Add Kudos
43
Bookmarks
Bookmark this Post
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 18 Nov 2025
Posts: 16,265
Own Kudos:
76,983
 [12]
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,265
Kudos: 76,983
 [12]
4
Kudos
Add Kudos
8
Bookmarks
Bookmark this Post
General Discussion
avatar
cmv
Joined: 09 Dec 2010
Last visit: 26 Oct 2012
Posts: 147
Own Kudos:
20
 [1]
Given Kudos: 24
Location: NYC
Schools:Tepper Class of 2013
Posts: 147
Kudos: 20
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
maryann
What is the greatest common factor of x and y

1. x and y are both divisible by 4
2. x - y = 4


1. is not sufficient, x and y can be 16 and 32, in which case the GCF is 16, or 4 and 8, in which case the GCF is 4

2. gives even less information, x and y can be anything as long as their difference is 4, so we have no info about either of their factors, e.g., x=19, y=15 or x=4, y=8.

combined: you can write y = 4n, with n being any integer, since y is divisible by 4. Then x = 4n + 4 = 4(n+1). Now, n and n+1 don't have a common factor greater than 1(*), and therefore the GCF = 4. Answer is C.

(*)You don't need to prove this for the answer, but it's always true and follows from the fact that if n is even, n+1 is odd (or vice versa). If we assume they have a GCF>1, it has to be odd, since an odd number cannot have an even factor.

lets say n is even, so we can write as

n = q * w (where q is the GCF with n+1, which must be odd, and w is the product of all other factors, which must be even)

n + 1 = q * r (where r is the product of all of n+1's other factors, and both q and r are odd)

if you replace q in the second equation, it can be written as

n * (w - 1) = r - w ( Even * Odd ) = Odd - Even => Even = Odd, which is a contradiction.
User avatar
AmrithS
Joined: 04 Jan 2011
Last visit: 12 Jun 2021
Posts: 755
Own Kudos:
453
 [6]
Given Kudos: 78
Status:-=Given to Fly=-
Location: India
Concentration: Leadership, Strategy
GMAT 1: 650 Q44 V37
GMAT 2: 710 Q48 V40
GMAT 3: 750 Q51 V40
GPA: 3.5
WE:Education (Education)
GMAT 3: 750 Q51 V40
Posts: 755
Kudos: 453
 [6]
2
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
Statement 1:

Consider x = 64 y = 16

x and y are divisible by 4 but GCF is 16...

Consider x = 8 y = 12

x and y are divisible by 4 but GCF is 4...

So not sufficient!

Statement 2:

Consider x = 8 and y = 4

The GCF is 4

and x - y = 4

Consider x = 5 and y = 9

GCF is 1

and x - y = 4

Not Sufficient!

Both together:

From statement 1, we know that both numbers are divisible by 4

so let the numbers be x = 4k and y = 4k'

where k and k' are integers

x - y = 4

or 4k - 4k' = 4

of k - k' = 1

Which means that k and k' are consecutive numbers and hence co-prime.

Thus, the greatest common factor x and y share is 4

Ans: 'C'
User avatar
maryann
Joined: 23 Mar 2009
Last visit: 11 Apr 2012
Posts: 9
Own Kudos:
Posts: 9
Kudos: 174
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi cmv,

Thanks for the solution. but i am still a bit confused with y = 4n and x = 4n + 2 = 4(n+1). (how did you get this equations from the statements) I dont understand how n and n+1 dont have a common factor greater than 1(*).

how has the above deduction let to the answer C?.

Thanks
Maryann
User avatar
AmrithS
Joined: 04 Jan 2011
Last visit: 12 Jun 2021
Posts: 755
Own Kudos:
453
 [1]
Given Kudos: 78
Status:-=Given to Fly=-
Location: India
Concentration: Leadership, Strategy
GMAT 1: 650 Q44 V37
GMAT 2: 710 Q48 V40
GMAT 3: 750 Q51 V40
GPA: 3.5
WE:Education (Education)
GMAT 3: 750 Q51 V40
Posts: 755
Kudos: 453
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
If you take two consecutive numbers, one will be odd and the other will be even... thus, they will not have any common factors between them! :)
Thus they're co-prime...

and C is when you can answer the question using both the options given but not either of them alone!
avatar
cmv
Joined: 09 Dec 2010
Last visit: 26 Oct 2012
Posts: 147
Own Kudos:
20
 [1]
Given Kudos: 24
Location: NYC
Schools:Tepper Class of 2013
Posts: 147
Kudos: 20
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
maryann
Hi cmv,

Thanks for the solution. but i am still a bit confused with y = 4n and x = 4n + 2 = 4(n+1). (how did you get this equations from the statements) I dont understand how n and n+1 dont have a common factor greater than 1(*).

how has the above deduction let to the answer C?.

Thanks
Maryann

1. says that they are both multiples of 4, therefore we can write either of them as 4 * n, where n is any integer

2. says that the difference between them is 4, which, when you combine with the info from 1., means that they are *consecutive* multiples of 4, like 12 and 16, or 20 and 24. So

y = 4n (from 1.) => x = y + 4 (from 2.) => x = 4n + 4 => x = 4(n+1)

so, now you have x factorized into "4" and "n+1", and y factorized into "4" and "n". Either their GCF is 4, or their GCF is the GCF of n and n+1. If you know that n and n+1 don't have a GCF greater than one, then the GCF for x and y must be 4, and that's why the answer is C.

n and n+1 are two consecutive integers, one even, and one odd. The fact that two consecutive integers don't have a common factor greater than 1 is a bit trickier, but probably something that is good to remember for the GMAT. In the original answer I proved this by assuming that they do have a GCF, and then reaching a contradiction, if you don't understand how that was done let me know and I'll try to break it down further.
User avatar
144144
Joined: 08 Nov 2010
Last visit: 26 May 2013
Posts: 193
Own Kudos:
Given Kudos: 161
GPA: 3.9
WE 1: Business Development
Posts: 193
Kudos: 544
Kudos
Add Kudos
Bookmarks
Bookmark this Post
hmm... bunuel we have only one more question like this one?
both are the same. do we have any more?

thanks.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,355
Own Kudos:
778,097
 [1]
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,097
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
144144
hmm... bunuel we have only one more question like this one?
both are the same. do we have any more?

thanks.

One more: if-a-and-b-are-positive-integers-100324.html
User avatar
Pansi
Joined: 04 Jul 2011
Last visit: 01 Dec 2019
Posts: 42
Own Kudos:
Given Kudos: 87
Status:Fighting hard
GMAT Date: 10-01-2012
Posts: 42
Kudos: 320
Kudos
Add Kudos
Bookmarks
Bookmark this Post
S1 is insufficient since the numbers could be any multiple of 4 and can have common factors greater and other than 4 and 1.
S2 is also insufficient. It could just be 65-61 = 4
Combining S1 & S2 - Consecutive multiples of 4. So the highest common factor is 4.
User avatar
MathRevolution
User avatar
Math Revolution GMAT Instructor
Joined: 16 Aug 2015
Last visit: 27 Sep 2022
Posts: 10,070
Own Kudos:
19,389
 [1]
Given Kudos: 4
GMAT 1: 760 Q51 V42
GPA: 3.82
Expert
Expert reply
GMAT 1: 760 Q51 V42
Posts: 10,070
Kudos: 19,389
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Forget conventional ways of solving math questions. In DS, Variable approach is the easiest and quickest way to find the answer without actually solving the problem. Remember equal number of variables and independent equations ensures a solution.


What is the greatest common factor of x and y ?

(1) x and y are both divisible by 4
(2) x - y = 4

In the original condition, there are 2 variables(x,y), which should match with the number of equations. So you need 2 equations as well. For 1) 1 equation, for 2) 1 equation, which is likely to make C the answer. In 1) & 2),
x=4n, y=4m -> x-y=4n-4m=4, n-m=1 and greatest common factor(GCD) of n and m can only be 1. Then, GCD(x,y)=4, which is unique and therefore sufficient. So, the answer is C. In case of 1) and 2) respectively, it is not unique and therefore not sufficient. So, the answer is C.


-> For cases where we need 2 more equations, such as original conditions with “2 variables”, or “3 variables and 1 equation”, or “4 variables and 2 equations”, we have 1 equation each in both 1) and 2). Therefore, there is 70% chance that C is the answer, while E has 25% chance. These two are the majority. In case of common mistake type 3,4, the answer may be from A, B or D but there is only 5% chance. Since C is most likely to be the answer using 1) and 2) separately according to DS definition (It saves us time). Obviously there may be cases where the answer is A, B, D or E.
User avatar
stonecold
Joined: 12 Aug 2015
Last visit: 09 Apr 2024
Posts: 2,244
Own Kudos:
3,549
 [1]
Given Kudos: 893
GRE 1: Q169 V154
GRE 1: Q169 V154
Posts: 2,244
Kudos: 3,549
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We just need to remember => If a and b are integers and both are multiples of C and are als C units apart from each other then C is the GCD of a and b
hence C
User avatar
stonecold
Joined: 12 Aug 2015
Last visit: 09 Apr 2024
Posts: 2,244
Own Kudos:
3,549
 [1]
Given Kudos: 893
GRE 1: Q169 V154
GRE 1: Q169 V154
Posts: 2,244
Kudos: 3,549
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
A lot of solutions on this page already.
Here is mine
Clearly both 1 and 2 are alone insufficient.
combining them => x=4a y=4b and a=b+1 where b and b+1 will always be coprimes.
Hence We can say here that the GCD will be 4
Smash C
User avatar
LogicGuru1
Joined: 04 Jun 2016
Last visit: 28 May 2024
Posts: 469
Own Kudos:
Given Kudos: 36
GMAT 1: 750 Q49 V43
GMAT 1: 750 Q49 V43
Posts: 469
Kudos: 2,595
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Statement 1) Insufficient
Case 1) x=12 (2*2*3) y=16 (2*2*2*2) ==> GCF=4
Case 2) x =12 (2*2*3) y=24 (2*2*2*3) ===> GCF = 6
OPTION A AND D out

Statement 2) Insufficient
Case 1) x=15 , y= 11 ==> 15-11=4 ==>GCF =1
Case 1) x=16 , y= 12 ==> 16-12=4 ==>GCF =4
OPTION B out

Merge both statements
x and y has to be the multiple of 4 and their difference have to be 4
Therefore X and Y are two consecutive multiple of 4
For example :- 4 & 8 or 12 & 16 or 24 & 28 ...
Now if one of them is the form of= 4*even Number , the other will be= 4*odd number (because they are consecutive multiples of 4*(1,2,3,4,5,6,7,8,9......))
Therefore these two will have only 4 and 1 as the common factor (an odd and even number share no common multiple except 1)
Therefore GCF=4*1= 4


SUFFFICIENT

ANSWER IS C


maryann
What is the greatest common factor of x and y ?

(1) x and y are both divisible by 4
(2) x - y = 4
avatar
lheiannie07
Joined: 07 Sep 2017
Last visit: 04 Jun 2023
Posts: 2
Given Kudos: 6
Posts: 2
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi, why can't i see the choices? Please help. Thanks
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 18 Nov 2025
Posts: 105,355
Own Kudos:
Given Kudos: 99,964
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,355
Kudos: 778,097
Kudos
Add Kudos
Bookmarks
Bookmark this Post
lheiannie07
Hi, why can't i see the choices? Please help. Thanks

This is a data sufficiency question. Options for DS questions are always the same.

The data sufficiency problem consists of a question and two statements, labeled (1) and (2), in which certain data are given. You have to decide whether the data given in the statements are sufficient for answering the question. Using the data given in the statements, plus your knowledge of mathematics and everyday facts (such as the number of days in July or the meaning of the word counterclockwise), you must indicate whether—

A. Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient to answer the question asked.
B. Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient to answer the question asked.
C. BOTH statements (1) and (2) TOGETHER are sufficient to answer the question asked, but NEITHER statement ALONE is sufficient to answer the question asked.
D. EACH statement ALONE is sufficient to answer the question asked.
E. Statements (1) and (2) TOGETHER are NOT sufficient to answer the question asked, and additional data specific to the problem are needed.

I suggest you to go through the following posts:
ALL YOU NEED FOR QUANT.
Ultimate GMAT Quantitative Megathread

Hope this helps.
avatar
lheiannie07
Joined: 07 Sep 2017
Last visit: 04 Jun 2023
Posts: 2
Given Kudos: 6
Posts: 2
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
lheiannie07
Hi, why can't i see the choices? Please help. Thanks

This is a data sufficiency question. Options for DS questions are always the same.

The data sufficiency problem consists of a question and two statements, labeled (1) and (2), in which certain data are given. You have to decide whether the data given in the statements are sufficient for answering the question. Using the data given in the statements, plus your knowledge of mathematics and everyday facts (such as the number of days in July or the meaning of the word counterclockwise), you must indicate whether—

A. Statement (1) ALONE is sufficient, but statement (2) alone is not sufficient to answer the question asked.
B. Statement (2) ALONE is sufficient, but statement (1) alone is not sufficient to answer the question asked.
C. BOTH statements (1) and (2) TOGETHER are sufficient to answer the question asked, but NEITHER statement ALONE is sufficient to answer the question asked.
D. EACH statement ALONE is sufficient to answer the question asked.
E. Statements (1) and (2) TOGETHER are NOT sufficient to answer the question asked, and additional data specific to the problem are needed.

Hope this helps.

Thank you so much. I am new here so i need some guidance. Thanks a lot
User avatar
longhaul123
Joined: 03 Jul 2017
Last visit: 11 Nov 2018
Posts: 139
Own Kudos:
Given Kudos: 27
Status:IF YOU CAN DREAM IT, YOU CAN DO IT
Location: India
Concentration: Finance, International Business
Posts: 139
Kudos: 35
Kudos
Add Kudos
Bookmarks
Bookmark this Post
0 is also a multiple of every number and in this case if we consider x to be 0 then the GCD is going to 1 ? why shouldnt we consider x to be 0 here ??
User avatar
Masterscorp
Joined: 14 Oct 2017
Last visit: 30 Mar 2021
Posts: 183
Own Kudos:
Given Kudos: 385
GMAT 1: 710 Q44 V41
GMAT 1: 710 Q44 V41
Posts: 183
Kudos: 285
Kudos
Add Kudos
Bookmarks
Bookmark this Post
longhaul123
0 is also a multiple of every number and in this case if we consider x to be 0 then the GCD is going to 1 ? why shouldnt we consider x to be 0 here ??
I had the very same issue.

But I think that if x-y=4 and x=0 then y=-4. If 0 is divisible by every number it means that it also is divisble by 4 - so the same factor as -4 has. Hence, the GCF of x and y would be 4.

Bunuel, can you please explain in case I'm mistaken?
 1   2   
Moderators:
Math Expert
105355 posts
496 posts