document.write( "Question 273665: Ed will rent a car for the weekend. He can choose one of two payment plans. The first plan costs $49.96 for two days plus 14 cents per mile. The second plan costs $63.96 for two days plus 1O cents per mile. How many miles does Ed need to drive for the two plans to cost the same?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #199886 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 4996+14m=6396+10m \n" ); document.write( "divide by 2 \n" ); document.write( "7m+2498 = 5m+3198 \n" ); document.write( "2m=700 \n" ); document.write( "m=350 miles \n" ); document.write( "At 350 miles the two plans cost the same. \n" ); document.write( "4996+14*350=6396+10*350 \n" ); document.write( " \n" ); document.write( " |