Question: a- Consider the recurrence T(n) = T(n-1) + 10, and T(0) = 0
Problem: What is the closed form solution to the recurrence? (You do not need to show it here)
Question: b - What is closed-form solution to find the sum of the first n positive integers?
Answer these questions related to recurrence and provide examples to support your rationale.