document.write( "Question 1109361: Rachel is going to rent a truck for one day There are two companies she can choose from, and they have the following prices \r
\n" );
document.write( "\n" );
document.write( " Company A charges $110 and allows unlimited mileage
\n" );
document.write( " Company B has an initial fee of $65 and charges an additional $.90 for every mile driven \r
\n" );
document.write( "\n" );
document.write( "For what mileages will Company A charge less than Company B?
\n" );
document.write( "Use M for the number of miles driven, and solve your inequality for M. \n" );
document.write( "
Algebra.Com's Answer #724397 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A is 110x, where x is the number of days \n" ); document.write( "B is 65x+0.90M \n" ); document.write( "when 0.90M >45, then B is more expensive than A or A charges less than B. That occurs when mileage is > 50 miles. \n" ); document.write( " \n" ); document.write( " |