InterviewSolution
Saved Bookmarks
| 1. |
There are several boxes with coins bearing a value (1 to n) each. The coins in different boxes are grouped as follows:- 1(first box), 2+3(second box), 4+5+6(third box), 7+8+9+10(fourth box), ..... and so on. The value of the coins in the 15th box is: |
|
Answer» There are several boxes with coins bearing a value (1 to n) each. The coins in different boxes are grouped as follows:- 1(first box), 2+3(second box), 4+5+6(third box), 7+8+9+10(fourth box), ..... and so on. The value of the coins in the 15th box is: |
|