Answer:
3/16 (converges)
Explanation:
Let's write out the first few terms of this sequence, from k=1 to k=3. This gives us:
sum = (3^1)/(4^(1+2)) + (3^2)/(4^(2+2)) + (3^3)/(4^(3+2)) + ...
Computing that into numbers, we have:
sum = 3/64 + 9/256 + 27/1024 + ...
Now, what happens if we multiply both sides by 4/3 (which we get from the 3 and the 4 in the problem)? This gives us:
(4/3)*sum = 4/3*(3/64) + 4/3*(9/256) + 4/3*(27/1024) + ...
which computes out to:
(4/3)*sum = 1/16 + 3/64 + 9/256 + ...
Now, if we subtract sum from 4/3*(sum), notice that most of the terms cancel out. We are left with:
(4/3)*sum - sum = 1/16
Solving this algebraic equation gives us sum = 3/16