3.4 Commercial Math: Profit/Loss, Markups, Discounts, and Simple/Compound Interest

Key Takeaways

  • Profit equals Revenue minus Cost (P = R - C); profit margin can be calculated on cost (markup) or on selling price (gross margin), two fundamentally different bases.
  • Discount chains compound multiplicatively across list prices: consecutive discounts of d1 and d2 yield a net multiplier of (1 - d1)(1 - d2), never a direct sum.
  • Simple interest accrues strictly on original principal (I = Prt), producing linear capital growth over time.
  • Compound interest accrues on accumulated balances: A = P(1 + r/n)^(nt); the difference between compound and simple interest over 2 years equals P * r^2.
  • The Rule of 72 provides a rapid mental approximation for doubling time (t ≈ 72 / (rate in %)), invaluable for eliminating outlier answer choices on test day.
Last updated: September 2026

3.4 Commercial Math: Profit/Loss, Markups, Discounts, and Simple/Compound Interest

Commercial arithmetic and financial modeling are foundational to graduate business education, making them staple themes in GMAT Focus Quantitative Reasoning. Questions in this domain evaluate your ability to navigate the financial lifecycle of goods—from manufacturer cost through wholesale markups, retail list prices, and markdown discount chains—as well as the mathematics of capital growth via simple and compound interest. Because calculators are unavailable, solving these problems hinges on understanding baseline definitions and applying algebraic factoring techniques.


Commercial Profit, Cost, and Revenue Dynamics

The fundamental accounting identity governing all commercial transaction problems is:

Profit (P)=Revenue (R)−Cost (C)\text{Profit } (P) = \text{Revenue } (R) - \text{Cost } (C)

  • Revenue ($R$): The total cash inflow generated from sales, equal to the unit selling price ($S$) multiplied by the quantity sold ($Q$): $R = S \times Q$.
  • Cost ($C$): The total expenses incurred, comprising fixed overhead plus variable production/acquisition costs ($C_{\text{unit}} \times Q$).
  • Break-Even Point: Occurs when Revenue exactly matches Cost ($R = C$), resulting in zero profit ($P = 0$).
  • Loss ($L$): When Cost exceeds Revenue ($C > R$), the entity sustains a financial loss: $L = C - R$.

Markup on Cost vs. Profit Margin on Selling Price

The single most pervasive trap in GMAT commercial math lies in confusing markup on cost with profit margin on selling price (revenue). Although both metrics describe profit, their mathematical denominators (reference bases) are completely different:

Markup on Cost (%)=ProfitCost×100%=S−CC×100%\text{Markup on Cost } (\%) = \frac{\text{Profit}}{\text{Cost}} \times 100\% = \frac{S - C}{C} \times 100\% Profit Margin on Revenue (%)=ProfitSelling Price×100%=S−CS×100%\text{Profit Margin on Revenue } (\%) = \frac{\text{Profit}}{\text{Selling Price}} \times 100\% = \frac{S - C}{S} \times 100\%

Because the selling price $S$ is strictly greater than cost $C$ (in any profitable transaction), the markup on cost is always numerically larger than the margin on revenue for the same physical profit.

Mathematical Interconversion Formulas

Let $m$ denote markup on cost (as a decimal) and $g$ denote gross margin on revenue (as a decimal): S=C(1+m)andC=S(1−g)S = C(1 + m) \quad \text{and} \quad C = S(1 - g) g=m1+m,m=g1−gg = \frac{m}{1 + m}, \quad m = \frac{g}{1 - g}

Desired ProfitMarkup on Cost ($m$)Gross Margin on Revenue ($g$)Numerical Example ($C = $100$)
$\frac{1}{6}$ profit$20.0% = \frac{1}{5}$$16\frac{2}{3}% \approx 16.67% = \frac{1}{6}$$C = $100, S = $120, P = $20$
$\frac{1}{5}$ profit$25.0% = \frac{1}{4}$$20.0% = \frac{1}{5}$$C = $100, S = $125, P = $25$
$\frac{1}{4}$ profit$33\frac{1}{3}% \approx 33.33% = \frac{1}{3}$$25.0% = \frac{1}{4}$$C = $100, S = $133.33, P = $33.33$
$\frac{1}{3}$ profit$50.0% = \frac{1}{2}$$33\frac{1}{3}% \approx 33.33% = \frac{1}{3}$$C = $100, S = $150, P = $50$
$\frac{1}{2}$ profit$100.0% = 1.0$$50.0% = \frac{1}{2}$$C = $100, S = $200, P = $100$

