document.write( "Question 1196226: a truck can be rented from company a for $80 a day plus $0.60 per mile. company b charges $50 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 a better deal than company b's? \n" ); document.write( "
Algebra.Com's Answer #828972 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Let X = number of miles the truck must be driven in a day\r \n" ); document.write( "\n" ); document.write( "The equation \n" ); document.write( "80 + 0.6X = 50 + 0.9X\r \n" ); document.write( "\n" ); document.write( "Combine like terms \n" ); document.write( "80 - 50 = 0.9X - 0.6X \n" ); document.write( "30 = 0.3X \n" ); document.write( "X = 30/0.3\r \n" ); document.write( "\n" ); document.write( "X = 100 miles\r \n" ); document.write( "\n" ); document.write( "Answer: \n" ); document.write( "The truck must be driven at least 100 miles in a day to make the rental cost for Company A a better deal than company B's. \n" ); document.write( " |