Last visit was: 25 Apr 2026, 20:14 It is currently 25 Apr 2026, 20:14
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: 25 Apr 2026
Posts: 109,830
Own Kudos:
Given Kudos: 105,886
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,830
Kudos: 811,288
 [14]
Kudos
Add Kudos
14
Bookmarks
Bookmark this Post
Most Helpful Reply
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 25 Apr 2026
Posts: 109,830
Own Kudos:
811,288
 [1]
Given Kudos: 105,886
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,830
Kudos: 811,288
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
General Discussion
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 25 Apr 2026
Posts: 11,229
Own Kudos:
45,020
 [3]
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,229
Kudos: 45,020
 [3]
3
Kudos
Add Kudos
Bookmarks
Bookmark this Post
User avatar
Poojita
Joined: 30 Dec 2019
Last visit: 02 Oct 2022
Posts: 68
Own Kudos:
Given Kudos: 654
Location: India
Schools: LBS MFA "23
Products:
Schools: LBS MFA "23
Posts: 68
Kudos: 85
Kudos
Add Kudos
Bookmarks
Bookmark this Post
chetan2u
Bunuel
List S = {1, 2, 4, 5, 7, 8}
What is the number of non-empty subsets of list S possible such that a subset does not contain consecutive numbers?

(A) 77
(B) 48
(C) 36
(D) 32
(E) 26

Let us checks sets by the number of elements
(1) Single element: any one of the six elements in a set, so 6 sets
(2) Two elements: Any one from two of {1,2}, {4,5} and {7,8}. So 2*2*3C2=12
(3) Three elements: One from each of {1,2}, {4,5} and {7,8}. So 2*2*2=8
The moment we have 4 elements, at least one of {1,2}, {4,5} and {7,8} will have both the elements. Thus, there will surely be some consecutive numbers : {1,4,7, X}. X can be 2, 5 or 8, and each one of them will result in a pair of consecutive numbers.

Total = 6+12+8=26

E

In the case of 3 elements in the set, why cant we think like this :
we need to fill 3 places so first can be filled in 6 ways, second in 4 ways( because we will exclude the number which is the consecutive number of the first selected number) and the third place in 2 ways( same reason) so no of ways we can have a set of 3 elements is 6*4*2=48?
User avatar
nick1816
User avatar
Retired Moderator
Joined: 19 Oct 2018
Last visit: 12 Mar 2026
Posts: 1,841
Own Kudos:
8,511
 [1]
Given Kudos: 707
Location: India
Posts: 1,841
Kudos: 8,511
 [1]
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
We can divide the list S in 3 parts {1,2}, {4,5} and {7,8}

We have 3 options for each of the group. For example: Either 1 is present or 2 is present or neither of them is present in the subset.

Total possible subsets such that a subset does not contain consecutive numbers = 3*3*3=27

number of non-empty subsets = 27-1=26


Bunuel
List S = {1, 2, 4, 5, 7, 8}
What is the number of non-empty subsets of list S possible such that a subset does not contain consecutive numbers?

(A) 77
(B) 48
(C) 36
(D) 32
(E) 26
User avatar
Sharu2205
Joined: 22 Aug 2019
Last visit: 08 Aug 2025
Posts: 8
Own Kudos:
2
 [1]
Given Kudos: 86
Posts: 8
Kudos: 2
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Poojita, the case of considering 6*4*2 is when the order of selection is important. Lets consider a combination (1,4,7), your case will give results as (1,4,7), (1,7,4), (4,7,1), (4,1,7), (7,1,4), (7,4,1) but these all are not different in this case because for us order of number is not important. so a single combination can be repeated 6 times. so the answer is (6*4*2)/6 = 8 combinations.

Poojita
chetan2u
Bunuel
List S = {1, 2, 4, 5, 7, 8}
What is the number of non-empty subsets of list S possible such that a subset does not contain consecutive numbers?

(A) 77
(B) 48
(C) 36
(D) 32
(E) 26

