document.write( "Question 1176447: Suppose a car rental company charges $110 for the first day and $60 for each additional or partial day. Let S(x) represent the cost of renting a car for x days. Find the value of S(4.5).\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #803387 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The function is S(x)=110+60(x-1)=50+60x, for x=number of days total/partial, rounded up to the next integer. \n" ); document.write( "day 1 $110 \n" ); document.write( "day 2 $110+60=$170 \r \n" ); document.write( "\n" ); document.write( "so S(4.5)=S(5) \n" ); document.write( "S(4.5)=$110+$240=$350 \n" ); document.write( " |