document.write( "Question 1057957: Miguel will rent a car for the weekend. He can choose one of two plans. The first plan has no initial fee but costs
\n" );
document.write( "$0.90
\n" );
document.write( " per mile driven. The second plan has an initial fee of
\n" );
document.write( "$50
\n" );
document.write( " and costs an additional
\n" );
document.write( "$0.70
\n" );
document.write( " per mile driven. How many miles would Miguel need to drive for the two plans to cost the same? \n" );
document.write( "
Algebra.Com's Answer #672973 by josgarithmetic(39620)![]() ![]() ![]() You can put this solution on YOUR website! y for the cost \n" ); document.write( "x for the miles driven\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y=0.9x versus y=0.7x+50 and you are interested in the intersection point. \n" ); document.write( " |