Let us checks sets by the number of elements
(1) Single element: any one of the six elements in a set, so 6 sets
(2) Two elements: Any one from two of {1,2}, {4,5} and {7,8}. So 2*2*3C2=12
(3) Three elements: One from each of {1,2}, {4,5} and {7,8}. So 2*2*2=8
The moment we have 4 elements, at least one of {1,2}, {4,5} and {7,8} will have both the elements. Thus, there will surely be some consecutive numbers : {1,4,7, X}. X can be 2, 5 or 8, and each one of them will result in a pair of consecutive numbers.

Total = 6+12+8=26

E

In the case of 3 elements in the set, why cant we think like this :
we need to fill 3 places so first can be filled in 6 ways, second in 4 ways( because we will exclude the number which is the consecutive number of the first selected number) and the third place in 2 ways( same reason) so no of ways we can have a set of 3 elements is 6*4*2=48?
User avatar
chetan2u
User avatar
GMAT Expert
Joined: 02 Aug 2009
Last visit: 25 Apr 2026
Posts: 11,229
Own Kudos:
45,020
 [1]
Given Kudos: 335
Status:Math and DI Expert
Location: India
Concentration: Human Resources, General Management
GMAT Focus 1: 735 Q90 V89 DI81
Products:
Expert
Expert reply
GMAT Focus 1: 735 Q90 V89 DI81
Posts: 11,229
Kudos: 45,020
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Poojita
chetan2u
Bunuel
List S = {1, 2, 4, 5, 7, 8}
What is the number of non-empty subsets of list S possible such that a subset does not contain consecutive numbers?

(A) 77
(B) 48
(C) 36
(D) 32
(E) 26

Let us checks sets by the number of elements
(1) Single element: any one of the six elements in a set, so 6 sets
(2) Two elements: Any one from two of {1,2}, {4,5} and {7,8}. So 2*2*3C2=12
(3) Three elements: One from each of {1,2}, {4,5} and {7,8}. So 2*2*2=8
The moment we have 4 elements, at least one of {1,2}, {4,5} and {7,8} will have both the elements. Thus, there will surely be some consecutive numbers : {1,4,7, X}. X can be 2, 5 or 8, and each one of them will result in a pair of consecutive numbers.

Total = 6+12+8=26

E

In the case of 3 elements in the set, why cant we think like this :
we need to fill 3 places so first can be filled in 6 ways, second in 4 ways( because we will exclude the number which is the consecutive number of the first selected number) and the third place in 2 ways( same reason) so no of ways we can have a set of 3 elements is 6*4*2=48?

Hi

When you take 6*4*2, you will get arrangements where order matters, that is ABC will be different from BCA.

But here we are looking at selections or combinations. So divide 48 by the ways the 3 elements can be arranged within themselves, that is 3!

48/3!=48/6=8
User avatar
Adarsh_24
Joined: 06 Jan 2024
Last visit: 03 Apr 2025
Posts: 240
Own Kudos:
65
 [1]
Given Kudos: 2,015
Posts: 240
Kudos: 65
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Another way almost similar to chetan2u.


1 digit => 6 numbers => 6

2 digits => 6C2 - 3 = 12
6C2-2 numbers can be selected from 6 in 6C2 ways
But, there are 3 chances where numbers are picked from adjacent groups 1-2,4-5,7-8
We subtract them

3 digits => 6C3 - 4C1*2C2*3 = 20-12=8
6C3-3 numbers can be selected from 6 in 6C3 ways
But, there are chances where numbers are picked from adjacent groups 1-2,4-5,7-8
Example:
1-2 both picked and 1 number from 4,5,7,8
Thats 2C2 and 4C1
This can happen for each pair. So multiplied by 3.
We need to subtract these.

At 4 digit, at least 1 consecutive pair will be present.

So ans = 6+12+8=26­
User avatar
bumpbot
User avatar
Non-Human User
Joined: 09 Sep 2013
Last visit: 04 Jan 2021
Posts: 38,986
Own Kudos:
Posts: 38,986
Kudos: 1,118
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
109830 posts
Tuck School Moderator
852 posts