document.write( "Question 1164659: Primo car rental agency charges $38 per day plus $0.45 per mile. Ultimo car rental agency charges $46 per day plus $0.95 per mile. Find the daily mileage for which the Ultimo charge is twice the Primo charge.
\n" );
document.write( "The mileage is nothing. \n" );
document.write( "
Algebra.Com's Answer #789069 by Theo(13342)![]() ![]() You can put this solution on YOUR website! primo charges 38 dollars per day plus .45 per mile. \n" ); document.write( "ultimo charges 46 dollars per day plus .95 per mile. \n" ); document.write( "you want the number of miles per day that makes ultimo charge twice what primo charges.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x equal the number of miles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the formula to solve is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "46 + .95x = 2 * (38 + .45*x) \n" ); document.write( "simplify to get: \n" ); document.write( "46 + .95x = 76 + .90x \n" ); document.write( "subtract .90x from both sides of the equation and subtract 46 from both sides of the equation and simplify to get: \n" ); document.write( ".05x = 30 \n" ); document.write( "solve for x to get: \n" ); document.write( "x = 600\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "when the daily mileage is 600, then ultimo will cost twice as much as primo.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for ultimo, the total charge is 46 + .95 * 600 = 616 dollars. \n" ); document.write( "for primo, the total charge is 38 + .45 * 600 =308 dollars.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "616/308 = 2 which means the cost of ultimo for the day is twice the cost of primo for the day.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |