document.write( "Question 627833: Kevin is going to rent a truck for one day. There are two companies he can choose from, and they have the following prices. \r
\n" );
document.write( "\n" );
document.write( "Company A charges an initial fee of $25 and an additional 60 cents for every mile driven.
\n" );
document.write( "Company B charges an initial fee of $44 and an additional 40 cents for every mile driven.
\n" );
document.write( "For what mileages will Company A charge less than Company B?
\n" );
document.write( "Write your answer as an inequality, using m for the number of miles driven. \n" );
document.write( "
Algebra.Com's Answer #395173 by reviewermath(1029)![]() ![]() You can put this solution on YOUR website! 0.6m + 25 < 0.4m + 44 \n" ); document.write( "0.2m < 19 \n" ); document.write( "m < 95 \n" ); document.write( " |