site c455 powered by FreeFind Modified:
Use backward substitution to find then prove the closed-end equation for:
T(1) = 1 T(n) = T(n-1) + 5 for n>1
T(1) = 1
T(n) = T(n-1) + 5 for n>1