A streaming plan costs $12 per month plus a one-time $18 setup fee. Write a function for the total cost after m months and find the cost after 7 months.
Answer
C(m) = 18 + 12m; $102
Reasoning Strategy
Use fixed setup cost plus monthly rate times months.
AI Support Preview
Connect setup fee to initial value and monthly cost to slope.