Can someone please help with this problem..

This topic has expert replies
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Fri Aug 02, 2013 9:21 pm
Somewhat perplexed how to solve this in 2 mins.. Would really appreciate a breakdown of your strategy. Thanks in advance!

If positive integer x is a multiple of 6 and positive integer y is a multiple of 14, is xy a multiple of 105 ?
(1) x is a multiple of 9.
(2) y is a multiple of 25.
Source: — Data Sufficiency |

GMAT/MBA Expert

User avatar
Elite Legendary Member
Posts: 10392
Joined: Sun Jun 23, 2013 6:38 pm
Location: Palo Alto, CA
Thanked: 2867 times
Followed by:511 members
GMAT Score:800

by [email protected] » Sat Aug 03, 2013 12:18 am
Hi retroville,

These types of questions can be solved by counting multiples or by using prime factorization. If you know how to do both approaches, then prime factorization would probably be faster:

We're told that x is a multiple of 6, which means....
x = (2)(3)(possibly some other primes)

And we're told that y is a multiple of 14, which means...
y = (2)(7)(possibly some other primes)

We're asked if xy is a multiple of 105... which really asks....
Is xy = (3)(5)(7)(possibly some other primes)?

Right now, we know that x has a 3 "in it" and y has a 7 "in it", so this question is going to hinge on figuring out if a "5" is in there somewhere...

Fact 1 tells us that x is a multiple of 9, which means...that when combined with what we already knew....
x = (2)(3)(3)(possibly some other primes)
MAYBE there's a 5 in there, MAYBE there isn't, so there's no way to tell.
Fact 1 is INSUFFICIENT

Fact 2 tells us that y is a multiple of 25, which means...that when combined with what we already knew...
y = (2)(7)(5)(5)(possibly some other primes)
THERE'S the 5 that we're looking for.
Fact 2 is SUFFICIENT

Final Answer: B

GMAT assassins aren't born, they're made,
Rich
Contact Rich at [email protected]
Image

User avatar
GMAT Instructor
Posts: 15539
Joined: Tue May 25, 2010 12:04 pm
Location: New York, NY
Thanked: 13060 times
Followed by:1906 members
GMAT Score:790

by GMATGuruNY » Sat Aug 03, 2013 3:13 am
If positive integer X is a multiple of 6 and positive integer Y is a multiple of 14, is XY a multiple of 105?

(1) X is a multiple of 9.
(2) Y is a multiple of 25.
105 = 3*5*7
For xy to be a multiple of 105, it must be divisible by 3, 5 and 7.

x is a multiple of 6, so x is divisible by 2 and 3. Thus xy is divisible by 3.
y is a multiple of 14, so y is divisible by 2 and 7. Thus xy is divisible by 7.

What we don't know is whether xy is divisible by 5.
Question rephrased: Is x or y a multiple of 5?

Statement 1: x is a multiple of 9
If x = 54 and y = 14, then neither x nor y is a multiple of 5.
If x = 54 and y = 140, then y is a multiple of 5.
INSUFFICIENT.

Statement 2: y is a multiple of 25
Thus, y is a multiple of 5.
SUFFICIENT.

The correct answer is B.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.

As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.

For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 16207
Joined: Mon Dec 08, 2008 6:26 pm
Location: Vancouver, BC
Thanked: 5254 times
Followed by:1268 members
GMAT Score:770

by Brent@GMATPrepNow » Sat Aug 03, 2013 6:39 am
retroville wrote: If positive integer x is a multiple of 6 and positive integer y is a multiple of 14, is xy a multiple of 105 ?
(1) x is a multiple of 9.
(2) y is a multiple of 25.
Target question: Is xy a multiple of 105?

Important stuff:
First, If N is a multiple of k, then N is divisible by k.

Second, a lot of integer property questions can be solved using prime factorization.
For questions involving divisibility, divisors, factors and multiples, we can say:
If N is divisible by k, then k is "hiding" within the prime factorization of N

Examples:
24 is divisible by 3 <--> 24 = 2x2x2x3
70 is divisible by 5 <--> 70 = 2x5x7
330 is divisible by 6 <--> 330 = 2x3x5x11
56 is divisible by 8 <--> 56 = 2x2x2x7


Since 105 = (3)(5)(7), then we can rewrite the target question as . . .
Rephrased target question: Is there a 3, a 5 and a 7 hiding in the prime factorization of xy?

Given: x is a multiple of 6
In other words, x = (2)(3)(other possible prime numbers)

Given: y is a multiple of 14
In other words,y = (2)(7)(other possible prime numbers)

Combine both of the above to see that xy = (2)(2)(3)(7)(other possible prime numbers)

So, the given information tells us that we ALREADY have a 3 and a 7 hiding in the prime factorization of xy. The only piece missing is the 5.

So, we can rephrase our target question one last time. . .

Rephrased target question: Is there a 5 hiding in the prime factorization of xy?

Now we can check the statements.

Statement 1: x is a multiple of 9.
Since 9 = (3)(3), all this tells us is that there are two 3's hiding in the prime factorization of xy.
So, there may or may not be a 5 hiding in the prime factorization of xy.
Since we cannot answer the target question with certainty, statement 1 is NOT SUFFICIENT

Statement 2: y is a multiple of 25.
Since 25 = (5)(5), this tells us is that there is definitely a 5 hiding in the prime factorization of xy.
Since we can answer the target question with certainty, statement 2 is SUFFICIENT

Answer = B

Cheers,
Brent
Brent Hanneson - Creator of GMATPrepNow.com
Image

Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Fri Aug 02, 2013 9:21 pm

by retroville » Sat Aug 03, 2013 9:36 pm
Thanks guys, really appreciate your help with this! Makes sense now :mrgreen: