document.write( "Question 1012200: Nicole will rent a car for the weekend. she can choose one of two plans. The first plan has an initial fee of $70 and costs an additional $0.70 per mile driven. The second plan has no initial fee but costs $0.90 per mile driven. How many miles would Nicole need to drive for the two plans to cost the same? \n" ); document.write( "
Algebra.Com's Answer #628073 by macston(5194)![]() ![]() You can put this solution on YOUR website! m=miles for same cost \n" ); document.write( ". \n" ); document.write( "Plan A=$70+$0.70m \n" ); document.write( "Plan B=$0.90m \n" ); document.write( ". \n" ); document.write( "Plan A=Plan B \n" ); document.write( "$70+$0.70m=$0.90m \n" ); document.write( "$70=$0.20m \n" ); document.write( "350=m \n" ); document.write( "ANSWER: The two plans would cost the same if \n" ); document.write( "Nicole drove 350 miles. \n" ); document.write( " |