document.write( "Question 1009315: The bargain car rental company charges a flat fee of $35 plus $0.40 per mile to rent a mid size car how much will it cost to rent a car if you drive 425 miles ? \n" ); document.write( "
Algebra.Com's Answer #624847 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Cost C = 35 + .40x where x is the number of miles driven so that
\n" ); document.write( "C = 35 + .4(425) = 35 + 170 = $205
\n" ); document.write( "
\n" );