I’m not really sure but I would have to guess 4.5 because all of the other numbers don’t have decimals
If the truck can carry 1000 apples at a time, Bananaville is 1000 miles away from Appleland and you pay one apple per mile, then it's impossible to deliver any apple to Bananaville, because on 1000 miles you'll pay 1 apple * 1000 miles = 1000 apples as a tax. So no matter if you go once, twice, three times or a hundred times there - you'll be never able to deliver any apple.
Answer: The highest number of apples you can get to Bananaville is 0.
Answer: where is it?
what do u mean??? im confused...
Answer:
Let C be the cost for the people staying
if n <= 2 ; C = $125
If n >2 ; C = $125 + $25 * (n-2)
Step-by-step explanation:
If the number of people is more than two, we need to add $25 for each of them.
Since n will be the number of people staying, we need to make sure that we substract two from this term to avoid overcharging the guests when there is less than two people.
So
(n-2) is the term that should be multiplied by a factor of 25.