1+1 = 2 that is the answer
Answer:
c = b / cos 45.
Step-by-step explanation:
cos 45 = b/c
c * cos 45 = b
c = b / cos 45.
Answer:24 foot and if i am wrong it is 9 so pick one
Step-by-step explanation:
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