Last visit was: 24 Apr 2026, 21:20 It is currently 24 Apr 2026, 21:20
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: 24 Apr 2026
Posts: 109,818
Own Kudos:
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,089
 [81]
4
Kudos
Add Kudos
76
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
ENGRTOMBA2018
Joined: 20 Mar 2014
Last visit: 01 Dec 2021
Posts: 2,319
Own Kudos:
3,890
 [16]
Given Kudos: 816
Concentration: Finance, Strategy
GMAT 1: 750 Q49 V44
GPA: 3.7
WE:Engineering (Aerospace and Defense)
Products:
GMAT 1: 750 Q49 V44
Posts: 2,319
Kudos: 3,890
 [16]
12
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,818
Own Kudos:
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,089
 [10]
4
Kudos
Add Kudos
6
Bookmarks
Bookmark this Post
General Discussion
User avatar
goldfinchmonster
Joined: 13 Apr 2015
Last visit: 13 Jan 2020
Posts: 58
Own Kudos:
77
 [2]
Given Kudos: 325
Concentration: General Management, Strategy
GMAT 1: 620 Q47 V28
GPA: 3.25
WE:Project Management (Energy)
2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Ans :- B.
I substituted 3 in all answer choices.
Option B & C were both satisfying the condition.

So i substituted 4 instead of 3 in all answer choices,
Only B option satisfied.

Can anyone tell a simpler way to solve.
User avatar
kunal555
Joined: 29 Jul 2015
Last visit: 17 Jun 2019
Posts: 143
Own Kudos:
781
 [7]
Given Kudos: 59
Posts: 143
Kudos: 781
 [7]
3
Kudos
Add Kudos
3
Bookmarks
Bookmark this Post
Bunuel
If x is a positive integer greater than 1, what is the sum of the multiples of x from x to x^2, inclusive?

(A) x(x + 1)(x-1)
(B) x^2(x + 1)/2
(C) x^2(x-1)
(D) (x^3 + 2x)/2
(E) x(x-1)^2


Kudos for a correct solution.

We have to find the sum of multiples of x from x to x^2 inclusive

let x = 3
then sum of the multiples from 3 to 9 will be
3+6+9
or 3(1+2+3)

let x=5
then sum of multiples from 5 to 25 will be
5+10+15+20+25
or 5(1+2+3+4+5)

From these values it is clear that th sum of multiples of x from x to x^2 inclusive will be
x(sum of first x natural numbers)
or \(x*\) \(\frac{x(x+1)}{2}\)
or \(\frac{x^2(x+1)}{2}\)

Answer:- B
User avatar
anudeep133
Joined: 10 Aug 2015
Last visit: 14 Dec 2018
Posts: 94
Own Kudos:
282
 [1]
Given Kudos: 20
Posts: 94
Kudos: 282
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Solution:

Sum = x + 2x +3x +.. + x(x) = x(1+2+3...+x) = x((x/2)(2 +(x-1)) = (x^2)(x+1)/2
So, option B
User avatar
GMATinsight
User avatar
Major Poster
Joined: 08 Jul 2010
Last visit: 24 Apr 2026
Posts: 6,977
Own Kudos:
16,914
 [3]
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,977
Kudos: 16,914
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If x is a positive integer greater than 1, what is the sum of the multiples of x from x to x^2, inclusive?

(A) x(x + 1)(x-1)
(B) x^2(x + 1)/2
(C) x^2(x-1)
(D) (x^3 + 2x)/2
(E) x(x-1)^2


Kudos for a correct solution.

Let, x=2

sum of the multiples of x from x (i.e. 2) to x^2 (i.e. 2^2=4), inclusive = 2+4 = 6

@x=2
(A) x(x + 1)(x-1) = 2*3*1 = 6
(B) x^2(x + 1)/2 = 2^2*3/2 = 6

(C) x^2(x-1) = 2^2*3 = 12
(D) (x^3 + 2x)/2 = (8+4)/2 = 6
(E) x(x-1)^2 = 2*1 = 2

i.e. Possible Options are only A, B and D

Now, Let, x=3

Sum of the multiples of x from x (i.e. 3) to x^2 (i.e. 3^2=9), inclusive = 3+6+9 = 18

@x=3
(A) x(x + 1)(x-1) = 3*4*2 = 24
(B) x^2(x + 1)/2 = 3^2*4/2 = 18
(D) (x^3 + 2x)/2 = (27+6)/2 = 33/2

i.e. Answer Option B
User avatar
stonecold
Joined: 12 Aug 2015
Last visit: 09 Apr 2024
Posts: 2,231
Own Kudos:
Given Kudos: 893
GRE 1: Q169 V154
GRE 1: Q169 V154
Posts: 2,231
Kudos: 3,643
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Here is what i did in this one =>Putting x=5
Sum = 5+10+15+20+25=75
only option that matches is B.

Hence B.
User avatar
ScottTargetTestPrep
User avatar
Target Test Prep Representative
Joined: 14 Oct 2015
Last visit: 24 Apr 2026
Posts: 22,286
Own Kudos:
26,534
 [1]
Given Kudos: 302
Status:Founder & CEO
Affiliations: Target Test Prep
Location: United States (CA)
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 22,286
Kudos: 26,534
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
If x is a positive integer greater than 1, what is the sum of the multiples of x from x to x^2, inclusive?

(A) x(x + 1)(x-1)
(B) x^2(x + 1)/2
(C) x^2(x-1)
(D) (x^3 + 2x)/2
(E) x(x-1)^2


Since we know that x is a positive integer greater than 1, we can let x = 2. Thus, we need to determine the sum of multiples of 2 from 2 to 4 inclusive. We see that the sum of the multiples of 2 is 2 + 4 = 6. Now we need to determine which of the answer choices is equivalent to 6:

A) x(x + 1)(x - 1) = 2(3)(1) = 6….YES

B) x^2(x + 1)/2 = 4(3)/2 = 6….YES

C) x^2(x - 1) = 4(1) = 4….NO

D) (x^3 + 2x)/2 = (8 + 4)/2 = 6….YES

E) x(x - 1)^2 = 2(1)^2 = 2….NO

To decide between the answer choices A, B, and D, we can let x = 3. The multiples of 3 between 3 and 9 inclusive are 3, 6, and 9. We have 3 + 6 + 9 = 18. Let’s plug x = 3 into answer choices A, B, and D and see which one(s) produce 18:

A) x(x + 1)(x - 1) = 3(4)(2) = 24….NO

B) x^2(x + 1)/2 =9(4)/2 = 18….YES

D) (x^3 + 2x)/2 = (27 + 6)/2 = 16.5….NO

Answer: B
User avatar
SchruteDwight
Joined: 03 Sep 2018
Last visit: 30 Mar 2023
Posts: 164
Own Kudos:
Given Kudos: 923
Location: Netherlands
GPA: 4
Products:
Posts: 164
Kudos: 117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
This question is about series.

Either through trial and error, or through

\(a_n=a_1+(n-1)d \implies x^2=x+(n-1)x\)

you'll find that \(n=x\)

therefore, since we are dealing with an equally spaced set,

\(average*n=sum \implies \frac{(x+x^2)}{2}*x= \frac{(1+x)x^2}{2}\)
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,976
Own Kudos:
Posts: 38,976
Kudos: 1,117
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club BumpBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
Math Expert
109818 posts
Tuck School Moderator
853 posts