the greatest common divisor

This topic has expert replies
User avatar
GMAT Instructor
Posts: 3650
Joined: Wed Jan 21, 2009 4:27 am
Location: India
Thanked: 267 times
Followed by:80 members
GMAT Score:760

the greatest common divisor

by sanju09 » Wed Apr 08, 2009 4:05 am
x and y are positive integers such that x = 8 y + 12, what is the greatest common divisor of x and y?

(1) x = 12 u, where u is an integer.

(2) y = 12 z, where z is an integer.



OA B
The mind is everything. What you think you become. -Lord Buddha



Sanjeev K Saxena
Quantitative Instructor
The Princeton Review - Manya Abroad
Lucknow-226001

www.manyagroup.com
Source: — Data Sufficiency |

Master | Next Rank: 500 Posts
Posts: 418
Joined: Wed Jun 11, 2008 5:29 am
Thanked: 65 times

by bluementor » Wed Apr 08, 2009 4:50 am
Statement 1:

12u = 8y + 12
3u = 2y + 3
u = 2y/3 + 1
therefore, 2y/3 must be an integer. following this, y must be divisible by 3.

if y = 3, gcd(x,y) = 3
if y = 12, gcd(x,y) = 12 Insufficient.

Statement 2:

x = 8(12z) + 12
x = 12(8z + 1)

y = 12z

Since z is not a factor of 8z+1, then gcd(x,y) = 12. Sufficient.

Choose B

-BM-