Total number of arrangements in which the color of the counter can be repeated
=
(no. of arrangements in which counters are NOT all the same color)
+
(no. of arrangements in which counters ARE all the same color)
If there are X different color counters and Y “slots” in which the colors can be arranged, then first (assuming colors can repeat themselves)
Slot 1: X options
Slot 2: X options
Slot 3: X options
.....
All the way to Slot Y: X options
(X) multiplied by itself Y times will give us every possible arrangement in which the colors CAN be repeated ——- (X)^y
From this, we want to remove the Unfavorable Outcomes. These include the arrangements in which every “slot” has the same color counter.
If there is X different colors, the number of these arrangements will be:
1st color repeated for Y “slots”
2nd color repeated for Y “slots
....
All the way up to the Xth color repeated for Y “slots”
This means we will have exactly X arrangements in which every counter picked will be the same color.
Answer:
(X)^y - (X)
Answer A
Posted from my mobile device