document.write( "Question 337642: 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? \r
\n" );
document.write( "\n" );
document.write( "1HR*($5/HR) + 23HR *($3/HR) + (32-24)HR*($10/HR)=\r
\n" );
document.write( "\n" );
document.write( "5+23*3+8*10 = 154 DOLLARS TOTAL FOR SPENDING 32 HOURS IN PARKING \n" );
document.write( "
Algebra.Com's Answer #242036 by chiexpert(48)![]() ![]() ![]() You can put this solution on YOUR website! 1HR*($5/HR) + 23HR *($3/HR) + (32-24)HR*($10/HR)=\r \n" ); document.write( "\n" ); document.write( "5+23*3+8*10 = 154 DOLLARS TOTAL FOR SPENDING 32 HOURS IN PARKING \n" ); document.write( " |