Julio has $150. Each week, he saves an additional $10. Write a function f(x) that models the total amount of money Julio has after x weeks
f(x) = Savings per week * number of weeks + starting amount
f(x) = 10x + 150
f(x) = Savings per week * number of weeks + starting amount
f(x) = 10x + 150