You can put this solution on YOUR website! Jenny is making a necklace. In how many ways can 5 beads chosen from 8 be threaded on a string?
----
1st: Choose 5 beads: 8C5 = 56 ways
---
2nd: Arrange them on a string (circular); 4! = 12 ways
------------------------
Total # of arrangements: 56*12 = 672 ways
================
Cheers,
Stan H.