Last visit was: 19 Nov 2025, 22:48 It is currently 19 Nov 2025, 22:48
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: 19 Nov 2025
Posts: 105,392
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,392
Kudos: 778,398
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
TargetMBA007
Joined: 22 Nov 2019
Last visit: 14 Nov 2025
Posts: 256
Own Kudos:
Given Kudos: 215
Schools: Stanford (S)
GPA: 4.0
Schools: Stanford (S)
Posts: 256
Kudos: 331
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,392
Own Kudos:
778,398
 [1]
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,392
Kudos: 778,398
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
TargetMBA007
Joined: 22 Nov 2019
Last visit: 14 Nov 2025
Posts: 256
Own Kudos:
Given Kudos: 215
Schools: Stanford (S)
GPA: 4.0
Schools: Stanford (S)
Posts: 256
Kudos: 331
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
TargetMBA007
Bunuel

(1) n is not divisible by 2. Insufficient on its own, but this statement says that \(n=odd\) --> \(n-1\) and \(n+1\) are consecutive even integers --> \((n-1)(n+1)\) must be divisible by 8 (as both multiples are even and one of them will be divisible by 4. From consecutive even integers one is divisible by 4: (2, 4); (4, 6); (6, 8); (8, 10); (10, 12), ...).

Sure, you mention here that "n must be divisible by 8", i.e. n = 8x.
But in this statement, if we assume n = 1, then (n-1) (n+1) would be 0*2=0. So, I wonder in this case, why can we still assume that n is a multiple of 8, when we solve the two statements together?

My guess is this is because, even if n = 1, we still get r = 0 (which is the same case as when we assume n is a multiple of 8 and 3), and hence, the statements would still be sufficient together? Would just like to validate my thinking on this.

Thanks

First of all, the solution there says that \((n-1)(n+1)\) must be divisible by 8, not n. Next, if n = 1, then \((n-1)(n+1)\) becomes 0, which is divisible by every integer except 0 itself.

Thanks as always Bunuel for all your help.
User avatar
lindsey123
Joined: 19 Aug 2024
Last visit: 29 May 2025
Posts: 4
Given Kudos: 60
Posts: 4
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
how come 8 divided by 24 yields remainder of 8.
Bunuel
If n is a positive integer and r is the remainder when (n-1)(n+1) is divided by 24, what is the value of r?

Plug-in method:

\((n-1)(n+1)=n^2-1\)

(1) n is not divisible by 2 --> pick two odd numbers: let's say 1 and 3 --> if \(n=1\), then \(n^2-1=0\) and as zero is divisible by 24 (zero is divisible by any integer except zero itself) so remainder is 0 but if \(n=3\), then \(n^2-1=8\) and 8 divided by 24 yields remainder of 8. Two different answers, hence not sufficient.

(2) n is not divisible by 3 --> pick two numbers which are not divisible by 3: let's say 1 and 2 --> if \(n=1\), then \(n^2-1=0\), so remainder is 0 but if \(n=2\), then \(n^2-1=3\) and 3 divided by 24 yields remainder of 3. Two different answers, hence not sufficient.

(1)+(2) Let's check for several numbers which are not divisible by 2 or 3:
\(n=1\) --> \(n^2-1=0\) --> remainder 0;
\(n=5\) --> \(n^2-1=24\) --> remainder 0;
\(n=7\) --> \(n^2-1=48\) --> remainder 0;
\(n=11\) --> \(n^2-1=120\) --> remainder 0.
Well it seems that all appropriate numbers will give remainder of 0. Sufficient.

Algebraic approach:

(1) n is not divisible by 2. Insufficient on its own, but this statement says that \(n=odd\) --> \(n-1\) and \(n+1\) are consecutive even integers --> \((n-1)(n+1)\) must be divisible by 8 (as both multiples are even and one of them will be divisible by 4. From consecutive even integers one is divisible by 4: (2, 4); (4, 6); (6, 8); (8, 10); (10, 12), ...).

