SajjadAhmad
A budget airline charges each customer e/3 euros for every leg of the flights between London and Ibiza. The only exception is that it charges e euros for the first leg of the first round-trip for the same customer. How much is the total cost of n round-trip tickets for one customer?
A. \(\frac{e+ne}{27 }\)
B. \(\frac{2e+2ne}{3 }\)
C. \(\frac{2e+ne}{300}\)
D. \(\frac{2n+ne}{3}\)
E. \(\frac{ne}{9 }\)
Reading the question backwards will help us understand this question (there is debate for whether a round-trip counts as 2 flights but I understand it as 1 flight)
Each customer has "2 legs" for each trip.
The first leg for the very first trip costs \(e\), and each leg afterwards costs \(\frac{e}{3}\).
There are n trips, so 2n legs total will be charged, the first leg is charged at \(e\) and the rest of the (2n - 1) legs are charged at \(\frac{e}{3}\) each.
Thus the total cost is: \(e + (2n - 1)\frac{e}{3} = \frac{2e+2ne}{3}\).
Only one answer has the part \(\frac{2ne}{3}\) and we can use that part solely to determine the answer is B.
Ans: B