Fixed cost is $2
Extra variable pay:
If you cover 1/2 mile, you pay$0.75
If you cover n such 1/2 miles, you pay $0.75n
How many such 1/2 miles did you cover? That is r / (1/2) = 2r times
If 2r is a fractional value, we need the next higher integer, i.e. [2r]
ex. if r = 2.4, number of 1/2 miles = 2.4/(1/2) = 4.8 i.e. 5, which is [4.8]
Total = 2 + 0.75[2r] ... (E)
lpetroski
For each trip, a taxi company charges a fixed fee of $2.00 plus $0.75 for each 1/2 mile or fraction of 1/2 miles. If, for every number x, [ x ] is defined to be the least integer greater than or equal to x, then which of the following represents the company's charge, in dollars, for a trip that is r miles long?
A. 2.00 + [ \(\frac{0.75r}{2}\) ]
B. 2.00 + 0.75[ \(\frac{r}{2}\) ]
C. 2.00 + 0.75[ r ]
D. 2.00 + [1.5r ]
E. 2.00 + 0.75 [ 2r]