Leanne has a gas card that has $150 on it. She spends $25 a week on gas. Write a recursive rule that represents the amount of money she has on her gas card afterthe first weekA.f(n) = f(n-1) - 150, given f(1) = 25B.f(n) = f(n - 1) - 25, given f(1) = 150C.f(n) = f(n - 2) - 25, given f(1) = 150D.f(n) = 6f (n 1), given f(1) = 25