document.write( "Question 37665This question is from textbook
\n" );
document.write( ": Safety Rent-a-Car rents an intermediate-size car at a daily rate of $21.95 plus .19 per mile. City Rentals rent an intermediate-size car for $18.95 plus .21 per mile. For what milage is the cost the same? \n" );
document.write( "
Algebra.Com's Answer #23685 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the number of miles. \n" ); document.write( "Then we convert the facts of the problem into algebra and get: \n" ); document.write( "21.95 + .19x = 18.95 + .21x \n" ); document.write( "Let us multiply everything by 100 to get rid of decimals... \n" ); document.write( "2195 + 19x = 1895 + 21x \n" ); document.write( "Now subtract 19 x from both sides \n" ); document.write( "2195 = 1895 + 2x \n" ); document.write( "Now subtract 1895 from both sides and then divide by two... \n" ); document.write( "300 = 2x \n" ); document.write( "x = 150 miles \n" ); document.write( " |