phoenixwhiterose
New member
- Joined
- Sep 6, 2006
- Messages
- 9
Suppose you begin with a pile of n stones and split this pile into n piles one stone each by successively splitting a pile of stones into two smaller piles. Each time you split a pile you multiply the number of stones in each of the two smaller piles you form, so that if these piles have r and s stones in them, respectively, you compute rs. Show that no matter how you split the piles, the sum of the products computed at each step equals n(n-1)/2.
Please, I would appreciate any help. I'm pretty sure strong induction is the right way to go, but I don't know how.
Please, I would appreciate any help. I'm pretty sure strong induction is the right way to go, but I don't know how.