simba12123 wrote:What is the sum of the 20th and 21st terms in the sequence 1, 3, 9, 27... where each term is 3 times the preceding term?
1. 4×3^19
2. 10×3^19
3. 4×3^20
4. 10×3^20
5. 3^39
i counted out and got to the point of 3^19+3^20 and fell for trap of qa is 5. what did i do wrong?
There's no simple way to add exponents unless they have the same base AND the same power. For example, if we have:
x^4 + x^7,
there's no easy way to add them together.
However,
3(x^4) + 4(x^4) = 7(x^4).
You applied the "multiplication of exponents" rule:
(x^a) * (x^b) = x^(a+b)
For addition, we need to do what vittalgmat did so well - get a common denominator to equalize the powers.
To do so, we almost always factor out from the bigger power to reduce it to the lower power.
Using the multiplication of exponents rule noted above, we can rewrite 3^20 as:
3^1 * 3^19 = 3(3^19)
Once we substitute that into your sum, we get:
3^19 + 3^20 = 1(3^19) + 3(3^19) = 4(3^19)