document.write( "Question 1088993: Martina is going to rent a truck for one day. There are two companies she can choose from, and they have the following prices.
\n" );
document.write( "Company A charges
\n" );
document.write( "$80
\n" );
document.write( " and allows unlimited mileage.
\n" );
document.write( "Company B has an initial fee of
\n" );
document.write( "$65
\n" );
document.write( " and charges an additional
\n" );
document.write( "$0.60
\n" );
document.write( " for every mile driven.
\n" );
document.write( "For what mileages will Company A charge less than Company B?
\n" );
document.write( "Use
\n" );
document.write( "m
\n" );
document.write( " for the number of miles driven, and solve your inequality for
\n" );
document.write( "m
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #703319 by Boreal(15235) You can put this solution on YOUR website! A=$80 \n" ); document.write( "B=$60+0.60x, where x is number of miles \n" ); document.write( "Therefore, \n" ); document.write( "$80<60+0.60x \n" ); document.write( "20<0.60x \n" ); document.write( "33 |