document.write( "Question 323237: Mike wants to rent a car for his vacation. The rental costs $130 a week plus $0.20 a mile. How far to the nearest mile can Mike travel if he wants to spend $325 at most?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #231364 by nerdybill(7384) You can put this solution on YOUR website! Mike wants to rent a car for his vacation. The rental costs $130 a week plus $0.20 a mile. How far to the nearest mile can Mike travel if he wants to spend $325 at most? \n" ); document.write( ". \n" ); document.write( "Let x = total miles driven \n" ); document.write( "then \n" ); document.write( ".20x + 130 = 325 \n" ); document.write( ".20x = 195 \n" ); document.write( "x = 975 miles \n" ); document.write( "Since this is the \"total\" distance -- considering we must travel to \"get there\" then drive back. So, we must consider half of 975 or 488 miles \n" ); document.write( " |