document.write( "Question 1104347: Jim will rent a car for the weekend. He can choose one of two plans. The first plan has an initial fee of
\n" ); document.write( "$48
\n" ); document.write( " and costs an additional
\n" ); document.write( "$0.16
\n" ); document.write( " per mile driven. The second plan has an initial fee of
\n" ); document.write( "$53
\n" ); document.write( " and costs an additional
\n" ); document.write( "$0.11
\n" ); document.write( " per mile driven. \r
\n" ); document.write( "\n" ); document.write( "miles:
\n" ); document.write( "$:
\n" ); document.write( "

Algebra.Com's Answer #719108 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
x, number of miles driven\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "First Plan
\n" ); document.write( "\"0.16x%2B48\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Second Plan
\n" ); document.write( "\"0.11x%2B53\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "A good question to be able to answer is, for how many miles driven will the two plans be the same cost?
\n" ); document.write( "\"0.16x%2B48=0.11x%2B53\"
\n" ); document.write( "Solve this equation.
\n" ); document.write( "
\n" );