document.write( "Question 37666This question is from textbook
\n" );
document.write( ": Sunshine Car Rentals rents a basic car at a daily rate of $17.99 plus .18 per mile. City Reantals rents a basic car at $18.95 plus .16 per mile. For what mileage is the cost be the same? \n" );
document.write( "
Algebra.Com's Answer #23691 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let x be the number of miles driven. \n" ); document.write( "Then change the English into algebra giving us the equation \n" ); document.write( "17.99 + .18x = 18.95 + .16x \n" ); document.write( "Now multiply everything by 100 to clear the decimals \n" ); document.write( "1799 + 18x = 1895 + 16x \n" ); document.write( "Now subtract 16x and 1799 from both sides \n" ); document.write( "1799 + 2x = 1895 \n" ); document.write( "2x = 96 \n" ); document.write( "so that x = 48 miles \n" ); document.write( " |