document.write( "Question 322259: A truck can be rented from Basic Rental for $50 per day. In addition, you have to pay $0.20 per mile. Continental charges $20 per day in addition to $0.50 per mile to rent out the same truck. How many miles must you drive in a day to make the rental cost for Basic Rental a better deal than that for Continental? Please show all the steps. \n" ); document.write( "
Algebra.Com's Answer #230686 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Basic Rental $50 per day.+ $0.20 per mile. \n" ); document.write( "Continental $20 per day + $0.50 per mile. \n" ); document.write( ".. \n" ); document.write( "Let the number of miles you need to drive per day be x so that the charges are same for both rentals. \n" ); document.write( "50+0.20x=20+0.50x \n" ); document.write( "0.50x-0.20x=50-20 \n" ); document.write( "0.30x=30 \n" ); document.write( "x=30/0.30 \n" ); document.write( "x=100 miles. \n" ); document.write( "So you have to drive more than 100 miles for Basic Rental to be a better deal than that for Continental \n" ); document.write( " |