Given {$a_n$} ,{$b_n$} two monotone sequence of real numbers and that $\sum a_nb_n$ is convergent. Which one is the correct option ?
1) {$a_n$} is bounded and {$b_n$} is bounded
2) At least one of {$a_n$}, {$b_n$} is bounded .
My attempts: option is 1) that correct option take $a_n = b_n = \frac{1}{n^2}$,
option 2 is not correct because take $a_n = \frac{1}{n}$ and $b_n = n^2$,$\sum a_nb_n= \sum n$
Is my answer correct ?
Your attempt is wrong. You have showed that option 1 might be true and you did not show anything concerning option 2, because the example you gave does not satisfy the assumptions.
Option 1 is not correct in general, since for $a_n = n $ and $b_n = e^{-n}$ we have $\sum_n a_n b_n $ convergent and $a_n$ unbounded.
Option 2 is correct. Since $\sum_n a_n b_n$ converges, one has $|a_nb_n| \to 0$. If both were unbounded then we would not have $|a_nb_n|\to 0$. We are done.