Question 888643

The cost of a parking ticket is $40 for the first offense, but the cost doubles for each additional offense. Write a formula for the cost C as a function of the number of tickets n. 
<pre>
{{{highlight_green(highlight_green(C(n) = 40 * 2^(n - 1)))}}}