document.write( "Question 68496: A car rental company charges $50.00 per day plus $0.80 per mile for a full-size car, and charges $30.00 per day plus $0.50 per mile for a compact car. Write an expression in simplest form that gives the amount, in dollars, that the charges for a full-size car exceeds the charge for a compact car, when each is rented for x days and y miles.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #48807 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! \"Could you please help me with this problem?\" \n" ); document.write( "Lets write the expression for the cost of renting a full-size car. \n" ); document.write( "FS = ($50.00)x + ($0.80)y \n" ); document.write( "Now the expression for renting a compact car. \n" ); document.write( "CC = ($30.00)x + ($0.50)y \n" ); document.write( "The cost of renting the full-size car exceed the cost of renting the compact car can be found by: FS - CC \n" ); document.write( "FF-CC = ($50.00)x + ($0.80)y - (($30.00)x + ($0.50)y) Simplifying this expression, we'll get: \n" ); document.write( "($50.00 - $30.00)x + ($0.80 - $0.50)y or \n" ); document.write( "($20.00)x + ($0.30)y \n" ); document.write( " |