Last visit was: 01 May 2026, 15:37 It is currently 01 May 2026, 15:37
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
sanjitscorps18
Joined: 26 Jan 2019
Last visit: 03 Mar 2026
Posts: 723
Own Kudos:
743
 [1]
Given Kudos: 130
Location: India
Schools: IMD'26
Products:
Schools: IMD'26
Posts: 723
Kudos: 743
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
firefox300
Joined: 15 Dec 2025
Last visit: 27 Dec 2025
Posts: 90
Own Kudos:
87
 [1]
Posts: 90
Kudos: 87
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
topgmat25
Joined: 15 Dec 2025
Last visit: 05 Jan 2026
Posts: 90
Own Kudos:
87
 [1]
Posts: 90
Kudos: 87
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
geocircle
Joined: 14 Dec 2025
Last visit: 27 Dec 2025
Posts: 90
Own Kudos:
87
 [1]
Posts: 90
Kudos: 87
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
a=b-1 < b < c=b+1

a^c = (b-1)^(b+1) = (b+1)C0 * b^(b+1)*(-1)^0 + (b+1)C1 * b^b*(-1)^1 + ... + (b+1)Cb * b^1*(-1)^b + (b+1)C(b+1) * b^0*(-1)^(b+1)

All the terms of a^c are divisible by b except the last one: (b+1)C(b+1) * b^0*(-1)^(b+1) = (-1)^(b+1), which is the remainder.

(-1)^(b+1) = 1 if b odd (as in I).
(-1)^(b+1) = -1 if b even, if remainder is -1, remainder = b-1 (as in II).

A remainder must be less than b so it can never equal b (as in III).

Answer D
User avatar
bhanu29
Joined: 02 Oct 2024
Last visit: 30 Apr 2026
Posts: 363
Own Kudos:
276
 [1]
Given Kudos: 263
Location: India
GMAT Focus 1: 675 Q87 V85 DI79
GMAT Focus 2: 715 Q87 V84 DI86
GPA: 9.11
WE:Engineering (Technology)
Products:
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If a, b, and c are consecutive integers, where 10 < a < b < c, which of the following could be the remainder when a^c is divided by b?

I. 1
II. b - 1
III. b

A. I only
B. II only
C. III only
D. I and II only
E. I and III only

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more
We need to understand that consecutive numbers are coprimes, so b can not divide any power of a so III is out.

Now a rem b is always b-1 or -1

So the reminder would depend on power raised if it's odd remainder will be -1 aka b-1
if it's even reminder is +1 1

So I and II possible.

Correct Answer D
User avatar
Vaishbab
Joined: 29 Jan 2023
Last visit: 08 Mar 2026
Posts: 115
Own Kudos:
51
 [1]
Given Kudos: 81
Location: India
Concentration: Strategy, Operations
Posts: 115
Kudos: 51
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
All consecutive integers a, b and c are greater than 10

NB a<b<c

Let's take an even number for b, say, 14

a = 13 & c = 15

When \(a^c /b\) in this case, we get \(13^{15} / 14\). The remainder here would be \((13-14)^{15}\) which gives us -1. Therefore, the remainder would be 14-1 = 13 ---> which is a (or b-1)

So option II is plausible.

If b is odd, say, b = 27, a = 26 and c = 28

For \(26^{28} /27\), the remainder \((26-27)^{28}\) which gives us a nice, round 1 (since the power is even). That checks out option I.

This pattern applies for all even and odd numbers in the given range.

And finally, it isn't possible to get a remainder equal to the divisor (b).

Therefore, the answer is D. I & II only
User avatar
redandme21
Joined: 14 Dec 2025
Last visit: 05 Jan 2026
Posts: 97
Own Kudos:
87
 [1]
Posts: 97
Kudos: 87
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
consecutive numbers: n-1, n, n+1 with n>=12

binomial theorem:
remainder of ((n-1)^(n+1))/n = (-1)^(n+1)

Two cases:
if n+1 is even (n is odd) -> remainder = 1
if n+1 is odd (n is even) -> remainder = -1, what means remainder = n(divisor) - 1

From the options, I and II are allowed (in fact, these are the only two possible remainders).
Remainder can never be equal to divisor as indicated in III.

IMO D
User avatar
kapoora10
Joined: 13 Jul 2024
Last visit: 01 May 2026
Posts: 109
Own Kudos:
95
 [1]
Given Kudos: 7
Location: India
Concentration: Real Estate, Sustainability
GMAT Focus 1: 645 Q88 V74 DI84
GMAT Focus 2: 655 Q85 V83 DI80
GPA: 8.03
WE:Corporate Finance (Finance: Investment Management)
Products:
GMAT Focus 2: 655 Q85 V83 DI80
Posts: 109
Kudos: 95
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
10<a<b<c => q=n, b=n+1, c=n+2
We are asked =>

