document.write( "Question 360105: A truck can be rented from Basic Rental for $50 per day In addition you pay 20 cent per mile. Continental charges per day $20 per day in addition to 50 Cent per mile rent out the same truck. How many miles must you drive in a day to make the cost for Basic Rental a better deal than that Continental? \n" ); document.write( "
Algebra.Com's Answer #256958 by mananth(16946)![]() ![]() You can put this solution on YOUR website! A truck can be rented from Basic Rental for $50 per day In addition you pay 20 cent per mile. Continental charges per day $20 per day in addition to 50 Cent per mile rent out the same truck. How many miles must you drive in a day to make the cost for Basic Rental a better deal than that Continental?\r \n" ); document.write( "\n" ); document.write( "... \n" ); document.write( "let x be the mileage per day \n" ); document.write( "Basic Rental = 50+0.2x \n" ); document.write( "Continental = 20+0.5x \n" ); document.write( "... \n" ); document.write( "50+0.2x<20+0.5x \n" ); document.write( "50-20<0.5x-0.2x \n" ); document.write( "30<0.3x \n" ); document.write( "100 \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |