Last visit was: 26 Apr 2026, 07:29 It is currently 26 Apr 2026, 07:29
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
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,837
Own Kudos:
Given Kudos: 105,895
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,837
Kudos: 811,378
 [25]
3
Kudos
Add Kudos
22
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,837
Own Kudos:
811,378
 [4]
Given Kudos: 105,895
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,837
Kudos: 811,378
 [4]
2
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
General Discussion
User avatar
farful
Joined: 09 Sep 2013
Last visit: 24 Nov 2020
Posts: 412
Own Kudos:
413
 [9]
Given Kudos: 155
Status:Alum
Location: United States
GMAT 1: 730 Q52 V37
GMAT 1: 730 Q52 V37
Posts: 412
Kudos: 413
 [9]
8
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
ronr34
Joined: 08 Apr 2012
Last visit: 10 Oct 2014
Posts: 240
Own Kudos:
253
 [2]
Given Kudos: 58
Posts: 240
Kudos: 253
 [2]
Kudos
Add Kudos
2
Bookmarks
Bookmark this Post
farful
f(n) = number of perfect squares less than n
1,4,9,16,25,36

f(25) = 4
f(26)=f(27)=...=f(35)=f(36) = 5
f(37) = 6

g(n) = number of prime numbers less than n
2,3,5,7,11,13,17,19,23,29,31,37

g(31)=10
g(32)=g(33)=...=g(36)=g(37) = 11
g(38)=12


f(x)+g(x)=16 implies that f(x)=5 and g(x)=11.

So, x = 32,33,34,35,or36.

Answer C, 31 < x < 37.


Than why not not f(x)=6 and g(x)=10?
User avatar
farful
Joined: 09 Sep 2013
Last visit: 24 Nov 2020
Posts: 412
Own Kudos:
Given Kudos: 155
Status:Alum
Location: United States
GMAT 1: 730 Q52 V37
GMAT 1: 730 Q52 V37
Posts: 412
Kudos: 413
Kudos
Add Kudos
Bookmarks
Bookmark this Post
ronr34
farful
f(n) = number of perfect squares less than n
1,4,9,16,25,36

f(25) = 4
f(26)=f(27)=...=f(35)=f(36) = 5
f(37) = 6

g(n) = number of prime numbers less than n
2,3,5,7,11,13,17,19,23,29,31,37

g(31)=10
g(32)=g(33)=...=g(36)=g(37) = 11
g(38)=12


f(x)+g(x)=16 implies that f(x)=5 and g(x)=11.

So, x = 32,33,34,35,or36.

Answer C, 31 < x < 37.


Than why not not f(x)=6 and g(x)=10?


f(x) >= 6 implies x > 36.
g(x) <= 10 implies x < 32.
User avatar
EMPOWERgmatRichC
User avatar
Major Poster
Joined: 19 Dec 2014
Last visit: 31 Dec 2023
Posts: 21,777
Own Kudos:
13,052
 [1]
Given Kudos: 450
Status:GMAT Assassin/Co-Founder
Affiliations: EMPOWERgmat
Location: United States (CA)
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Expert
Expert reply
GMAT 1: 800 Q51 V49
GRE 1: Q170 V170
Posts: 21,777
Kudos: 13,052
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi All,

We can use the answer choices to our advantage on this question (by determining if number of possible or impossible, we can eliminate answer choices).

Let's start by TESTing X=31. According to the prompt...

f(31) = number of perfect squares less than 31 = {1, 4, 9, 16, 25] = 5
g(31) = number of primes less than 31 = {2, 3, 5, 7, 11, 13, 17, 19, 23, 29} = 10

f(31) + g(31) = 15; we're told that it's SUPPOSED to be 16 though, so X CANNOT be 31. Eliminate Answers A and B.

Next, let's TEST X = 37. According to the prompt...

f(37) = number of perfect squares less than 31 = {1, 4, 9, 16, 25, 36] = 6
g(37) = number of primes less than 31 = {2, 3, 5, 7, 11, 13, 17, 23, 29, 31, 3} = 11

