document.write( "Question 177151: Al will rent a car for the weekend. He can choose one of two payment plans. The first plan costs $51.98 for two days plus 15 cents per mile. The second plan costs $39.98 for two days plus 20 cents per mile. How many miles does Al need to drive for the two plans to cost the same?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #132264 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Al will rent a car for the weekend. He can choose one of two payment plans. The first plan costs $51.98 for two days plus 15 cents per mile. The second plan costs $39.98 for two days plus 20 cents per mile. How many miles does Al need to drive for the two plans to cost the same? \n" ); document.write( "----------------------- \n" ); document.write( "5198 + 15m = 3998 + 20m (m = miles) \n" ); document.write( "1200 = 5m \n" ); document.write( "m = 240 miles \n" ); document.write( " \n" ); document.write( " |