document.write( "Question 154447: For a 2-day rental, a rental car agency charges a $40 fee per day plus $0.35 per mile.
\n" );
document.write( " The equation represents this model, where C symbolizes the total cost of
\n" );
document.write( " the rental, and x stands for the number of miles driven
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #113726 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Because: $40 fee per day plus $0.35 per mile. \n" ); document.write( ". \n" ); document.write( "We get \n" ); document.write( "C = 40 + .35x \n" ); document.write( "where \n" ); document.write( "C is cost \n" ); document.write( "x is total miles driven over the 2-day period \n" ); document.write( " |