Last visit was: 14 Jul 2026, 12:00 It is currently 14 Jul 2026, 12:00
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
kevincan
User avatar
GMAT Instructor
Joined: 04 Jul 2006
Last visit: 14 Jul 2026
Posts: 2,096
Own Kudos:
3,565
 [4]
Given Kudos: 307
GRE 1: Q170 V170
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
GRE 1: Q170 V170
Posts: 2,096
Kudos: 3,565
 [4]
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
User avatar
Edskore
Joined: 29 Dec 2022
Last visit: 13 Jul 2026
Posts: 359
Own Kudos:
Given Kudos: 5
Posts: 359
Kudos: 170
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Sunsh
Joined: 12 Apr 2025
Last visit: 14 Jul 2026
Posts: 16
Own Kudos:
Given Kudos: 8
Location: India
Concentration: General Management, Healthcare
Posts: 16
Kudos: 6
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 14 Jul 2026
Posts: 6,085
Own Kudos:
Given Kudos: 163
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 6,085
Kudos: 5,973
Kudos
Add Kudos
Bookmarks
Bookmark this Post
For every positive number x,

f(x)= 1/4 multiplied by greatest integer less than or equal to 4x.

If an and b are positive numbers such that f(f(a)f(b))=1.75, which of the following cannot be the value of a?

f(x) = [4x]/4 ; [x] denotes greatest integer less than or equal to x.

Let f(a) = [4a]/4 = m/4; f(b) = [4b]/4 = n/4 ; m = [4a]; n = [4b]; m & n both are integers

f(f(a)f(b)) = f(m/4*n/4) = f(mn/16) = [mn/4]/4 = 1.75

[mn/4] = 7

7 < mn/4 < 8
28 < mn < 32

A. 0.3; m = [4a] = [1.2] =1; 28 < n < 32; feasible
B. 0.8; m = [4*.8] = [3.2] = 3; 28 < 3n < 32; 9.33 < n < 10.67; n = 10; feasible
C. 1.3; m = [4*1.3] = [5.2] = 5; 28 < 5n < 32; 5.6 < n < 6.4; n = 6; feasible
D. 2.3; m = [4*2.3] = [9.2] = 9; 28 < 9n < 32; 3.11 < n < 3.55; Not feasible since n is an integer
E. 3.8; m = [4*3.8] = [15.2] = 15; 28 < 15n < 32; 1.86 < n < 2.13; n = 2; feasible

IMO D
User avatar
samartharoraa
Joined: 01 Oct 2022
Last visit: 27 Jun 2026
Posts: 1
GMAT 1: 710 Q48 V40
GPA: 4
Products:
GMAT 1: 710 Q48 V40
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Step 1: Decode the Function f(x)
The function f(x) = (1/4) * floor(4x) outputs a value that must be an integer divided by 4. Let's define:
  • f(a) = m/4, where m = floor(4a)
  • f(b) = n/4, where n = floor(4b)
Since a and b are positive numbers, m and n must be non-negative integers.
Step 2: Set up the Inequality
We are given that f(f(a)f(b)) = 1.75. Applying the function definition: (1/4) * floor(4 * f(a)f(b)) = 1.75
Multiply both sides by 4: floor(4 * f(a)f(b)) = 7
By the definition of the greatest integer (floor) function, if the floor of a number is 7, that number must be greater than or equal to 7, but strictly less than 8. Therefore: 7 ≤ 4 * f(a)f(b) < 8
Divide the entire inequality by 4: 1.75 ≤ f(a)f(b) < 2
Step 3: Substitute m and n
Now substitute f(a) = m/4 and f(b) = n/4 into our inequality: 1.75 ≤ (m/4) * (n/4) < 2
1.75 ≤ (m * n) / 16 < 2
Multiply all sides by 16: 28 ≤ m * n < 32
Since m and n are integers, their product (m * n) must also be an integer. Thus, the possible values for the product m * n are 28, 29, 30, or 31.
Step 4: Test the Answer Choices
We need to find the value of a that produces an integer m = floor(4a) which cannot be multiplied by another integer n to yield 28, 29, 30, or 31.
  • A. 0.3 -> 4a = 1.2 -> m = floor(1.2) = 1. If n = 28, then m * n = 28. (Possible)
  • B. 0.8 -> 4a = 3.2 -> m = floor(3.2) = 3. If n = 10, then m * n = 30. (Possible)
  • C. 1.3 -> 4a = 5.2 -> m = floor(5.2) = 5. If n = 6, then m * n = 30. (Possible)
  • D. 2.3 -> 4a = 9.2 -> m = floor(9.2) = 9. Multiples of 9 are 9, 18, 27, 36... none of which fall between 28 and 31. No integer value for n exists. (Correct)
  • E. 3.8 -> 4a = 15.2 -> m = floor(15.2) = 15. If n = 2, then m * n = 30. (Possible)
Correct Answer: D
Moderator:
Math Expert
111929 posts