document.write( "Question 289494: Primo Car Rental charges $39 per day plus $0.25 per mile. Ultimo Car Rental charges $28 per day plus $0.60 per mile. Find the daily mileage for which the Ultimo charge is twice the Primo charge.\r
\n" );
document.write( "\n" );
document.write( "I need to know how to solve this problem, I don't necessarily need the answer, just the steps to go about solving it. Thank you. \n" );
document.write( "
Algebra.Com's Answer #209766 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Primo Car Rental charges $39 per day plus $0.25 per mile. \n" ); document.write( "Ultimo Car Rental charges $28 per day plus $0.60 per mile. \n" ); document.write( "Find the daily mileage for which the Ultimo charge is twice the Primo charge. \n" ); document.write( ": \n" ); document.write( "Primo equation \n" ); document.write( "cost = .25m + 39 \n" ); document.write( ": \n" ); document.write( "Ultimo equation \n" ); document.write( "cost = .60m + 28 \n" ); document.write( ": \n" ); document.write( "\"Find the daily mileage for which the Ultimo charge is twice the Primo charge.\" \n" ); document.write( "Ultimo = twice Primo \n" ); document.write( ".60m + 28 = 2(.25m + 39) \n" ); document.write( "solve for m \n" ); document.write( " |