Last visit was: 03 May 2024, 21:47 It is currently 03 May 2024, 21:47

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
SORT BY:
Kudos
Intern
Intern
Joined: 14 Dec 2015
Posts: 39
Own Kudos [?]: 248 [15]
Given Kudos: 46
Concentration: Entrepreneurship, General Management
WE:Information Technology (Computer Software)
Send PM
Math Expert
Joined: 02 Sep 2009
Posts: 93025
Own Kudos [?]: 621026 [1]
Given Kudos: 81742
Send PM
avatar
Intern
Intern
Joined: 08 Aug 2016
Posts: 4
Own Kudos [?]: 2 [2]
Given Kudos: 0
Send PM
Board of Directors
Joined: 18 Jul 2015
Status:Emory Goizueta Alum
Posts: 3600
Own Kudos [?]: 5431 [1]
Given Kudos: 346
Send PM
Re: If n=3*4*p where p is a prime number greater than 3,how many different [#permalink]
1
Kudos
Expert Reply
neverplayd wrote:
Hello, I'm new to this forum so sorry if this question is in the wrong place. I was working on a question in the Prep4GMAT number properties app and ran into this question (and solution):

If n = 3 x 4 x p, where p is a prime number greater than 3, how many different positive non-prime divisors does n have, excluding 1 and n?
a) Six
b) Seven
c) Eight
d) Nine
e) Ten

Here is the solution:
Show SpoilerSolution here
In this question, we are given n in a form^ that is almost its prime factorization, which is n = 2^2 x 3 x p. To determine the number of divisors sought, we essentially have to count different combinations of the factors. We can break down the possibilities by the number of prime factors used to form each divisor. We can't have any divisors of just one prime factor, because the question stipulates that we count "non-prime" divisors. In the case that our divisor has two factors, it could be (2) (2), or (2) (3), or (2) (p), or (3)(p) for a total of 4 possibilities. In the case that our divisor has three prime factors, it could be (2) (2) (3), or (2) (3) (p), or (2) (2) (p), for a total of 3 possibilities. The case that our divisor has four prime factors is out, because that equals n, an we have been told to exclude n. Therefore, we have 7 possibilities of the type described.


The solution provided by the app involves actually spelling out each combination which is fine with a set of factors that small but I assumed there would be a way to derive the answer from a permutation/combination formula: like 4!/2! or something similar?


An Easy way to solve this question :

Remember the method to find the number of factors of any integer?

If No, here it is :

If \(N = X^a * Y^b\) where X and Y are prime,

then number of factors of N are given by the formula (a+1)(b+1) { Notice I have simply increased the powers of X and Y by one and then multiplied them. Also Make sure X and Y are DISTINCT primes)

So, in your question, n = 3 x 4 x p, where p is prime.

I can \(n=3^1*2^2*p^1\)

or number of factors = (1+1) * (2+1) * (1+1) = 12.

But Notice we need to find Non prime and Other than 1 and n, so we have three prime numbers (2,3,p) , 1 and N.

Excluding these, we have 12-5 = 7 such factors. Hence Answer is B
Current Student
Joined: 13 Apr 2015
Posts: 1436
Own Kudos [?]: 4550 [0]
Given Kudos: 1228
Location: India
Send PM
Re: If n=3*4*p where p is a prime number greater than 3,how many different [#permalink]
\(n = 3 * 2^2 * p\)

Number of divisors = 2 * 3 * 2 = 12
The 12 divisors includes 1, n, 3, 2 and p

Number of different non prime divisors excluding 1 and n = 12 - 5 = 7

Answer: B
User avatar
Intern
Intern
Joined: 10 Apr 2012
Posts: 31
Own Kudos [?]: 47 [0]
Given Kudos: 13
Concentration: Finance
WE:Analyst (Commercial Banking)
Send PM
Re: If n=3*4*p where p is a prime number greater than 3,how many different [#permalink]
How did you determine the power of 'p'. Why did you assume p^1?


abhimahna wrote:
neverplayd wrote:
Hello, I'm new to this forum so sorry if this question is in the wrong place. I was working on a question in the Prep4GMAT number properties app and ran into this question (and solution):

If n = 3 x 4 x p, where p is a prime number greater than 3, how many different positive non-prime divisors does n have, excluding 1 and n?
a) Six
b) Seven
c) Eight
d) Nine
e) Ten

