Answer: 165 in length 20 in width
Step-by-step explanation: :)
Answer:
(x+6)(x-1)
Step-by-step explanation:
factor using the x-box method
Which is the domain of the function shown in the graph?
A. x ≤ 3
B. -∞ < x < ∞ ( ✔ )
C. x > 0
D. x ≥ 3
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