document.write( "Question 331475: Bob will rent a car for the weekend. He can chooose one of two payment plans. The first plan costs $51.98 for two days plus .14 cents per mile. The second plan cost $43.98 for two days plus .18 cents per mile. How many miles does Bob need to drive for the two plans to cost the same? \n" ); document.write( "
Algebra.Com's Answer #237592 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number of miles Bob does be x so that both plans are same. \n" ); document.write( "plan a = 51.98+0.14x \n" ); document.write( "plan b = 43.98+0.18x \n" ); document.write( ".. \n" ); document.write( "51.98+0.14x= 43.98+0.18x \n" ); document.write( "0.04x =51.98-43.98 \n" ); document.write( "0.04x=8 \n" ); document.write( "x= 8/0.04 \n" ); document.write( "x=200 miles \n" ); document.write( ".. \n" ); document.write( " |