n^(n=2) (mod n+1) (remainder when a^c is divided by b)

We can see that
n mod (n+1) = -1 (b = a+1)
Hence, n^(n+2) = (-1)^(n+2) mod (n+1)

Now, when n is odd => n+2 is odd=> remainder = -1 => b-1
When n is even => n+2 is even => remainder is 1 => 1

Hence the remainders can be 1 and b-1 => D
User avatar
asperioresfacere
Joined: 03 Nov 2025
Last visit: 24 Apr 2026
Posts: 61
Own Kudos:
53
 [1]
Given Kudos: 106
Posts: 61
Kudos: 53
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Logic : a, b ,c are consecutive integers (a=b-1,c=b+1)
Expression: (b-1)^b+1 divided by b (mod b)

using Binomial expansion or remainders : (-1)^b+1 (mod b)

Case 1 : If b is even : b+1 is odd . Remainder is (-1)^odd= -1 ≡b-1(mod b) ✅
Case 2 : (If b is odd ) : b+1 is even . Remainder is (-1) ^even = 1 (mod b)✅
Case 3 : A remainder must be strictly less than it's divisor . Therefore can't be b .❌
User avatar
Mardee
Joined: 22 Nov 2022
Last visit: 02 Feb 2026
Posts: 225
Own Kudos:
191
 [1]
Given Kudos: 20
Posts: 225
Kudos: 191
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
We know that,
10 < a < b < c

=> a = b - 1
=> c = b + 1

We need to know remainder when a^c / b

=> a^c = (b-1)^(b+1)
Let symbol for modulo be ~=
We use the concept of modulo here
=> (b-1) ~= -1 (mod b)
=> (b-1)^(b+1) ~= (-1) ^ (b+1) (mod b)

We check for different cases for when b is even or odd

b is even:
=> b+1 is odd and b-1 is odd
=> (-1)^b+1 = -1 ~= b-1 (mod b)

=> Remainder = b - 1

b is odd:
=> b+1 is even and b-1 is even
=> (-1)^(b+1) = 1

=> Remainder = 1

b as a remainder is not possible ever since the given expression is divided by b, hence remainder is always lesser than b

D. I and II only



-----------------------------------------------------------------------

If modulo concept is hard to grasp, then one could
try substituting
a=11,b =12, c=13 ----> Remainder = 11 = b-1
a = 12, b = 13 , c=14 -----> Remainder = 1
b is never possible since remainder always lesser than b
User avatar
Adit_
Joined: 04 Jun 2024
Last visit: 01 May 2026
Posts: 756
Own Kudos:
Given Kudos: 125
Products:
Posts: 756
Kudos: 251
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This is straightforward.
Consecutive integers thus the reminder if of the form (-1)^x

x can be even or odd.
Thus Remainder = 1 or -1. -1 = b-1
Hence 1,2 are true.

Answer: Option D
Bunuel
If a, b, and c are consecutive integers, where 10 < a < b < c, which of the following could be the remainder when a^c is divided by b?

I. 1
II. b - 1
III. b

A. I only
B. II only
C. III only
D. I and II only
E. I and III only

M46-28

Gift
12 Days of Christmas Competition
This question is part of our holiday event
Win $40,000 in prizes: courses, tests, and more
User avatar
egmat
User avatar
e-GMAT Representative
Joined: 02 Nov 2011
Last visit: 27 Apr 2026
Posts: 5,632
Own Kudos:
Given Kudos: 707
GMAT Date: 08-19-2020
Expert
Expert reply
Posts: 5,632
Kudos: 33,441
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Let me break this down step by step.

Since a, b, c are consecutive integers: b = a + 1 and c = a + 2.

Key Insight: Since b = a + 1, we know a = b - 1. This means when you divide a by b, the remainder is b - 1, which behaves exactly like -1. In math terms: a is equivalent to -1 when dividing by b.

So a^c divided by b gives the same remainder as (-1)^c divided by b.

Now there are only 2 cases:

Case 1 — c is even: (-1)^even = 1, so remainder = 1.
Example: a = 12, b = 13, c = 14. Then 12^14 divided by 13 gives remainder 1. ✓

Case 2 — c is odd: (-1)^odd = -1, which is the same as b - 1 when dividing by b.
Example: a = 11, b = 12, c = 13. Then 11^13 divided by 12 gives remainder 11 = 12 - 1 = b - 1. ✓

Since c = a + 2, when a is even c is even (Case 1 applies), and when a is odd c is odd (Case 2 applies). Both scenarios are possible.

So Statement I (remainder = 1) — YES, possible.
So Statement II (remainder = b - 1) — YES, possible.
Statement III (remainder = b) — IMPOSSIBLE. A remainder must always be less than the divisor. You can never get a remainder of b when dividing by b.

Answer: D — I and II only.
   1   2   3 
Moderators:
Math Expert
110001 posts
Tuck School Moderator
852 posts