✔ 最佳答案
簡單的 solution :
============
Let no. of tickets sold at present = x
option 1 :
======
total income = (1+20%) (1-10%) x = (1.2)(0.9x) = 1.08x
option 2 :
======
total income = (1+25%) (1-15%) x = (1.25)(0.85x) = 1.0625x
∴ option 1 brings more income ---- should be chosen.
~~~~~~~~~~~~~~~~~~~~~~~~~~ 或 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
較詳細的 solution :
=============
Let no. of tickets sold at present = x
option 1 :
======
no. of tickets sold = (1-10%) x = 0.9x
total income = (1+20%) 0.9x = (1.2)(0.9x) = 1.08x
option 2 :
======
no. of tickets sold = (1-15%) x = 0.85x
total income = (1+25%) 0.85x = (1.25)(0.85x) = 1.0625x
∴ option 1 brings more income ---- should be chosen.