A game club keeps a bag with colors of chips that should be equally likely when one chip is drawn. After random draws (with replacement), the counts were:
| Color | Draws |
| :-- | --: |
| Red | |
| Blue | |
| Green | |
| Yellow | |
| Purple | |
Which change would most likely make the bag fair?
With equally likely colors, each should appear about times (). Green appeared only times (), so there are too few green chips, and purple appeared times (), so there are too many purple chips. Replacing some purple chips with green chips fixes both imbalances at once.



