document.write( "Question 203296: a car rental agency advertised renting a luxury, full size car for $29.95 per day and $0.29 per mile. if you rent this car for 2 days, how many whole miles can you drive if you only have $200 to spend? \n" ); document.write( "
Algebra.Com's Answer #153378 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Set up the equation for the cost of the rental.
\n" ); document.write( "\"C+=+%2829.95%29%2Ad+%2B+%280.29%29%2Am\" where d = number of days rented and m = number of miles driven.
\n" ); document.write( "Substitute C = $200.00 and d = 2 days.
\n" ); document.write( "\"200+=+%2829.95%29%282%29%2B%280.29%29%28m%29\" Simplify.
\n" ); document.write( "\"200+=+59.90%2B%280.29%29m\" Subtract 59.90 from both sides.
\n" ); document.write( "\"140.10+=+%280.29%29m\" Divide both sides by 0.29
\n" ); document.write( "\"m+=+483.10344\"
\n" ); document.write( "You can drive for 483 miles.
\n" ); document.write( "
\n" );