Last visit was: 22 Apr 2026, 13:27 It is currently 22 Apr 2026, 13:27
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: 22 Apr 2026
Posts: 109,754
Own Kudos:
Given Kudos: 105,823
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,754
Kudos: 810,659
 [44]
2
Kudos
Add Kudos
42
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 22 Apr 2026
Posts: 109,754
Own Kudos:
Given Kudos: 105,823
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,754
Kudos: 810,659
 [15]
7
Kudos
Add Kudos
8
Bookmarks
Bookmark this Post
General Discussion
User avatar
Schinchan_bh
Joined: 25 May 2023
Last visit: 23 Jun 2024
Posts: 34
Own Kudos:
105
 [1]
Given Kudos: 6
Posts: 34
Kudos: 105
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 22 Apr 2026
Posts: 5,985
Own Kudos:
Given Kudos: 163
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,985
Kudos: 5,858
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Given: For each positive integer k, f(k) is defined to be the number created by reversing the digits of k. For instance, f(52) = 25, f(40) = 4 and f(99) = 99.
Asked: How many positive two-digit integers k are there where k - f(k) is the cube of an integer?

Let k = ab; where a is tenth digit and b is unit digit

k = 10a + b
f(k) = 10b + a
k - f(k) = (10a + b) - (10b + a) = 9(a-b)

Case 1:
a-b=3; k - f(k) = 27 = 3^3
(a, b) = {(3,0),(4,1),(5,2),(6,3),(7,4),(8,5),(9,6)}:
Positive two-digit integers k are there where k - f(k) is the cube of an integer = {30,41,52,63,74,85,96} : 7 2-digit integers

Case 2:
a-b=-3; k - f(k) = -27 = (-3)^3
(a, b) = {(1,4),(2,5),(3,6),(4,7),(5,8),(6,9)}
Positive two-digit integers k are there where k - f(k) is the cube of an integer = {14,25,36,47,58,69} : 6 2-digit integers

Total positive two-digit integers k are there where k - f(k) is the cube of an integer = 7 + 6 = 13

IMO B
User avatar
$!vakumar.m
Joined: 06 Dec 2021
Last visit: 25 Aug 2025
Posts: 487
Own Kudos:
644
 [2]
Given Kudos: 737
Location: India
Concentration: Technology, International Business
GPA: 4
WE:Human Resources (Telecommunications)
Posts: 487
Kudos: 644
 [2]
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
For each positive integer k, f(k) is defined to be the number created by reversing the digits of k.
How many positive two-digit integers k are there where k - f(k) is the cube of an integer?

let k be represented by xy -> 10x +y
then f(k) is yx -> 10y+x
then k -f(k) = 10x +y - 10y - x = 9(x-y) => the cube is a multiple of 9 or 3 (possible values are cubes of -729, -27, 0, 27, 729 etc )
For 9(x-y) = 0 => x =y
values of k are - 9 - 11, 22, 33, 44, 55, 66, 77, 88, 99

For 9(x-y) = - 27 => x-y = -3
or x = y-3 - possible values of k are 6 - 14, 25, 36, 47, 58, 69
For 9(x-y) = 27 => x-y = 3
or x = y+3 - possible values of k are 7 - 30, 41, 52, 63, 74, 85, 96

For 9(x-y) = -729 => x -y = -81
so we see that higher cube values are not possible as x and y are single digits

Total number of values of k are - 9 + 6+7 = 22
Answer D
User avatar
Kinshook
User avatar
Major Poster
Joined: 03 Jun 2019
Last visit: 22 Apr 2026
Posts: 5,985
Own Kudos:
Given Kudos: 163
Location: India
GMAT 1: 690 Q50 V34
WE:Engineering (Transportation)
Products:
GMAT 1: 690 Q50 V34
Posts: 5,985
Kudos: 5,858
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel Please check the solution and correct OA if needed.

Kinshook
Given: For each positive integer k, f(k) is defined to be the number created by reversing the digits of k. For instance, f(52) = 25, f(40) = 4 and f(99) = 99.
Asked: How many positive two-digit integers k are there where k - f(k) is the cube of an integer?

