document.write( "Question 1107897: Jane 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 an initial fee of
\n" ); document.write( "$40
\n" ); document.write( " and an additional
\n" ); document.write( "60
\n" ); document.write( " cents for every mile driven.
\n" ); document.write( "Company B charges an initial fee of
\n" ); document.write( "$46
\n" ); document.write( " and an additional
\n" ); document.write( "50
\n" ); document.write( " 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
\n" ); document.write( "m
\n" ); document.write( " for the number of miles driven.
\n" ); document.write( "

Algebra.Com's Answer #722924 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
40+0.60m=46+0.50m
\n" ); document.write( "0.60m-0.50m=46-40
\n" ); document.write( "0.10m=6
\n" ); document.write( "m=6/0.10
\n" ); document.write( "m=60 miles they are equal
\n" ); document.write( "m>60
\n" ); document.write( "
\n" );