document.write( "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. \r
\n" );
document.write( "\n" );
document.write( "Remember to use the variable \"n\" in your answer.
\n" );
document.write( " C = \n" );
document.write( "
Algebra.Com's Answer #537530 by Okamiden(22) ![]() You can put this solution on YOUR website! You can find this equation by noticing the pattern.\r \n" ); document.write( "\n" ); document.write( "If n=1 ticket, the cost \n" ); document.write( "If n=2, the cost of one ticket is \n" ); document.write( "If n=3, the cost of one ticket is \n" ); document.write( "If n=4, the cost of one ticket is \n" ); document.write( "\n" ); document.write( "For an arbitrary n number of tickets, the equation is thus |