document.write( "Question 1059135:  Solve the problem.
\n" );
document.write( "12) A car rental agency charges $225 per week plus $0.20 per mile to rent a car. How many miles can you travel in one week for $245? \n" );
document.write( "
| Algebra.Com's Answer #674205 by addingup(3677)     You can put this solution on YOUR website! 225+0.20x = 245 \n" ); document.write( "0.20x = 20 \n" ); document.write( "x = 20/0.20 Divide to get your answer, or do it in your head, it's 100. \n" ); document.write( " |