document.write( "Question 101407: A car can be rented from Continental Rental for $80 per week plus 25 cents for each mile driven. How many miles can you travel if you can spend at most $400 for the week? Can you help me figure this out? thanks \n" ); document.write( "
Algebra.Com's Answer #73838 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A car can be rented from Continental Rental for $80 per week plus 25 cents for each mile driven. How many miles can you travel if you can spend at most $400 for the week? \n" ); document.write( "------------- \n" ); document.write( "Let # of miles driven be \"x\". \n" ); document.write( "INEQUALITY: \n" ); document.write( "0.25x + 80 <= 400 \n" ); document.write( "0.25x <= 320 \n" ); document.write( "x <= 1280 miles (miles driven) \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |