+0  
 
0
220
2
avatar

In the card game Set, each card features a number of shapes, with four attributes:

Number: The number of shapes is 1, 2, or 3.
Color: Each shape is red, purple, or green.
Shape: Each shape is oval, diamond, or squiggle.
Shading: Each shape is hollow, shaded, or striped.

(a) How many cards are in a complete deck of Set?

(b) How many unique sets are there?

When three cards form a set, we can also count the number of attributes for which all three cards are the same. For example, in the set below, all three cards have the same color, and the same shape (but they have different numbers of shapes and different shading).

(c) Find the number of sets where all three cards are the same for exactly 0 attributes.

(d) Find the number of sets where all three cards are the same for exactly 1 attribute.

(e) Find the number of sets where all three cards are the same for exactly 2 attributes.

(f) Find the number of sets where all three cards are the same for exactly 3 attributes.

I've done (a) and gotten 81 because there are 3 choices for the 4 different attributes. 
For (b) I'l confused I believe it's 81 choose 2 divided by 3. Because there are 81 cards and by choosing 2 of them the 3rd is already decided but we overcounted some. So the answer would come out to be 1080. 
I was wondering if someone could confirm or deny that claim ^

Any help would be appreciated. 
Please don't just put the answer down...... without anything backing it up ty :)

EDIT: 
For (c) I think it's 6^4 because for each attribute there's 3 choices for the 1st card 2 of the next and only 1 for the last card repeating over 4 cards etc. 
And then divide by 6 because we overcount 3! many. So the answer should be 216.

 Jun 11, 2022
edited by Guest  Jun 11, 2022
 #1
avatar
+1

(b) There are 108/3 = 36 unique sets.

(c) For the first card, there are 3 ways to choose the number.  For the second, there 2 choices, and then there is only 1 choice.  So there are 3*2*1 = 6 ways that the numbers can be chosen.  Doing this for the other attributes, we get 6*6*24*6 ways.  But the order of cards doesn't matter in a set, so we divide by 3!: 6*6*24*6/3! = 864.  So there are 864 sets for part (c).

(d) The cards can have the same number, color, shape, or shading.  If all the colors are the same, then there are 6*24*6/3! = 144 sets.  If all the numbers are the same, then there are 144 sets.  We get the same number for shape and shading, so there are 4*144 = 576 sets for part (d).

(e) We need to choose two of the attributes.  There are C(4,2) = 6 ways of choosing two attributes.  For each of these two attributes, there are 3 options.  For the other two attributes, there are 3 ways of assigning the choices, so there are 6*3*3*3*3 = 486 sets for part (e)

(f) First we choose which attributes are the same.  There are C(4,3) = 4 ways of choosing which attributes are the same.  There are then 3*3*4 = 36 ways to assign which is which for each of these three attributes, and there are 4 ways to assign the choices for the fourth attribute, so there are 4*36*4 = 576 sets for part (f).

 Jun 11, 2022
 #2
avatar
+1

https://web2.0calc.com/questions/probability-of-the-game-set-search-it-up-if-you-don
^ Copying this doens't help because I believe it's wrong. 
Thanks anyways!

 Jun 11, 2022

2 Online Users

avatar