document.write( "Question 495169: Goran will rent a car for the weekend. He can choose one of two plans. The first plan has an initial fee of $65 and costs an additional .40 per mile driven. The second plan has no initial fee but costs .60 per mile driven. How many miles would Goran need to drive for the two plans to cost the same? \n" ); document.write( "
Algebra.Com's Answer #335998 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 65+0.40x=0.60x \n" ); document.write( "65=0.20x \n" ); document.write( "x=65/0.2 \n" ); document.write( "x=325 miles \n" ); document.write( " |