f(37) + g(37) = 17; we're told that it's SUPPOSED to be 16 though, so X CANNOT be 37. Eliminate Answers D and E.

Final Answer:

GMAT assassins aren't born, they're made,
Rich
User avatar
shwetakoshija
Joined: 08 Jul 2017
Last visit: 21 Apr 2026
Posts: 85
Own Kudos:
Given Kudos: 13
Expert
Expert reply
Posts: 85
Kudos: 72
Kudos
Add Kudos
Bookmarks
Bookmark this Post
farful
f(n) = number of perfect squares less than n
1,4,9,16,25,36

f(25) = 4
f(26)=f(27)=...=f(35)=f(36) = 5
f(37) = 6

g(n) = number of prime numbers less than n
2,3,5,7,11,13,17,19,23,29,31,37

g(31)=10
g(32)=g(33)=...=g(36)=g(37) = 11
g(38)=12


f(x)+g(x)=16 implies that f(x)=5 and g(x)=11.

So, x = 32,33,34,35,or36.

Answer C, 31 < x < 37.

Why are we not considering 0 as a perfect square?
User avatar
shwetakoshija
Joined: 08 Jul 2017
Last visit: 21 Apr 2026
Posts: 85
Own Kudos:
Given Kudos: 13
Expert
Expert reply
Posts: 85
Kudos: 72
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
The functions f and g are defined for all the positive integers n by the following rule: f(n) is the number of positive perfect squares less than n and g(n) is the number of primes numbers less than n. If f(x) + g(x) = 16, then x is in the range:

A. 30 < x < 36
B. 30 < x < 37
C. 31 < x < 37
D. 31 < x < 38
E. 32 < x < 38

Perfect squares: 1, 4, 9, 16, 25, 36, ..,
Prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, ...

If x = 31, then f(31) = 5 and g(31) = 10: f(x) + g(x) = 5 + 10 = 15.
If x = 32, then f(32) = 5 and g(32) = 11: f(x) + g(x) = 5 + 11 = 16.
...
If x = 36, then f(36) = 5 and g(36) = 11: f(x) + g(x) = 5 + 11 = 16.
If x = 37, then f(37) = 6 and g(37) = 11: f(x) + g(x) = 6 + 11 = 17.

Thus x could be 32, 33, 34, 35 or 36: 31<x<37.

Answer: C.

P.S. This is GMAT Club's question, not Grockit's.

Why are we not considering 0 as a perfect square?
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 26 Apr 2026
Posts: 109,837
Own Kudos:
811,378
 [1]
Given Kudos: 105,895
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,837
Kudos: 811,378
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
shwetakoshija
Bunuel
The functions f and g are defined for all the positive integers n by the following rule: f(n) is the number of positive perfect squares less than n and g(n) is the number of primes numbers less than n. If f(x) + g(x) = 16, then x is in the range:

A. 30 < x < 36
B. 30 < x < 37
C. 31 < x < 37
D. 31 < x < 38
E. 32 < x < 38

Perfect squares: 1, 4, 9, 16, 25, 36, ..,
Prime numbers: 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, ...

If x = 31, then f(31) = 5 and g(31) = 10: f(x) + g(x) = 5 + 10 = 15.
If x = 32, then f(32) = 5 and g(32) = 11: f(x) + g(x) = 5 + 11 = 16.
...
If x = 36, then f(36) = 5 and g(36) = 11: f(x) + g(x) = 5 + 11 = 16.
If x = 37, then f(37) = 6 and g(37) = 11: f(x) + g(x) = 6 + 11 = 17.

Thus x could be 32, 33, 34, 35 or 36: 31<x<37.

Answer: C.

P.S. This is GMAT Club's question, not Grockit's.

Why are we not considering 0 as a perfect square?

Check the highlighted parts.
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,988
Own Kudos:
Posts: 38,988
Kudos: 1,118
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
109837 posts
Tuck School Moderator
852 posts