iampotate1730 iampotate1730 08-03-2024 Mathematics contestada Which of the following recurrence relations is a linear homogeneous recurrence relation with constant coefficients? Mark all that apply.a) T(n)=2T(n−1)+3n b) T(n)=3T(n−2)−4n2 c) T(n)=T(n−1)+T(n−2) d) T(n)=5T(n/2)+10