Last visit was: 23 Apr 2026, 18:11 It is currently 23 Apr 2026, 18:11
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: 23 Apr 2026
Posts: 109,785
Own Kudos:
Given Kudos: 105,853
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,785
Kudos: 810,872
 [23]
5
Kudos
Add Kudos
18
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Abhishek009
User avatar
Board of Directors
Joined: 11 Jun 2011
Last visit: 17 Dec 2025
Posts: 5,903
Own Kudos:
5,452
 [14]
Given Kudos: 463
Status:QA & VA Forum Moderator
Location: India
GPA: 3.5
WE:Business Development (Commercial Banking)
Posts: 5,903
Kudos: 5,452
 [14]
10
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
General Discussion
User avatar
FacelessMan
Joined: 19 Dec 2015
Last visit: 17 Jul 2020
Posts: 86
Own Kudos:
461
 [3]
Given Kudos: 13
Location: United States
GMAT 1: 720 Q50 V38
GPA: 3.8
WE:Information Technology (Computer Software)
GMAT 1: 720 Q50 V38
Posts: 86
Kudos: 461
 [3]
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
User avatar
Divyadisha
User avatar
Current Student
Joined: 18 Oct 2014
Last visit: 01 Jun 2018
Posts: 660
Own Kudos:
1,958
 [1]
Given Kudos: 69
Location: United States
GMAT 1: 660 Q49 V31
GPA: 3.98
GMAT 1: 660 Q49 V31
Posts: 660
Kudos: 1,958
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
If n is an integer greater than 7, which of the following must be divisible by 3?

(A) n(n-5)(n-2)

(B) n(n+5)(n+3)

(C) n(n+2)(n-1)

(D) n(n-4)(n-2)

(E) n(n-7)(n+3)

Multiplication of three consecutive integers are always multiple of 3

So either n (n+1) (n+2) or n(n-1) (n-2) is multiple of 3

A and D have (n-2) in option, so lets check for these two first.

we can add -3 to (n-1) to make it 3rd consecutive number i.e n-4

so n(n-4)(n-2) or option D should be the answer
User avatar
AbdurRakib
Joined: 11 May 2014
Last visit: 03 Mar 2026
Posts: 464
Own Kudos:
Given Kudos: 220
Status:I don't stop when I'm Tired,I stop when I'm done
Location: Bangladesh
Concentration: Finance, Leadership
GPA: 2.81
WE:Business Development (Real Estate)
Posts: 464
Kudos: 43,750
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If n is an integer greater than 7, which of the following must be divisible by 3?

(A) n(n-5)(n-2)

(B) n(n+5)(n+3)

(C) n(n+2)(n-1)

(D) n(n-4)(n-2)

(E) n(n-7)(n+3)


My Approach : Number picking (I came up with selecting correct answer using this approach)



According to the question Integer greater than 7 could be n=8,9,10,11 etc.I chose from 8 to plug in and found when n=10 then Answer Choice A is not divisible by 3.So,on B,C,D,E plunging in number n=8,9 and 10 on each Answer choices only Answer Choice D is divisible by 3 for n=8,9 and 10.So the Correct answer is D.


For further Clarity,For bigger number of n(n=110,111,112,etc) If you use the Divisibility Rule,you'll see Answer Choice D is divisible by 3.
Divisibility Rule: If the sum of the digits of each number is divisible by 3, the number is also divisible by 3
User avatar
vitaliyGMAT
Joined: 13 Oct 2016
Last visit: 26 Jul 2017
Posts: 297
Own Kudos:
Given Kudos: 40
GPA: 3.98
Posts: 297
Kudos: 895
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Abhishek009
Bunuel
If n is an integer greater than 7, which of the following must be divisible by 3?

(A) n(n-5)(n-2)

(B) n(n+5)(n+3)

(C) n(n+2)(n-1)

(D) n(n-4)(n-2)

(E) n(n-7)(n+3)

Rule of divisibility states that a number is divisible by 3 if the sum of the digits is divisible by 3 , check for the same in the answer choices -

(A) n(n-5)(n-2)

=> n + (n-5) + (n-2) = 3n - 7 { Not divisible by 3 }

(B) n(n+5)(n+3)

=> n + (n+5) + (n+3) = 3n + 8 { Not divisible by 3 }

(C) n(n+2)(n-1)

=> n + (n+2) + (n-1) = 3n + 1 { Not divisible by 3 }


(D) n(n-4)(n-2)

=> n + (n-4) + (n-2) = 3n - 6 {Divisible by 3 }

(E) n(n-7)(n+3)

=> n + (n-7) + (n+3) = 3n - 4 { Not divisible by 3 }


Hence correct answer will be (D)

Hi Abhishek009

We can't use that approach in such type of questions.

First of all, adding those multiples won't give you sum of digits of the final product.

Consider the following case:

n(n + 6)(n - 3)

If we add we'll get: n + n + 6 + n - 3 = 3n + 3 = 3(n + 1). At first glance seems to be multiple of 3 but let's pick some number, say n=5

5 + 5 + 6 + 5 - 3 = 18 clearly divisible by 3, but actual product: 5*11*2 is not.

