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:Robert's minimum age is 11 years.
Step-by-step explanation:
Let x represent George's age.
Let y represent Edward's age.
Let z represent Robert's age.
George is twice as old as Edward. It means that
x = 2y
Edward's age exceeds Robert's age by 4 years. It means that
z = y - 4
If the sum of the three ages is at least 56 years, it means that
x + y + z ≥ 56 - - - - - - - - - - 1
Substituting x = 2y and z = y - 4 into equation 1, it becomes
2y + y + y - 4 ≥ 56
4y - 4 ≥ 56
4y ≥ 56 + 4
y ≥ 60/4
y ≥ 15
z = y - 4 = 15 - 4
z ≥ 11
Answer:
F, 3^4+x
Step-by-step explanation:
You just have to add the powers together but not the actual base, you keep it as it is