Assume that $\sum a_n$ is convergent and $\sum b_n$ is absolutely convergent.To show that $\sum a_nb_n$ is absolutely convergent
My try::Consider the sequence of partial sums of $\sum |a_nb_n|$
$S_n=|a_1b_1|+|a_2b_2|+......+|a_nb_n|$
Now $(a_1b_1+a_2b_2+......+a_nb_n)\leq ( (a_1^2+a_2^2+..+a_n^2))^\frac{1}{2}((b_1^2+b_2^2+..+b_n^2)^\frac{1}{2})$
How to proceed from here?