Last visit was: 25 Apr 2026, 07:24 It is currently 25 Apr 2026, 07:24
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
User avatar
EgmatQuantExpert
User avatar
e-GMAT Representative
Joined: 04 Jan 2015
Last visit: 02 Apr 2024
Posts: 3,657
Own Kudos:
20,882
 [16]
Given Kudos: 165
Expert
Expert reply
Posts: 3,657
Kudos: 20,882
 [16]
2
Kudos
Add Kudos
14
Bookmarks
Bookmark this Post
User avatar
EgmatQuantExpert
User avatar
e-GMAT Representative
Joined: 04 Jan 2015
Last visit: 02 Apr 2024
Posts: 3,657
Own Kudos:
Given Kudos: 165
Expert
Expert reply
Posts: 3,657
Kudos: 20,882
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
blackfish
Joined: 02 Feb 2017
Last visit: 08 Feb 2025
Posts: 29
Own Kudos:
29
 [2]
Given Kudos: 9
Location: India
GMAT 1: 740 Q50 V40
GPA: 2.79
GMAT 1: 740 Q50 V40
Posts: 29
Kudos: 29
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
quantumliner
Joined: 24 Apr 2016
Last visit: 26 Sep 2018
Posts: 240
Own Kudos:
Given Kudos: 48
Posts: 240
Kudos: 804
Kudos
Add Kudos
Bookmarks
Bookmark this Post
As per question stem, number N has the three smallest prime numbers as it's only prime factors which means
N = 2^a * 3^b * 5^c

Question asks: How many positive integers divide n completely= which means, the total number of factors which N has.
This can be denoted as = (a+1)*(b+1)*(c+1)
So now we need to find out which statement(s) gives us the value of a, b & c.

Statement 1 - The total number of times the prime factors of n occur in n is 5.
This implies that, a+b+c = 5
Now we know (a,b,c) can take values such as (1,1,3) or (2,1,2)
In the two cases, total number of factors is different.
(1,1,3) => 2*2*4 = 16
(2,1,2) => 3*2*3 = 18

As we do not have a definite values, hence Statement 1 is not sufficient.

Statement 2 - The product of the number of times each prime factor of n occurs in n is 4.
This implies => a*b*c = 4
Now we know (a,b,c) can take values such as (1,1,4) or (2,1,2)
In the two cases, total number of factors is different.
(1,1,4) => 2*2*5 = 20
(2,1,2) => 3*2*3 = 18

As we do not have a definite values, hence Statement 2 is not sufficient.

Combining both Statements, we know

a+b+c =5 & a*b*c = 4
This means, that (a,b,c) can take any value (1,2,2) or (2,1,2) or (2,2,1), but the total number of factors will always remain as 18.

Therefore combining both Statement is sufficient.

Answer is C
User avatar
EgmatQuantExpert
User avatar
e-GMAT Representative
Joined: 04 Jan 2015
Last visit: 02 Apr 2024
Posts: 3,657
Own Kudos:
20,882
 [1]
Given Kudos: 165
Expert
Expert reply
Posts: 3,657
Kudos: 20,882
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post

Solution



Steps 1 & 2: Understand Question and Draw Inferences

The question tells us about a positive integer n which has smallest 3 prime numbers as its only prime factors. The questions asks us to find the number of positive integers that divide n completely
    • Let’s first analyze the information given in the question statement. The prime factors of n are the 3 smallest prime numbers i.e. 2, 3 and 5.
    • So, we can write \(n = 2^a * 3^b * 5^c\) where a, b, c are positive integers
    • We are asked to find the number of integers that divide n completely i.e. we are asked to find the number of factors of n.
    • To find the number of factors of n, we need to know the following:
      a. Number of prime factors of n à this information is known to us
      b. Number of times the prime factors of n occur in nà this information is unknown to us.
    • Number of factors of n = (a+1)(b+1)(c+1)
    • So, we need to find the information about the number of times a prime factor of n occurs in n to find out the number of factors of n i.e. we need to find the values of a, b and c which give us a unique value of (a+1)(b+1)(c+1).
    • With the above understanding, let’s see the information provided in the statements.

