document.write( "Question 368044: if a taxi charge 50 cent for the frist 1/5 mile and 20 cents for each addititional 1/10 mile how much will the fare cost \n" ); document.write( "
Algebra.Com's Answer #262344 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
Let x = total # of miles travelled.
\n" ); document.write( "Then for the the first 1/5 mile, the cost is $0.50. For the remaining x-1/5 miles, there are \"%28x-1%2F5%29%2F%281%2F10%29+=+10%28x-1%2F5%29\" one-tenths of a mile. So the cost for the remaining x - 1/5 miles is \"0.20%2A10%2A%28x-1%2F5%29+=+2x-0.4\"dollars. Thus the total fare is $0.50 + $(2x-0.40) = $(2x + 0.10).
\n" ); document.write( "
\n" );