+0  
 
0
395
1
avatar

In the card game Set, each card has 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 solid.

There is only one card for each possible combination of attributes.


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

2. Find the number of sets where all three cards are the same for exactly 1 attribute.
3. Find the number of sets where all three cards are the same for exactly 2 attributes.
4. Find the number of sets where all three cards are the same for exactly 3 attributes.

 Jan 5, 2021
 #1
avatar+236 
0

My idea:

Pick which attribute(s) (color, shape, number, shading) is similar. Make all of the other one's different. Count the cases and multiply.

:D

 Jan 6, 2021

3 Online Users

avatar