Step 3: Analyze Statement 1 independently

    1. The total number of times the prime factors of n occur in n is 5
    That is, a + b + c = 5.
    As a, b, c are positive integers, their minimum values can be 1. Thus the possible values of {a, b, c} in any order can be:
      • Case 1 - {2, 2, 1}
        o In this case, Total number of factors = (2+1)*(2+1)*(1+1) = 3*3*2 = 18
      • Case 2 - {3, 1, 1}
        o In this case, Total number of factors = (3+1)*(1+1)*(1+1) = 4*2*2 = 16

As we do not have a unique answer, statement-1 is insufficient to answer the question.

Step 4: Analyze Statement 2 independently

    2. The product of the number of times each prime factor of n occurs in n is 4.
    That is a*b*c = 4.
    As a, b, c are positive integers, their minimum values can be 1. Thus the possible values of {a, b, c} in any order can be:
      • Case 1 - {4, 1, 1}
        o In this case, Total number of factors = (4+1)*(1+1)*(1+1) = 5*2*2 = 20
      • Case 2 - {2, 2, 1}
        o In this case, Total number of factors = (2+1)*(2+1)*(1+1) = 3*3*2 = 18
As we do not have a unique answer, statement-2 is insufficient to answer the question

Step 5: Analyze Both Statements Together (if needed)

    1. From Statement 1, we inferred that {a, b, c} = {2, 2, 1} or {3, 1, 1} in any order
    2. From Statement 2, we inferred that {a, b, c} = {4, 1, 1} or {2, 2, 1} in any order

The only set of values that satisfy both the statements is {a, b, c} = {2, 2, 1} in any order.
Therefore, we can now find a unique value of product of a+1, b+1 and c+1

Sufficient to answer

Answer: C

Thanks,
Saquib
Quant Expert
e-GMAT

Register for our Free Session on Number Properties (held every 3rd week) to solve exciting 700+ Level Questions in a classroom environment under the real-time guidance of our Experts :)

User avatar
akshayk
Joined: 06 Jul 2016
Last visit: 21 Sep 2020
Posts: 271
Own Kudos:
424
 [1]
Given Kudos: 99
Location: Singapore
Concentration: Strategy, Finance
Posts: 271
Kudos: 424
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
EgmatQuantExpert
Q. A positive integer n has the smallest 3 prime numbers as its only prime factors. How many positive integers divide n completely?
n = \(2^a\)*\(3^b\)*\(5^c\).
(a+1)(b+1)(c+1) = ??
We need the values for a, b, c.

Quote:

(1) The total number of times the prime factors of n occur in n is 5.
(2) The product of the number of times each prime factor of n occurs in n is 4.

Let's solve Statement 2 first, as Statement 1 was convoluted to begin with, for me at least. I had to look at Statement 2 to see that Statement 1 meant Sum.

2) a*b*c = 4
a=1, b=2, c=2
a=4, b=1, c=1
Insufficient.

1) S2 had product, so this statement will have the sum
a + b + c = 5
Insufficient.

1+2)
a*b*c=4
a+b+c=5
=> the values have to be 2, 2, 1
=> (a+1)(b+1)(c+1) = 3*3*2 = 18
Sufficient.

C is the answer.
avatar
mcm2112
Joined: 18 Aug 2015
Last visit: 05 Nov 2018
Posts: 15
Own Kudos:
Given Kudos: 9
Location: United States
GPA: 3.38
Posts: 15
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I did not think 1 was a prime number...
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 25 Apr 2026
Posts: 109,827
Own Kudos:
Given Kudos: 105,878
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,827
Kudos: 811,198
Kudos
Add Kudos
Bookmarks
Bookmark this Post
mcm2112
I did not think 1 was a prime number...

1 is NOT a prime number.

A Prime number is a positive integer with exactly two distinct divisors: 1 and itself. So, the smallest prime (and the only even prime) is 2.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,984
Own Kudos:
Posts: 38,984
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109827 posts
498 posts
212 posts