(2) n is not divisible by 3. Insufficient on its own, but form this statement either \(n-1\) or \(n+1\) must be divisible by 3 (as \(n-1\), \(n\), and \(n+1\) are consecutive integers, so one of them must be divisible by 3, we are told that it's not \(n\), hence either \(n-1\) or \(n+1\)).

(1)+(2) From (1) \((n-1)(n+1)\) is divisible by 8, from (2) it's also divisible by 3, therefore it must be divisible by \(8*3=24\), which means that remainder upon division \((n-1)(n+1)\) by 24 will be 0. Sufficient.

Answer: C.

Hope it's clear.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,392
Own Kudos:
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,392
Kudos: 778,398
Kudos
Add Kudos
Bookmarks
Bookmark this Post
lindsey123
how come 8 divided by 24 yields remainder of 8.

Let me ask you a question: if you had 8 apple and wanted to distribute it evenly in 24 baskets, each basket would get 0 apples and 24 apples would be leftover (remainder).

When a divisor is larger than the dividend, then the remainder is the same as the dividend. For example:

3 divided by 4 yields a remainder of 3: 3 = 4*0 + 3.
9 divided by 14 yields a remainder of 9: 9 = 14*0 + 9.
1 divided by 9 yields a remainder of 1: 1 = 9*0 + 1.
User avatar
rak08
Joined: 01 Feb 2025
Last visit: 19 Nov 2025
Posts: 236
Own Kudos:
Given Kudos: 338
Location: India
GPA: 7.14
Products:
Posts: 236
Kudos: 21
Kudos
Add Kudos
Bookmarks
Bookmark this Post
how i approached it

(1) not divisible by 2, so odd
(2) not divisible by 3, so either even, 5, 7

1+2
its either multiple of 5 or 7
so now
n^2-1 = 24k + remainder
hence,
25-1 = 24 remainder = 0
625-1 = 624 , remainder = 0

for 7,
49 - 1 = 48, remainder is 0
49*49 -1 = ( 49*40 + 49*9 )- 1= 2401 -1 = remainder = 0

hence suff.
enigma123
If n is a positive integer and r is the remainder when (n - 1)(n + 1) is divided by 24, what is the value of r?

(1) n is not divisible by 2
(2) n is not divisible by 3
User avatar
shaliny
Joined: 30 Oct 2023
Last visit: 24 Oct 2025
Posts: 99
Own Kudos:
Given Kudos: 712
Products:
Posts: 99
Kudos: 26
Kudos
Add Kudos
Bookmarks
Bookmark this Post
hi Bunuel,
here u said, insufficient on its own (highlighted part), it means?
Bunuel
If n is a positive integer and r is the remainder when (n-1)(n+1) is divided by 24, what is the value of r?

Plug-in method:

\((n-1)(n+1)=n^2-1\)

(1) n is not divisible by 2 --> pick two odd numbers: let's say 1 and 3 --> if \(n=1\), then \(n^2-1=0\) and as zero is divisible by 24 (zero is divisible by any integer except zero itself) so remainder is 0 but if \(n=3\), then \(n^2-1=8\) and 8 divided by 24 yields remainder of 8. Two different answers, hence not sufficient.

(2) n is not divisible by 3 --> pick two numbers which are not divisible by 3: let's say 1 and 2 --> if \(n=1\), then \(n^2-1=0\), so remainder is 0 but if \(n=2\), then \(n^2-1=3\) and 3 divided by 24 yields remainder of 3. Two different answers, hence not sufficient.

(1)+(2) Let's check for several numbers which are not divisible by 2 or 3:
\(n=1\) --> \(n^2-1=0\) --> remainder 0;
\(n=5\) --> \(n^2-1=24\) --> remainder 0;
\(n=7\) --> \(n^2-1=48\) --> remainder 0;
\(n=11\) --> \(n^2-1=120\) --> remainder 0.
Well it seems that all appropriate numbers will give remainder of 0. Sufficient.

Algebraic approach:

(1) n is not divisible by 2. Insufficient on its own, but this statement says that \(n=odd\) --> \(n-1\) and \(n+1\) are consecutive even integers --> \((n-1)(n+1)\) must be divisible by 8 (as both multiples are even and one of them will be divisible by 4. From consecutive even integers one is divisible by 4: (2, 4); (4, 6); (6, 8); (8, 10); (10, 12), ...).

(2) n is not divisible by 3. Insufficient on its own, but form this statement either \(n-1\) or \(n+1\) must be divisible by 3 (as \(n-1\), \(n\), and \(n+1\) are consecutive integers, so one of them must be divisible by 3, we are told that it's not \(n\), hence either \(n-1\) or \(n+1\)).

(1)+(2) From (1) \((n-1)(n+1)\) is divisible by 8, from (2) it's also divisible by 3, therefore it must be divisible by \(8*3=24\), which means that remainder upon division \((n-1)(n+1)\) by 24 will be 0. Sufficient.

Answer: C.

Hope it's clear.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 19 Nov 2025
Posts: 105,392
Own Kudos:
778,398
 [1]
Given Kudos: 99,977
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 105,392
Kudos: 778,398
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
shaliny
hi Bunuel,
here u said, insufficient on its own (highlighted part), it means?



“Insufficient on its own” means that the statement alone is not sufficient to answer the question. However, even though it’s not sufficient, we can still draw some useful conclusions from that statement, and those can be applied when we evaluate the two statements together.
User avatar
Pratham_Patil24
Joined: 15 Jun 2024
Last visit: 19 Nov 2025
Posts: 9
Own Kudos:
Given Kudos: 406
Products:
Posts: 9
Kudos: 1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel,

How to master question types like these, I am really struggling in the approach and not understanding what fundamentals are missing here? :(
Looking forward to your response or help from any expert in the community who can help resolve the root cause of issue here.

Best,
Prathamesh Patil

SΙC•PARVΙS•MAGNA
Greatness from Small Beginnings



Bunuel
If n is a positive integer and r is the remainder when (n-1)(n+1) is divided by 24, what is the value of r?

Plug-in method:

\((n-1)(n+1)=n^2-1\)

(1) n is not divisible by 2 --> pick two odd numbers: let's say 1 and 3 --> if \(n=1\), then \(n^2-1=0\) and as zero is divisible by 24 (zero is divisible by any integer except zero itself) so remainder is 0 but if \(n=3\), then \(n^2-1=8\) and 8 divided by 24 yields remainder of 8. Two different answers, hence not sufficient.

(2) n is not divisible by 3 --> pick two numbers which are not divisible by 3: let's say 1 and 2 --> if \(n=1\), then \(n^2-1=0\), so remainder is 0 but if \(n=2\), then \(n^2-1=3\) and 3 divided by 24 yields remainder of 3. Two different answers, hence not sufficient.

(1)+(2) Let's check for several numbers which are not divisible by 2 or 3:
\(n=1\) --> \(n^2-1=0\) --> remainder 0;
\(n=5\) --> \(n^2-1=24\) --> remainder 0;
\(n=7\) --> \(n^2-1=48\) --> remainder 0;
\(n=11\) --> \(n^2-1=120\) --> remainder 0.
Well it seems that all appropriate numbers will give remainder of 0. Sufficient.

Algebraic approach:

(1) n is not divisible by 2. Insufficient on its own, but this statement says that \(n=odd\) --> \(n-1\) and \(n+1\) are consecutive even integers --> \((n-1)(n+1)\) must be divisible by 8 (as both multiples are even and one of them will be divisible by 4. From consecutive even integers one is divisible by 4: (2, 4); (4, 6); (6, 8); (8, 10); (10, 12), ...).

(2) n is not divisible by 3. Insufficient on its own, but form this statement either \(n-1\) or \(n+1\) must be divisible by 3 (as \(n-1\), \(n\), and \(n+1\) are consecutive integers, so one of them must be divisible by 3, we are told that it's not \(n\), hence either \(n-1\) or \(n+1\)).

(1)+(2) From (1) \((n-1)(n+1)\) is divisible by 8, from (2) it's also divisible by 3, therefore it must be divisible by \(8*3=24\), which means that remainder upon division \((n-1)(n+1)\) by 24 will be 0. Sufficient.

Answer: C.

Hope it's clear.
   1   2 
Moderators:
Math Expert
105391 posts
496 posts