document.write( "Question 337732: A car rental company offers two subcompact rental plans.
\n" );
document.write( "Plan A: $36 per day and unlimited mileage
\n" );
document.write( "Plan B: $24 per day plus $0.15 per mile
\n" );
document.write( "Use an inequality to find the number of daily miles for which plan A is more economical than plan B. \n" );
document.write( "
Algebra.Com's Answer #242188 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 36=24+.15x \n" ); document.write( "12=.15x \n" ); document.write( "80=x \n" ); document.write( " |