Find the sum to $n$ terms of the series $$3 × 2+5 × 2^2+7 × 2^3+\cdots$$
My Attempt:
The given series: $$3 × 2+5 × 2^2+7 × 2^3+\cdots$$
$n$th term of $3,5,7,\cdots$ is $2n+1$,
$n$th term of $2, 2^2, 2^3,\cdots$ is $2^n$.
So, the $n$th term of the series is: $$t_n=(2n+1) × 2^n.$$
Now, the sum to $n$ terms of the series is: $$S=\sum t_n=\sum (2n+1) × 2^n=\sum 2n × 2^n+\sum 2^n.$$