document.write( "Question 904057: A truck can be rented from Company A for $110 a day plus $0.80 per mile. Company B charges $80 a day plus $0.90 per mile to rent the same truck. How many miles must be driven in a day to make the rental cost for Company A less than the rental cost of Company B?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #548489 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 0.8x+110=0.9x+80 \n" ); document.write( "30=0.1x \n" ); document.write( "30/0.1=x \n" ); document.write( "x=300.0 \n" ); document.write( "y=0.8*300.0+110 \n" ); document.write( "y=0.9*300.0+80 \n" ); document.write( "y=350.0 \n" ); document.write( "They are equal when there are 300.0 miles x=300.0 \n" ); document.write( "They are equal when total cost y=$350.0 \n" ); document.write( " \n" ); document.write( " |