rfulky
04-29-2008, 12:16 AM
The way i solved this problem is as follows. It is wrong but can someone please explain to me my error in logic.
Know:
e/3 = cost of one leg of round trip flight
e = cost of the first leg of the initial flight
Question:
How much is the total cost of n round-trip tickets for one customer.
My solution (wrong):
first leg (e) + second leg (e/3) = first round trip ticket = 4e/3
2 * (e/3) * n = every subsequent round trip ticket ticket = 2n(e/3)
first round trip ticket + every other subsequent round trip ticket = total cost
4e/3 +2n(e/3) = (4e + 2ne)/3
Were did I go wrong?
Thanks for the help!
Know:
e/3 = cost of one leg of round trip flight
e = cost of the first leg of the initial flight
Question:
How much is the total cost of n round-trip tickets for one customer.
My solution (wrong):
first leg (e) + second leg (e/3) = first round trip ticket = 4e/3
2 * (e/3) * n = every subsequent round trip ticket ticket = 2n(e/3)
first round trip ticket + every other subsequent round trip ticket = total cost
4e/3 +2n(e/3) = (4e + 2ne)/3
Were did I go wrong?
Thanks for the help!