document.write( "Question 1159056: Carlos 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
\n" );
document.write( "$
\n" );
document.write( "70
\n" );
document.write( " and an additional
\n" );
document.write( "40
\n" );
document.write( " cents for every mile driven.
\n" );
document.write( "Company B has no initial fee but charges
\n" );
document.write( "90
\n" );
document.write( " cents for every mile driven.
\n" );
document.write( "For what mileages will Company A charge more 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( " \n" );
document.write( "
Algebra.Com's Answer #782043 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! She's just pointing out that you don't need to put all your numbers and\r\n" ); document.write( "variables on separate lines from the words. \n" ); document.write( "Carlos is going to rent a truck for one day. There are two companies he can \n" ); document.write( "choose from, and they have the following prices. Company A charges an initial \n" ); document.write( "fee of $70 and an additional 40 cents for every mile driven. Company B has no \n" ); document.write( "initial fee but charges 90 cents for every mile driven. For what mileages will \n" ); document.write( "Company A charge more than Company B? Use m for the number of miles driven, and \n" ); document.write( "solve your inequality for m. \r\n" ); document.write( "\r\n" ); document.write( "A = 70 + 0.40m\r\n" ); document.write( "B = 0.90m\r\n" ); document.write( "\r\n" ); document.write( "A > B\r\n" ); document.write( "\r\n" ); document.write( "70 + 0.40m > 0.90m\r\n" ); document.write( " 70 > 0.50m\r\n" ); document.write( " 140 > mFor what mileages will Company A charge more than Company B? \n" ); document.write( " |