Last visit was: 12 May 2026, 16:40 It is currently 12 May 2026, 16:40
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: 12 May 2026
Posts: 110,299
Own Kudos:
Given Kudos: 106,204
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 110,299
Kudos: 814,560
 [25]
4
Kudos
Add Kudos
21
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 12 May 2026
Posts: 110,299
Own Kudos:
814,560
 [6]
Given Kudos: 106,204
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 110,299
Kudos: 814,560
 [6]
2
Kudos
Add Kudos
4
Bookmarks
Bookmark this Post
General Discussion
User avatar
Senthil7
Joined: 31 Mar 2016
Last visit: 05 Mar 2017
Posts: 322
Own Kudos:
Given Kudos: 197
Location: India
Concentration: Operations, Finance
GMAT 1: 670 Q48 V34
GPA: 3.8
WE:Operations (Commercial Banking)
GMAT 1: 670 Q48 V34
Posts: 322
Kudos: 219
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
gaetano
Joined: 23 Jul 2012
Last visit: 20 Jan 2018
Posts: 1
Given Kudos: 6
Posts: 1
Kudos: 0
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Official Solution:

If x is an integer, how many even numbers does set \(\{0, x, x^2, x^3, ..., x^9\}\) contain?

We have the set with 10 terms: \(\{0, x, x^2, x^3, ..., x^9\}\).

Note that if \(x=odd\) then the set will contain one even (0) and 9 odd terms (as if \(x=odd\), then \(x^2=odd\), \(x^3=odd\), ..., \(x^9=odd\)) and if \(x=even\) then the set will contain all even terms (as if \(x=even\), then \(x^2=even\), \(x^3=even\), ..., \(x^9=even\)).

Also note that, the standard deviation is always more than or equal to zero: \(SD \ge 0\). SD is 0 only when the list contains all identical elements (or which is same only 1 element).

(1) The mean of the set is even. Since \(mean=\frac{sum}{10}=even\), then \(sum=10*even=even\). So, we have that \(0+x+x^2+x^3+...+x^9=even\) or \(x+x^2+x^3+...+x^9=even\), which implies that \(x=even\) (if \(x=odd\) then the sum of 9 odd numbers would be odd). \(x=even\) means that all 10 terms in the set are even. Sufficient.

(2) The standard deviation of the set is 0. According to the above, all 10 terms of the set are identical and since the first term is 0, then all other terms must equal to zero, hence all 10 terms in the set are even. Sufficient.


Answer: D

Hi Bunuel,

Are there any rules that support this statement "if \(x=odd\) then the sum of 9 odd numbers would be odd" ? We know the basic rules of addition, e.g. O+O=E etc. but I can't find any rule regarding the sum of an odd number (>1) of odd integers. Is that correct to say that:
- sum of an even number of even integers is even
- sum of an even number of odd integers is even
- sum of an odd number of even integers is even
- sum of an odd number of odd integers is odd

Thanks!
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 12 May 2026
Posts: 110,299
Own Kudos:
Given Kudos: 106,204
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 110,299
Kudos: 814,560
Kudos
Add Kudos
Bookmarks
Bookmark this Post
gaetano
Bunuel
Official Solution:

If x is an integer, how many even numbers does set \(\{0, x, x^2, x^3, ..., x^9\}\) contain?

We have the set with 10 terms: \(\{0, x, x^2, x^3, ..., x^9\}\).

Note that if \(x=odd\) then the set will contain one even (0) and 9 odd terms (as if \(x=odd\), then \(x^2=odd\), \(x^3=odd\), ..., \(x^9=odd\)) and if \(x=even\) then the set will contain all even terms (as if \(x=even\), then \(x^2=even\), \(x^3=even\), ..., \(x^9=even\)).

Also note that, the standard deviation is always more than or equal to zero: \(SD \ge 0\). SD is 0 only when the list contains all identical elements (or which is same only 1 element).

(1) The mean of the set is even. Since \(mean=\frac{sum}{10}=even\), then \(sum=10*even=even\). So, we have that \(0+x+x^2+x^3+...+x^9=even\) or \(x+x^2+x^3+...+x^9=even\), which implies that \(x=even\) (if \(x=odd\) then the sum of 9 odd numbers would be odd). \(x=even\) means that all 10 terms in the set are even. Sufficient.

(2) The standard deviation of the set is 0. According to the above, all 10 terms of the set are identical and since the first term is 0, then all other terms must equal to zero, hence all 10 terms in the set are even. Sufficient.


Answer: D

Hi Bunuel,

Are there any rules that support this statement "if \(x=odd\) then the sum of 9 odd numbers would be odd" ? We know the basic rules of addition, e.g. O+O=E etc. but I can't find any rule regarding the sum of an odd number (>1) of odd integers. Is that correct to say that:
- sum of an even number of even integers is even
- sum of an even number of odd integers is even
- sum of an odd number of even integers is even
- sum of an odd number of odd integers is odd

Thanks!

The sum of odd number of odd numbers is odd.

odd + odd + odd = odd
odd + odd + odd + odd + odd= odd
avatar
tani24
Joined: 30 Aug 2017
Last visit: 11 Apr 2022
Posts: 16
Own Kudos:
Given Kudos: 2
Posts: 16
Kudos: 2
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hey,
I am pretty confused by the consistency. ALmost all the questions in GMAT consider "0" as an integer. "0" isn't a positive integer neither an even integer.
In this explanation, you have considered "0" as even integer. Can you help to correct my facts about "0"
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 12 May 2026
Posts: 110,299
Own Kudos:
Given Kudos: 106,204
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 110,299
Kudos: 814,560
Kudos
Add Kudos
Bookmarks
Bookmark this Post
tani24
Hey,
I am pretty confused by the consistency. ALmost all the questions in GMAT consider "0" as an integer. "0" isn't a positive integer neither an even integer.
In this explanation, you have considered "0" as even integer. Can you help to correct my facts about "0"

ZERO.

1. 0 is an integer.

2. 0 is an even integer. An even number is an integer that is "evenly divisible" by 2, i.e., divisible by 2 without a remainder and as zero is evenly divisible by 2 then it must be even.

3. 0 is neither positive nor negative integer (the only one of this kind).

4. 0 is divisible by EVERY integer except 0 itself.

Check for more below threads:
ALL YOU NEED FOR QUANT ! ! !
Ultimate GMAT Quantitative Megathread

Hope it helps.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 12 May 2026
Posts: 110,299
Own Kudos:
Given Kudos: 106,204
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 110,299
Kudos: 814,560
Kudos
Add Kudos
Bookmarks
Bookmark this Post
I have edited the question and the solution by adding more details to enhance its clarity. I hope it is now easier to understand.
Moderators:
Math Expert
110299 posts
Founder
43270 posts