factor problem

This topic has expert replies
User avatar
Junior | Next Rank: 30 Posts
Posts: 22
Joined: Thu Aug 30, 2012 10:23 pm

factor problem

by Castor.kim » Tue Nov 27, 2012 5:23 pm
This is simple but not easy factor problem..
certainly, these problems no so hard to solve, but it takes too much time to solve..

how can I decrease the time spending.. in these problem?

* is "n" a factor of 24 ?

1) 3n is a factor of 48
2) 5n is a factor of 60

OA is B

and I was to take the gmat exam yesterday, the following problem was given to me.. (exactly same)
someone who take an exam Nov, it may emerge in exam :)

* If n is a positive integer, and r is a reminder when (n-1)(n+1) is divided by 24.
what is the value of "r"?

1) 2 is not a factor of n
2) 3 is not a factor of n

the answer is C (it's my choice)
Source: — Data Sufficiency |

User avatar
GMAT Instructor
Posts: 1248
Joined: Thu Mar 29, 2012 2:57 pm
Location: Everywhere
Thanked: 503 times
Followed by:192 members
GMAT Score:780

by Bill@VeritasPrep » Tue Nov 27, 2012 11:35 pm
Castor.kim wrote:This is simple but not easy factor problem..
certainly, these problems no so hard to solve, but it takes too much time to solve..

how can I decrease the time spending.. in these problem?

* is "n" a factor of 24 ?

1) 3n is a factor of 48
2) 5n is a factor of 60

OA is B
1) Since any factor of 24 will also be a factor of 48, we really only have to look at the factors that are unique to 48: 16 and 48. 3n cannot be 16 because n would then be a fraction. 3n could be 48, would would make n 16. 16 is not a factor of 24. We can easily see that n could be a factor of 24; if 3n=6, then n=2. Insufficient.

2) Here, we only have to look at factors of 60 that are multiples of 5: 5, 10, 15, 20, 30, and 60. If we factor out a 5 to leave us with n, we can see that n could be 1, 2, 3, 4, 6, or 12, all of which are factors of 24. Sufficient.
Join Veritas Prep's 2010 Instructor of the Year, Matt Douglas for GMATT Mondays

Visit the Veritas Prep Blog

Try the FREE Veritas Prep Practice Test

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 » Wed Nov 28, 2012 8:34 am
Castor.kim wrote:
Is n a factor of 24?

1) 3n is a factor of 48
2) 5n is a factor of 60

OA is B
IMPORTANT: I'll assume that n must be a positive integer. This restriction would likely appear with this question.

Target question: Is n a factor of 24?

For both statements, we can use the following rule:
If D is a divisor (factor) of N, then N = kD for some integer k

Statement 1: 3n is a factor of 48
Applying the above rule, we can say that 48 = 3nk for some integer k.
If we divide both sides by 3, we see that 16 = nk
So, we can be certain that n is a factor of 16, which means n may or may or may not be a factor of 24. Consider these two cases:
Case a: n = 8, in which case n is a factor of 24
Case b: n = 16, in which case n is not a factor of 24
Since we cannot answer the target question with certainty, statement 1 is NOT SUFFICIENT

Statement 2: 5n is a factor of 60
Applying the above rule, we can say that 60 = 5nk for some integer k.
If we divide both sides by 5, we see that 12 = nk
So, we can be certain that n is a factor of 12.
If n is a factor of 12, then n must be a factor of 24 (since 12 is a factor of 24)
Since we can answer the target question with certainty, statement 1 is SUFFICIENT

Answer = B

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

User avatar
Newbie | Next Rank: 10 Posts
Posts: 2
Joined: Fri Nov 30, 2012 9:13 am
Thanked: 2 times

by JoeMartian » Sat Dec 01, 2012 5:14 pm
Hi Kim,

The timing used to be a big challenge for me on these problems as well. The reason was that my go-to strategy was picking numbers. While that strategy is often quite effective, a problem with larger numbers like this one can make it too time consuming. What do we do?

It turns out the world of divisibility is quite similar to the world of Transformers.... primes are all powerful! They will be our key to moving through divisibility problems with a consistent and quick process.

'Is n a factor of 24?'

Let's get to our primes! 24 = 2*2*2*3. For n to be a factor of 24, n can have no more than three 2s and one 3; it can have nothing else. The question translates to "Does n have three or fewer 2s and one or fewer 3s in its prime factors?'

1) 3n is a factor of 48.... it's prime time! 48 = 2*2*2*2*3
So 3n can have no more than four 2s and no more than one 3.
Therefore, this statement translates to "n has four or fewer 2s."
Not Sufficient

2) 5n is a factor of 60... primes! 60 = 2*3*5
So 5n can have no more than one 2, one 3, and one 5.
Therefore, this statement translates to "n has no more than one 2 and one 3."
Sufficient

Answer B

We don't often think of numbers as a product of their primes, so it can feel unnatural at first. However, it's a very useful approach to a wide array of questions, and with a little practice, it's quite fast as well.