Let k = ab; where a is tenth digit and b is unit digit

k = 10a + b
f(k) = 10b + a
k - f(k) = (10a + b) - (10b + a) = 9(a-b)

Case 1:
a-b=3; k - f(k) = 27 = 3^3
(a, b) = {(3,0),(4,1),(5,2),(6,3),(7,4),(8,5),(9,6)}:
Positive two-digit integers k are there where k - f(k) is the cube of an integer = {30,41,52,63,74,85,96} : 7 2-digit integers

Case 2:
a-b=-3; k - f(k) = -27 = (-3)^3
(a, b) = {(1,4),(2,5),(3,6),(4,7),(5,8),(6,9)}
Positive two-digit integers k are there where k - f(k) is the cube of an integer = {14,25,36,47,58,69} : 6 2-digit integers

Total positive two-digit integers k are there where k - f(k) is the cube of an integer = 7 + 6 = 13

IMO B
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 22 Apr 2026
Posts: 109,754
Own Kudos:
Given Kudos: 105,823
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,754
Kudos: 810,659
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Kinshook
Bunuel Please check the solution and correct OA if needed.

Kinshook
Given: For each positive integer k, f(k) is defined to be the number created by reversing the digits of k. For instance, f(52) = 25, f(40) = 4 and f(99) = 99.
Asked: How many positive two-digit integers k are there where k - f(k) is the cube of an integer?

Let k = ab; where a is tenth digit and b is unit digit

k = 10a + b
f(k) = 10b + a
k - f(k) = (10a + b) - (10b + a) = 9(a-b)

Case 1:
a-b=3; k - f(k) = 27 = 3^3
(a, b) = {(3,0),(4,1),(5,2),(6,3),(7,4),(8,5),(9,6)}:
Positive two-digit integers k are there where k - f(k) is the cube of an integer = {30,41,52,63,74,85,96} : 7 2-digit integers

Case 2:
a-b=-3; k - f(k) = -27 = (-3)^3
(a, b) = {(1,4),(2,5),(3,6),(4,7),(5,8),(6,9)}
Positive two-digit integers k are there where k - f(k) is the cube of an integer = {14,25,36,47,58,69} : 6 2-digit integers

Total positive two-digit integers k are there where k - f(k) is the cube of an integer = 7 + 6 = 13

IMO B

I think you are missing the following nine case when the digits of k are the same: 11, 22, 33, 44, 55, 66, 77, 88, and 99. In those cases k - f(k) = 0, which is a cube of an integer.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 22 Apr 2026
Posts: 109,754
Own Kudos:
Given Kudos: 105,823
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,754
Kudos: 810,659
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Similar but a little bit easier question is here: https://gmatclub.com/forum/for-each-pos ... 21045.html
User avatar
Adit_
Joined: 04 Jun 2024
Last visit: 22 Apr 2026
Posts: 680
Own Kudos:
Given Kudos: 115
Posts: 680
Kudos: 220
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Point to note here is that 3^3 is the only absolute cube number possible [apart from the cheeky 0 as well]

This is because every number and its reciprocal is of the form 10x+y and 10y+x
Subtracting:
9x-9y = 9(x-y)

In the list of cube numbers we only have 27 as our value.

We get 27 as our difference when x-y = 3.
So values from 14,25...and its reverse as well because negative numbers also possible.
There will be 13 values here.

9 more values being the big trick giving us 0 [11,22,33...]

13+9 = 22.
Bunuel
12 Days of Christmas 🎅 GMAT Competition with Lots of Questions & Fun

For each positive integer k, f(k) is defined to be the number created by reversing the digits of k. For instance, f(52) = 25, f(40) = 4 and f(99) = 99. How many positive two-digit integers k are there where k - f(k) is the cube of an integer?

A. 7
B. 13
C. 16
D. 22
E. 23


 


This question was provided by GMAT Club
for the 12 Days of Christmas Competition

Win $40,000 in prizes: Courses, Tests & more

 

Moderators:
Math Expert
109754 posts
Tuck School Moderator
853 posts