Dat Do edited beginproblem_a_You_a.tex  about 10 years ago

Commit id: 77374a076d53287ab8964b35a2e34dd3d8540dcf

deletions | additions      

       

\smallskip  \noindent  (c) For n = 1 through n = 6, $W(n) = \sum\limits_{i=1}^n i*2^{n-i} = 1, 4, 11, 26, 57, 120$  The summation can be represented in closed form as so: $W(n) = \sum\limits_{i=1}^n i*2^{n-i} = 2^{n+1}-n-2$ \begin{problem}