Answer:
the answer is 8.334
Step-by-step explanation:
Answer: 12
Step-by-step explanation:
since it’s isosceles, the bottom two angles are equal so just subtract 156 from 180 and then divide that by 2.
115:55 bc if you divide them both you fat the same answer which is 2
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