H O M E ------- E N T E R T A I N M E N T -------- P U Z Z L E S -------- A N S W E R


The sacks need to be filled up with 10 bags in the following order to suit the stated requirement...

Bag #     No. of one rupee coins
1        2^0 = 1
2        2^1 = 2
3        2^2 = 4
4        2^3 = 8
5        2^4 = 16
6        2^5 = 32
7        2^6 = 64
8        2^7 = 128
9        2^8 = 256
10        1000-SUM(2^0....2^8) = 489

Back     Home

©RangaShyam, 2003

1