document.write( "Question 1012203: Rueben is going to rent a truck for one day. There are two companies he can choose from, and they have the following prices.
\n" );
document.write( "Company A charges an initial fee of $50 and an additional 70 cents for every additional mile driven.
\n" );
document.write( "Company B charges an initial fee of $59 and an additional 60 cents for every additional 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 #628082 by ikleyn(52809)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Rueben is going to rent a truck for one day. There are two companies he can choose from, and they have the following prices. \n" ); document.write( "Company A charges an initial fee of $50 and an additional 70 cents for every additional mile driven. \n" ); document.write( "Company B charges an initial fee of $59 and an additional 60 cents for every additional 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( "------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "50 + 0.7*m < 59 + 0.6m,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.7m - 0.6m < 59 - 50,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "0.1m < 9,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "m < \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If mileage is less than 90, then the plan A is cheaper than plan B.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |