InterviewSolution
Saved Bookmarks
| 1. |
The total number of runs scored If n matches is (n+1)/4(2^(n+1)-n-2),where ngt1 and the runs scored in k^(th) match are given by k.2^(n+1-k), where 1leqkleqn. Find n |
|
Answer» 9 |
|