A store charges their customers based on the number of items that they buy. Jane bought four items and was charged $15 and Georg
e bought twelve items and was charged $39. Write a function to model the cost based on the number of items you buy. Then determine how much you bought if you were charged $33. A) f(x) = 3x + 3; f(10) = 33
B) f(x) = 3x + 3; f(33) = 102
C) f(x) =1/3 + 3; f(90) = 33
D) f(x) = 1/3x + 3; f(33) = 14