document.write( "Question 1136515: A car rental company offers two plans for renting a car.\r
\n" );
document.write( "\n" );
document.write( "Plan A: 30 dollars per day and 10 cents per mile\r
\n" );
document.write( "\n" );
document.write( "Plan B: 55 dollars per day with free unlimited mileage\r
\n" );
document.write( "\n" );
document.write( "How many miles would you need to drive for plan B to save you money?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #754270 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! A: Cost=30+0.10x, x number of miles \n" ); document.write( "B: Cost=55 \n" ); document.write( "B\n" ); document.write( "25<0.10x \n" ); document.write( "x>250 \n" ); document.write( "so when x is more than 250 miles B saves money. \n" ); document.write( " |