document.write( "Question 1067179: Miguel rented a truck for one day. There was a base fee of
\n" );
document.write( "$11.75
\n" );
document.write( ", and there was an additional charge of
\n" );
document.write( "7
\n" );
document.write( " cents for each mile driven. The total cost,
\n" );
document.write( "C
\n" );
document.write( " (in dollars), for driving
\n" );
document.write( "x
\n" );
document.write( " miles is given by the following function.
\n" );
document.write( "=Cx+0.07x11.75
\n" );
document.write( "What is the total rental cost if Miguel drove
\n" );
document.write( "40
\n" );
document.write( " miles? \n" );
document.write( "
Algebra.Com's Answer #682432 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! C(40)=11.75+40(0.07)=11.75+2.80=$14.55 \n" ); document.write( " |