The problem is when we divide our product n(n + 6)(n - 3) by 3, our remainder will be defined by n^3/3 (6 and 3 will give us 0 as a remainder). So the question boils down to the fact: if n itself is a multiple of 3 or not, n+6 and n-3 won't give us any additional information to answer it.

In that particular question it was just a coincidence that we get right answer, in general - we won't. I think checking remainders is the most appropriate way to tackle such type of problems.

Hope that's clear.

Regards
Vitaliy
User avatar
Heseraj
User avatar
Current Student
Joined: 04 Jan 2016
Last visit: 01 Nov 2022
Posts: 157
Own Kudos:
121
 [1]
Given Kudos: 421
Location: United States (NY)
GMAT 1: 620 Q44 V32
GMAT 2: 600 Q48 V25
GMAT 3: 660 Q42 V39
GPA: 3.48
GMAT 3: 660 Q42 V39
Posts: 157
Kudos: 121
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Well, i chose two numbers to be on the safe side. I chose number 8 and number 13, one even number and one odd but also a prime number. I have a feeling that when questions with such arrangements comes, normally prime numbers have hidden roles to play.

Mine came out to be D as well.
User avatar
Babineaux
Joined: 24 May 2018
Last visit: 26 Nov 2020
Posts: 93
Own Kudos:
Given Kudos: 35
Location: India
Concentration: General Management, Human Resources
WE:Engineering (Energy)
Posts: 93
Kudos: 113
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Every three consecutive integers is divisible by 3,

Going through the options, D is only three consecutive integers separated by -2.

Thus D, n(n-2)(n-4) is divisible by 3.

IMO ans is D.
avatar
fmcgee1
Joined: 22 Jun 2020
Last visit: 31 May 2024
Posts: 56
Own Kudos:
Given Kudos: 31
GMAT 1: 700 Q47 V40
GMAT 1: 700 Q47 V40
Posts: 56
Kudos: 31
Kudos
Add Kudos
Bookmarks
Bookmark this Post
vitaliyGMAT
Abhishek009
Bunuel
If n is an integer greater than 7, which of the following must be divisible by 3?


Hi Abhishek009

We can't use that approach in such type of questions.

First of all, adding those multiples won't give you sum of digits of the final product.

Consider the following case:

n(n + 6)(n - 3)

If we add we'll get: n + n + 6 + n - 3 = 3n + 3 = 3(n + 1). At first glance seems to be multiple of 3 but let's pick some number, say n=5

5 + 5 + 6 + 5 - 3 = 18 clearly divisible by 3, but actual product: 5*11*2 is not.

The problem is when we divide our product n(n + 6)(n - 3) by 3, our remainder will be defined by n^3/3 (6 and 3 will give us 0 as a remainder). So the question boils down to the fact: if n itself is a multiple of 3 or not, n+6 and n-3 won't give us any additional information to answer it.

In that particular question it was just a coincidence that we get right answer, in general - we won't. I think checking remainders is the most appropriate way to tackle such type of problems.

Hope that's clear.

Regards
Vitaliy

This doesn't seem right at all.

Of course 5(5+6)(5-3) is not divisible by 3. It's not supposed to be. But the actual number itself, which is 5112, IS divisible by 3.

The sum of the digits of (5)(11)(2) is divisible by 3, and the number that it actually represents (5112 NOT 5*11*2*) is also divisible by 3).
User avatar
messi16
Joined: 13 Aug 2025
Last visit: 14 Apr 2026
Posts: 44
Own Kudos:
Given Kudos: 3
Posts: 44
Kudos: 3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
To do this question, simply add up and see if divisible by 3, as we know that if the sum of its digits is divisible by 3, then the number is divisible by 3. Thus, answer choice D, when added up, gives us 3n-6, which is divisible by 3 and thus is our answer choice.
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 23 Apr 2026
Posts: 6,976
Own Kudos:
Given Kudos: 128
Status:GMAT/GRE Tutor l Admission Consultant l On-Demand Course creator
Location: India
GMAT: QUANT+DI EXPERT
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
WE:Education (Education)
Products:
Expert
Expert reply
Schools: IIM (A) ISB '24
GMAT 1: 750 Q51 V41
Posts: 6,976
Kudos: 16,908
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If n is an integer greater than 7, which of the following must be divisible by 3?

(A) n(n-5)(n-2)

(B) n(n+5)(n+3)

(C) n(n+2)(n-1)

(D) n(n-4)(n-2)

(E) n(n-7)(n+3)
Let's Just substitute x = {8, 10, 11..}

@x = 8
(A) n(n-5)(n-2) = 8*3*6 YES

(B) n(n+5)(n+3) = 8*13*11 NO

(C) n(n+2)(n-1) = 8*10*7 NO

(D) n(n-4)(n-2) = 8*4*6 YES

(E) n(n-7)(n+3) = 8*1*11 NO

So only options left are option A and D

@x = 10
(A) n(n-5)(n-2) = 10*5*8 NO
(D) n(n-4)(n-2) = 10*6*8 YES

Hence Answer: Option D
Moderators:
Math Expert
109785 posts
Tuck School Moderator
853 posts