Claire has $300 in an account. She decides she is going to take half of what's left in there at the end of each month. From the given information. Write the recursive and explicit functions for each geometric sequence. Please use these terms recursive: f(1) = first term, f(n) = pattern*f(n-1). 300 is the starting term and 1/2 is the pattern. explicit is y = pattern^x * 0 term.