document.write( "Question 1108735: Question 6
\n" );
document.write( "Eric rented a truck for one day. There was a base fee of
\n" );
document.write( "$9.75
\n" );
document.write( ", and there was an additional charge of
\n" );
document.write( "9
\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( "
Algebra.Com's Answer #723798 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Eric rented a truck for one day. \n" ); document.write( " There was a base fee of $9.75, and there was an additional charge of 9 cents for each mile driven. \n" ); document.write( " The total cost, C (in dollars), for driving x miles is given by the following function. \n" ); document.write( ": \n" ); document.write( "Cost = mileage cost + base cost \n" ); document.write( "f(x) = .09x + 9.75 \n" ); document.write( " |