document.write( "Question 1082311: a car rental for $85 per day plus $0.35 for every mile driven more than 200 miles. If the car was driven 300 miles and the rental paid was $205, for how many days was the car rented? \n" ); document.write( "
Algebra.Com's Answer #696366 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
a car rental for $85 per day plus $0.35 for every mile driven more than 200 miles.
\n" ); document.write( " If the car was driven 300 miles and the rental paid was $205, for how many days was the car rented?
\n" ); document.write( ":
\n" ); document.write( "let d = the no. of days the car was rented
\n" ); document.write( "85d + .35(300 - 200) = 205
\n" ); document.write( "85d + .35(100) = 205
\n" ); document.write( "85d + 35 = 205
\n" ); document.write( "85d = 205 - 35
\n" ); document.write( "85d = 170
\n" ); document.write( "d = 170/85
\n" ); document.write( "d =2 days
\n" ); document.write( "
\n" ); document.write( "
\n" );