Exam Trap Alert: If a problem states that an item costing $$400$ is sold with a "25% profit margin," read with extreme caution. If it specifies "25% margin on selling price," then $P = 0.25 S$, which means $C = 0.75 S \implies S = 400 / 0.75 = $533.33$. If it states "25% markup on cost," then $S = 1.25 \times 400 = $500$.


List Price, Markdown Chains, and Net Selling Price

Retail transactions frequently involve a Marked Price (also referred to as the List Price or Sticker Price, $M$) from which discounts are deducted to establish the final Selling Price ($S$):

S=M(1−d100)S = M \left(1 - \frac{d}{100}\right)

Successive Discount Chains

When multiple promotional discounts are applied in series (e.g., a trade discount followed by a seasonal coupon), the discounts compound across successive intermediate prices:

S=M(1−d1)(1−d2)…(1−dk)S = M \left(1 - d_1\right)\left(1 - d_2\right)\dots\left(1 - d_k\right) Net Discount Rate=1−(1−d1)(1−d2)…(1−dk)\text{Net Discount Rate} = 1 - \left(1 - d_1\right)\left(1 - d_2\right)\dots\left(1 - d_k\right)

Worked Scenario: A designer watch with a list price of $$800$ is discounted by $20%$, and preferred loyalty members receive an additional $10%$ off the discounted price. What is the final selling price, and what is the effective single discount?

  1. Apply both multipliers: $M_{\text{net}} = (1 - 0.20)(1 - 0.10) = 0.80 \times 0.90 = 0.72$.
  2. Compute Selling Price: $S = $800 \times 0.72 = $576$.
  3. Effective discount: $1 - 0.72 = 0.28 = 28%$ (not $30%!).$

Simple Interest Mechanics

Simple interest represents linear capital accumulation, where interest is calculated strictly upon the initial principal amount throughout the entire loan duration.

Simple Interest Formula: I=P⋅r⋅tI = P \cdot r \cdot t Total Accumulated Amount (A)=P+I=P(1+rt)\text{Total Accumulated Amount } (A) = P + I = P(1 + rt) where:

  • $P = \text{Principal (initial investment or loan)}$
  • $r = \text{Annual nominal interest rate (expressed as a decimal)}$
  • $t = \text{Time elapsed in years}$

If the time is expressed in months ($m$), substitute $t = \frac{m}{12}$. Under simple interest, the dollar interest generated in Year 1 is identical to the dollar interest generated in Year 10.


Compound Interest Mechanics

In contrast to simple interest, compound interest represents exponential capital growth: interest earned during each compounding interval is added to the principal balance, earning additional interest in all subsequent intervals.

Compound Interest Formula: A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt} where:

  • $A = \text{Total accumulated amount (principal + interest)}$
  • $P = \text{Principal}$
  • $r = \text{Annual nominal interest rate}$
  • $n = \text{Number of compounding periods per year}$
  • $t = \text{Time in years}$

Standard compounding frequencies tested on the GMAT include:

  • Annually: $n = 1 \implies A = P(1 + r)^t$
  • Semiannually: $n = 2 \implies A = P\left(1 + \frac{r}{2}\right)^{2t}$
  • Quarterly: $n = 4 \implies A = P\left(1 + \frac{r}{4}\right)^{4t}$
  • Monthly: $n = 12 \implies A = P\left(1 + \frac{r}{12}\right)^{12t}$

The Two-Year Binomial Expansion Shortcut

A frequent GMAT Problem Solving challenge involves comparing compound interest to simple interest over a 2-year period ($t = 2, n = 1$). Expanding the compound interest formula algebraically provides a powerful mental shortcut:

A=P(1+r)2=P(1+2r+r2)=P+2Pr+Pr2A = P(1 + r)^2 = P(1 + 2r + r^2) = P + 2Pr + Pr^2

Observe the components of this expansion:

  • $P$: The initial principal.
  • $2Pr$: The exact return generated by simple interest ($I = P \cdot r \cdot 2$).
  • $Pr^2$: The compound interest premium—the interest earned strictly on the first year's interest!

