document.write( "Question 143595: The airport parking lot charges different rates for different lengths of time. One hour in short term parking is $5.00 additional hours are $3.00; any car parked longer than 24 hours is charged $10.00 an hour for any amount of time exceeding 1 day. How much would a person be charged for parking in short term parking for 32 hours? \n" ); document.write( "
Algebra.Com's Answer #104520 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The airport parking lot charges different rates for different lengths of time. One hour in short term parking is $5.00 additional hours are $3.00; any car parked longer than 24 hours is charged $10.00 an hour for any amount of time exceeding 1 day. How much would a person be charged for parking in short term parking for 32 hours? \n" ); document.write( "---------------------------- \n" ); document.write( "1st hour: $5 \n" ); document.write( "Next 23 hours: 23*3 = $69 \n" ); document.write( "Next 8 hours: 10*8 = $80\r \n" ); document.write( "\n" ); document.write( "---------------------------- \n" ); document.write( "Total cost: 5+69+80 = $154 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |