T_n = 3 * T_(n-1)
Long way (always works!)
T_5 = 3*T_4,
T_4 = 3*T_3
T_3 = 3*T_2
T_2 = 3*T_1
T_5 = 3*3*3*3*T_1 = 81*T_1 = 81*8 = 648!
Short way (sometimes it works!)
T_n = 3^(n-1) * T_1 (this case is a geometric series of ratio-=3)
T_5 = 3^4*8 = 648
Answer:
49
Step-by-step explanation:
hope this helps!
Just like 2 squared = 4, the square root of 2 multiplied by itself will result in a product of 2. Squaring a number always means multiplying that number by the same number.
<h3>
Answer: Choice C</h3>
The base 16 is the same as 4*4.
From there, the rule
is used to get 
Afterward, the exponents are added getting 1/2+1/2 = 2/2 = 1. The rule is
which only works if the bases are both the same.
96 and 2 cause they are WAY off.