Difference over 2 Years=Acompound−Asimple=P⋅r2\text{Difference over 2 Years} = A_{\text{compound}} - A_{\text{simple}} = P \cdot r^2

Quick Application: If $$10,000$ is invested at $5%$ annual interest for 2 years, how much more does annual compounding earn compared to simple interest? Difference=P⋅r2=10,000×(0.05)2=10,000×0.0025=$25\text{Difference} = P \cdot r^2 = 10,000 \times (0.05)^2 = 10,000 \times 0.0025 = \$25 Calculating this via full formulas takes over a minute; with the $P \cdot r^2$ identity, it takes 5 seconds.


The Rule of 72 for Mental Approximations

When evaluating multi-year compounding scenarios without a calculator, the Rule of 72 provides an exceptionally reliable mental estimate of doubling time:

Years to Double Investment (t)≈72Annual Interest Rate in %\text{Years to Double Investment } (t) \approx \frac{72}{\text{Annual Interest Rate in \%}}

  • At an $8%$ compounding rate: $t \approx \frac{72}{8} = 9$ years to double.
  • At a $6%$ compounding rate: $t \approx \frac{72}{6} = 12$ years to double.
  • At a $12%$ compounding rate: $t \approx \frac{72}{12} = 6$ years to double.

If an investment of $$5,000$ grows to $$20,000$ (a 4-fold increase, or two doublings) in 18 years, each doubling took $\frac{18}{2} = 9$ years. The approximate annual compound rate is $\frac{72}{9} = 8%$. This approximation lets you immediately eliminate absurd distractor choices.


Common GMAT Pitfalls & Cognitive Traps

Trap 1: Base Confusion in Commercial Math

Always determine whether profit is indexed to Cost or Selling Price before calculating. Setting up $\frac{P}{C}$ when the prompt specifies $\frac{P}{S}$ leads directly to the most popular wrong answer choice.

Trap 2: Direct Addition of Discount Chains

Never sum promotional discounts. A $20%$ discount followed by a $30%$ discount is not a $50%$ discount; it is a $1 - (0.80 \times 0.70) = 44%$ discount.

Trap 3: Compounding Frequency Period Errors

When interest compounds semiannually or quarterly, test-takers often remember to divide the annual rate by $n$, but forget to multiply the number of years by $n$. For quarterly compounding over 3 years, the periodic rate is $r/4$, but the total number of periods is $4 \times 3 = 12$.


Worked Problem Solving Example

Question: A boutique retailer bought a winter coat from a distributor for $$180$. The retailer marked up the coat by a certain percentage to establish the tag price. During a promotional sale, the retailer offered a $25%$ discount off the tag price. If the retailer still made a profit of $20%$ on the distributor cost, what was the original tag price of the coat?

Step-by-step Solution:

  1. Identify the cost ($C$): $C = $180$.
  2. Determine the actual selling price ($S$): The retailer made a $20%$ profit on distributor cost: S=C×(1+0.20)=180×1.20=180×65S = C \times (1 + 0.20) = 180 \times 1.20 = 180 \times \frac{6}{5} S=36×6=$216S = 36 \times 6 = \$216
  3. Connect selling price to the marked tag price ($M$): The selling price reflects a $25%$ discount off the tag price: S=M×(1−0.25)=0.75M=34MS = M \times (1 - 0.25) = 0.75 M = \frac{3}{4} M
  4. Solve for the tag price ($M$): 34M=216\frac{3}{4} M = 216 M=216×43=72×4=$288M = 216 \times \frac{4}{3} = 72 \times 4 = \$288 The original tag price was $$288$.
Loading diagram...
Commercial Mathematics Flow: Pricing, Markdown Chains, and Profit Margin Metrics
Test Your Knowledge

A merchant purchases an antique desk for $400 and marks up the desk so that after giving a customer a 20% discount off the marked price, the merchant still realizes a 20% profit on the original cost. What was the marked price of the desk?

A
B
C
D
Test Your Knowledge

An investor deposits $12,000 into Account X earning 6% annual simple interest, and another $12,000 into Account Y earning 6% annual interest compounded annually. After 2 years, how much more total interest will Account Y have earned than Account X?

A
B
C
D
Test Your Knowledge

A retailer sells a luxury watch for $600, earning a profit equal to 25% of the selling price. If the retailer wishes to adjust the price such that the profit equals 40% of the original cost, what should the new selling price be?

A
B
C
D