Find all School-related info fast with the new School-Specific MBA Forum

It is currently 22 May 2013, 12:54
Customize  |  Hide

Is the integer n a mulltiple of 15 ? 1) n is a multiple of

  Question banks Downloads My Bookmarks Reviews  
Author Message
TAGS:
Manager
Manager
Joined: 13 Oct 2009
Posts: 54
Location: New York, NY
Schools: Columbia, Johnson, Tuck, Stern
Followers: 1

Kudos [?]: 6 [0], given: 2

Is the integer n a mulltiple of 15 ? 1) n is a multiple of [#permalink] New post 30 Jan 2011, 21:39
00:00

Question Stats:

90% (01:18) correct 9% (01:39) wrong based on 0 sessions
Is the integer n a mulltiple of 15 ?

1) n is a multiple of 20

2) n + 6 is a multiple of 3


Please explain how to derive the answer to this question. Thanks
[Reveal] Spoiler: OA
Intern
Intern
Joined: 15 Jan 2011
Posts: 6
Followers: 0

Kudos [?]: 2 [0], given: 0

Re: multiple of 15 [#permalink] New post 30 Jan 2011, 22:13
Wayxi wrote:
Is the integer n a multiple of 15 ?

1) n is a multiple of 20

2) n + 6 is a multiple of 3


Please explain how to derive the answer to this question. Thanks


Start with statement 1. It is not sufficient because for a number to be a multiple for 15, it should be divisible by both 3 and 5. Clearly, 20 does not have 3 as a factor. Hence, statement 1 is not sufficient.

Statement 2 says that n+6 is a multiple of three. If you break it down, it is basically saying that n is a multiple of 3. But that we don't know whether n is a multiple of 5 or not. Hence, this is not sufficient.

If you combine both 1 and 2, you can conclude that n has both 5 (from statement 1)and 3 (from statement 2) as factors. Hence, C is the answer.
Math Forum Moderator
Joined: 20 Dec 2010
Posts: 2100
Followers: 108

Kudos [?]: 655 [0], given: 376

GMAT Tests User
Re: multiple of 15 [#permalink] New post 31 Jan 2011, 02:38
Q: Is n a multiple of 15?

This can be solved by prime factors.

Question can be rephrased as; are at least both 3 and 5 prime factors of n

3 and 5 are factors of 15. If n also contains at least both 3 and 5 as factors, it must be divided by 15.

1. n is a multiple of 20.
Prime factors of 20 are 2*2*5

This tells us that n is definitely a multiple of 5. But, there is no 3 among its factors. We must have at least both 3 and 5 as factors for n to be a definite multiple of 15.

We also can't definitely tell that n is not a multiple of 15.

e.g.
n=40- Multiple of 20. NOT a Multiple of 15.
n=60- Multiple of 20. Also a multiple of 15.

So, the prime factors 2*2*5 tell us that n is NOT definitely a multiple of 15. It may or may not be a multiple of 15. NOT SUFFICIENT.

2. (n+6) is a multiple of 3.

6 is a muliple of 3, so n must also be a multiple of 3.

if (a+b) is a muliple of x and b is a multiple of x, then "a" must be a multiple of x
if (a-b) is a muliple of x and b is a multiple of x, then "a" must be a multiple of x
conversely also true,
if "a" is a multiple of x and "b" is a multiple of x,
then (a+b) must be a multiple of x
also; (a-b) must be a mutiple of x

So, we know n is definitely a multiple of 3. i.e. 3 is a factor of n. But, n is not necessarily a multiple of 15.

For "n" to be a multiple of 15, it must have at least both 3 and 5 as factors.

e.g.

6- multiple of 3. Not a multiple of 15.
30- multiple of 3. Also a multiple of 15.
NOT SUFFICIENT.

Using both statements;
We know 5 and 3 are both factors of n. Thus, n must be a multiple of 15.

SUFFICIENT.

Ans: C
_________________

~fluke

Find out what's new at GMAT Club - latest features and updates

GMAT Club team member
User avatar
Joined: 02 Sep 2009
Posts: 11565
Followers: 1796

Kudos [?]: 9571 [0], given: 826

Re: multiple of 15 [#permalink] New post 31 Jan 2011, 03:47
Wayxi wrote:
Is the integer n a mulltiple of 15 ?

1) n is a multiple of 20

2) n + 6 is a multiple of 3


