ahh typo, no wonder!
recall from rudin, sum(a_k) converges iff for all e > 0 there is N s.t. for all m > n > N |sum(a_k, k = n, ..., m)| < e
i'll be extra terse on purpose because this is a good problem, made me think
a_k > 0 by hypothesis(this is used in the proof of course)
claim sum(a_k/(1 + a_k)) converges => sum(a_k) converges
"proof sketch"
since sum(a_k/(1 + a_k)) converges, there is a number 0 < p < 1 and an integer N such that for all k > N, a_k < p.
we can pick an M s.t. for all m > n > M,
|sum(a_k, k = n, ..., m)| = |a_n + ... + a_m| = |(1 + a_n)a_n/(1 + a_n) + ... + (1 + a_m)a_m/(1 + a_m)| < (1 + p)|a_n/(1 + a_n) + ... + a_m/(1 + a_m)| < and now it's obviousgoodluck!