document.write( "Question 287171: Mai 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 $111 and allows unlimited mileage.
\n" ); document.write( "Company B has an initial fee of $75 and charges an additional $0.80 for every mile driven.
\n" ); document.write( "For what mileages will Company A charge no more 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 #208195 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a=111
\n" ); document.write( "b=75+.8m
\n" ); document.write( "111=75+.8m
\n" ); document.write( "36=.8m
\n" ); document.write( "9=.2m
\n" ); document.write( "90=2m
\n" ); document.write( "45=m
\n" ); document.write( "They are equal at 45 miles
\n" ); document.write( "
\n" ); document.write( "
\n" );