Please explain how to derive the answer to this question. Thanks


Is the integer n a mulltiple of 15 ?

(1) n is a multiple of 20 --> now, if n=0 then the answer will be YES but if n=20 then the answer will be NO. Not sufficient.

But from this statement we can derive that as n is a multiple of 20 then it's a multiple of 5.

2) n + 6 is a multiple of 3 --> again, if n=0 then the answer will be YES but if n=3 then the answer will be NO. Not sufficient.

But from this statement we can derive that n is a multiple of 3 (n+6=3q --> n=3(q-2), for some integer q:).

(1)+(2) n is a multiple of both 5 and 3 thus it must be a multiple of 3*5=15. Sufficient.

Answer: C.
_________________

PLEASE READ AND FOLLOW: 11 Rules for Posting!!!

RESOURCES: [GMAT MATH BOOK]; 1. Triangles; 2. Polygons; 3. Coordinate Geometry; 4. Factorials; 5. Circles; 6. Number Theory

COLLECTION OF QUESTIONS:
PS: 1. Tough and Tricky questions; 2. Hard questions; 3. Hard questions part 2; 4. Standard deviation; 5. Tough Problem Solving Questions With Solutions; 6. Probability and Combinations Questions With Solutions; 7 Tough and tricky exponents and roots questions; 8 12 Easy Pieces (or not?); 9 Bakers' Dozen; 10 Algebra set. NEW!!!

DS: 1. DS tough questions; 2. DS tough questions part 2; 3. DS tough questions part 3; 4. DS Standard deviation; 5. Inequalities; 6. 700+ GMAT Data Sufficiency Questions With Explanations; 7 Tough and tricky exponents and roots questions; 8 The Discreet Charm of the DS ; 9 Devil's Dozen!!!; 10 Number Properties set. NEW!!!


What are GMAT Club Tests?
25 extra-hard Quant Tests

Find out what's new at GMAT Club - latest features and updates

Manager
Manager
Joined: 13 Oct 2009
Posts: 54
Location: New York, NY
Schools: Columbia, Johnson, Tuck, Stern
Followers: 1

Kudos [?]: 6 [0], given: 2

Re: multiple of 15 [#permalink] New post 31 Jan 2011, 08:04
Thanks a lot guys. Really put it into perspective. I was a little confused with how to use the second statement but how fluke broke it down makes sense. I remember the property that mgmat gave. When a is a multiple of x and b is a mutiple of x. a + b will be a multiple of x.
Senior Manager
Senior Manager
Joined: 21 Mar 2010
Posts: 321
Followers: 5

Kudos [?]: 17 [0], given: 33

GMAT Tests User
Re: multiple of 15 [#permalink] New post 07 Feb 2011, 22:25
Bunuel
Dont mind me asking- but i have been noticing that you have a very different approach and i was wondering if this is something you picked up from a textbook or elsewhere. I would have approached it the way fluke approached the problem.
Re: multiple of 15   [#permalink] 07 Feb 2011, 22:25
    Similar topics Author Replies Last post
Similar
Topics:
New posts Is the integer n a multiple of 15 1. n is a multiple of 20 dinesh8 3 04 Jun 2006, 01:11
New posts Is integer N is a multiple of 15 ? 1. N is a multiple of 20. blog 1 04 Feb 2008, 15:29
New posts is integer n a multiple of 15? 1) n is a multiple of 20 2) n amitdgr 4 20 Sep 2008, 09:51
New posts 1 Is the integer n a multiple of 15? 1) n is a muliple of 20 nfa1rhp 6 13 Nov 2008, 05:30
New posts EXPERTS_POSTS_IN_THIS_TOPIC Is the integer n a multiple of 15? zz0vlb 6 28 Apr 2010, 07:59
Display posts from previous: Sort by

Is the integer n a mulltiple of 15 ? 1) n is a multiple of

  Question banks Downloads My Bookmarks Reviews  


GMAT Club MBA Forum Home| About| Privacy Policy| Terms and Conditions| GMAT Club Rules| Contact| Sitemap

Powered by phpBB © phpBB Group and phpBB SEO

Kindly note that the GMAT® test is a registered trademark of the Graduate Management Admission Council®, and this site has neither been reviewed nor endorsed by GMAC®.