document.write( "Question 980963: A real estate company has a fleet of cars. The annual operating cost per car is C = 0.2m + 1200, where m represents the number of miles traveled per year. Find the maximum number of miles that each car can travel per year to yield an operating cost of no more than $5000 per vehicle \n" ); document.write( "
Algebra.Com's Answer #602016 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "0.2m+1200<5000
\n" ); document.write( "0.2m<3800
\n" ); document.write( "m<19000
\n" ); document.write( "ANSWER: For an operating cost of less than $5000, the car must travel less than 19000 miles.
\n" ); document.write( "
\n" );