Here is the solution:
Show SpoilerSolution here
In this question, we are given n in a form^ that is almost its prime factorization, which is n = 2^2 x 3 x p. To determine the number of divisors sought, we essentially have to count different combinations of the factors. We can break down the possibilities by the number of prime factors used to form each divisor. We can't have any divisors of just one prime factor, because the question stipulates that we count "non-prime" divisors. In the case that our divisor has two factors, it could be (2) (2), or (2) (3), or (2) (p), or (3)(p) for a total of 4 possibilities. In the case that our divisor has three prime factors, it could be (2) (2) (3), or (2) (3) (p), or (2) (2) (p), for a total of 3 possibilities. The case that our divisor has four prime factors is out, because that equals n, an we have been told to exclude n. Therefore, we have 7 possibilities of the type described.


The solution provided by the app involves actually spelling out each combination which is fine with a set of factors that small but I assumed there would be a way to derive the answer from a permutation/combination formula: like 4!/2! or something similar?


An Easy way to solve this question :

Remember the method to find the number of factors of any integer?

If No, here it is :

If \(N = X^a * Y^b\) where X and Y are prime,

then number of factors of N are given by the formula (a+1)(b+1) { Notice I have simply increased the powers of X and Y by one and then multiplied them. Also Make sure X and Y are DISTINCT primes)

So, in your question, n = 3 x 4 x p, where p is prime.

I can \(n=3^1*2^2*p^1\)

or number of factors = (1+1) * (2+1) * (1+1) = 12.

But Notice we need to find Non prime and Other than 1 and n, so we have three prime numbers (2,3,p) , 1 and N.

Excluding these, we have 12-5 = 7 such factors. Hence Answer is B
Board of Directors
Joined: 18 Jul 2015
Status:Emory Goizueta Alum
Posts: 3600
Own Kudos [?]: 5431 [0]
Given Kudos: 346
Send PM
Re: If n=3*4*p where p is a prime number greater than 3,how many different [#permalink]
Expert Reply
Notice we are given that p is prime.

Since a prime no. cannot be factorized further, it will always have a power of one. Take any prime number, you will be able to understand what I am saying

Posted from my mobile device
Alum
Joined: 12 Aug 2015
Posts: 2281
Own Kudos [?]: 3141 [0]
Given Kudos: 893
GRE 1: Q169 V154
Send PM
Re: If n=3*4*p where p is a prime number greater than 3,how many different [#permalink]
Great Question.
Here is what i did in this one=>
n=2^2*3*p where p is a prime greater than 3
number of divisors => 3*2*2=> 12 including => 1,2,3,p,n
hence excluding the above divisors => 12-5 => Seven
Hence B
User avatar
Non-Human User
Joined: 09 Sep 2013
Posts: 32804
Own Kudos [?]: 825 [0]
Given Kudos: 0
Send PM
Re: If n=3*4*p where p is a prime number greater than 3,how many different [#permalink]
Hello from the GMAT Club BumpBot!

Thanks to another GMAT Club member, I have just discovered this valuable topic, yet it had no discussion for over a year. I am now bumping it up - doing my job. I think you may find it valuable (esp those replies with Kudos).

Want to see all other topics I dig out? Follow me (click follow button on profile). You will receive a summary of all topics I bump in your profile area as well as via email.
GMAT Club Bot
Re: If n=3*4*p where p is a prime number greater than 3,how many different [#permalink]
Moderators:
Math Expert
93025 posts
Senior Moderator - Masters Forum
3137 posts

Powered by phpBB © phpBB Group | Emoji artwork provided by EmojiOne