2.3 Percent Applications, Markup, Discount, & Simple Interest

Key Takeaways

  • The fundamental percent equation is Part = Percent (in decimal form) x Whole, where 'is' translates to equality and 'of' translates to multiplication.
  • Percent change is computed as (New Value - Original Value) / Original Value x 100%, always dividing by the baseline original value rather than the new value.
  • Successive percent changes (such as chained store discounts) are multiplicative rather than additive; a 20% discount followed by a 10% discount yields an effective 28% net reduction ((1 - 0.20)(1 - 0.10) = 0.72), not 30%.
  • Retail markup calculates price increase based on wholesale cost (Selling Price = Cost x (1 + m)), whereas gross profit margin calculates profit as a percentage of final selling revenue.
  • Simple interest follows the linear accumulation formula I = Prt (Principal x Annual Rate x Time in years), resulting in a total future balance of A = P(1 + rt).
Last updated: August 2026

Percent Fundamentals & Algebraic Translation

The word percent derives from the Latin per centum, meaning "out of one hundred" or "per hundredths". In all algebraic calculations, percentages must be converted to their decimal or fractional equivalents by dividing by 100100:

p%=p100=0.01pp\% = \frac{p}{100} = 0.01 \cdot p

Examples: 45%=0.45=92045\% = 0.45 = \frac{9}{20},   7.5%=0.075=340\; 7.5\% = 0.075 = \frac{3}{40},   125%=1.25=54\; 125\% = 1.25 = \frac{5}{4}.

The Direct Translation Keyword Dictionary

Word problems on the ACCUPLACER test can be systematically translated into linear equations using standard verbal cues:

Verbal PhraseMathematical OperatorExample StatementTranslated Equation
"is", "was", "equals", "represents"== (Equal sign)"18 is..."18=18 = \dots
"of"\cdot or ×\times (Multiplication)"...of 80..."×80\dots \times 80
"what number", "what amount"xx (Unknown variable)"What number is..."x=x = \dots
"what percent"p100\frac{p}{100} or pp"...what percent of 50?"(p100)×50\left(\frac{p}{100}\right) \times 50

The Three Fundamental Percent Problem Types

Every single-step percent problem revolves around the core relationship:

Part=Percent×Whole(or A=PW)\text{Part} = \text{Percent} \times \text{Whole} \quad (\text{or } A = P \cdot W)

  1. Finding the Part (AA is unknown): Problem: What is 35%35\% of 160160? Equation: x=0.35×160=56\text{Equation: } x = 0.35 \times 160 = 56
  2. Finding the Percent (PP is unknown): Problem: What percent of 8080 is 2828? Equation: 28=(p100)×80    28=0.80p    p=280.80=35%\text{Equation: } 28 = \left(\frac{p}{100}\right) \times 80 \implies 28 = 0.80p \implies p = \frac{28}{0.80} = 35\%
  3. Finding the Base/Whole (WW is unknown): Problem: 4242 is 60%60\% of what number? Equation: 42=0.60×W    W=420.60=70\text{Equation: } 42 = 0.60 \times W \implies W = \frac{42}{0.60} = 70

Percent Change & Percent Error

Percent change measures the relative increase or decrease of a quantity compared to its initial baseline value.

General Percent Change Formula

Percent Change=New ValueOriginal ValueOriginal Value×100%=ΔOriginal×100%\text{Percent Change} = \frac{\text{New Value} - \text{Original Value}}{\text{Original Value}} \times 100\% = \frac{\Delta}{\text{Original}} \times 100\%

  • If New>Original\text{New} > \text{Original}, the result is positive, indicating a Percent Increase.
  • If New<Original\text{New} < \text{Original}, the result is negative, indicating a Percent Decrease.

(Critical Rule: The denominator MUST always be the Original (initial) value, never the new value!)

Worked Example 1: Calculating Percent Increase and Decrease

  1. Percent Increase: A municipal transit authority raises the one-way bus fare from $2.50\$2.50 to $3.10\$3.10. Calculate the percent increase in fare. Percent Increase=3.102.502.50×100%=0.602.50×100%=0.24×100%=24%\text{Percent Increase} = \frac{3.10 - 2.50}{2.50} \times 100\% = \frac{0.60}{2.50} \times 100\% = 0.24 \times 100\% = 24\%
  2. Percent Decrease: A digital camera originally retailing for $450\$450 is marked down on clearance to $324\$324. Calculate the percent discount. Percent Decrease=324450450×100%=126450×100%=0.28×100%=28%  (28% decrease)\text{Percent Decrease} = \frac{324 - 450}{450} \times 100\% = \frac{-126}{450} \times 100\% = -0.28 \times 100\% = -28\% \; (28\%\text{ decrease})

Commercial Applications: Discounts, Tax, Tips, & Multipliers

In practical arithmetic, using decimal multipliers is significantly faster and less prone to calculation error than performing separate multi-step percentage additions or subtractions.

Decimal Multipliers for Common Transactions

  • Discount of d%d\%: Sale Price=Original Price×(1d)\text{Sale Price} = \text{Original Price} \times (1 - d) (Example: 25%25\% off means you pay 10.25=0.751 - 0.25 = 0.75 of original)
  • Sales Tax of t%t\%: Total with Tax=Subtotal×(1+t)\text{Total with Tax} = \text{Subtotal} \times (1 + t) (Example: 8.5%8.5\% tax means you pay 1+0.085=1.0851 + 0.085 = 1.085 of subtotal)
  • Tip / Gratuity of g%g\%: Total with Tip=Meal Cost×(1+g)\text{Total with Tip} = \text{Meal Cost} \times (1 + g) (Example: 18%18\% tip means total paid is 1.181.18 of meal cost)

Successive (Chained) Discounts

A pervasive trap on math exams involves successive percentage changes. When multiple discounts are applied in sequence, they are never additive because each subsequent percentage applies to the newly reduced intermediate price.

Final Multiplier=(1d1)×(1d2)××(1dn)\text{Final Multiplier} = (1 - d_1) \times (1 - d_2) \times \dots \times (1 - d_n) Effective Total Discount=1Final Multiplier\text{Effective Total Discount} = 1 - \text{Final Multiplier}

Worked Example 2: Successive Discounts vs. Direct Sum

A designer winter jacket with an original retail price of $240\$240 is placed on a 30%30\% off clearance rack. During a weekend promotional sale, the store offers an additional 20%20\% discount off the clearance price. What is the final sale price of the jacket, and what is the effective total percentage discount?

  1. Calculate intermediate clearance price (Multiplier 10.30=0.701 - 0.30 = 0.70): Clearance Price=$240×0.70=$168.00\text{Clearance Price} = \$240 \times 0.70 = \$168.00
  2. Apply the second 20%20\% discount (Multiplier 10.20=0.801 - 0.20 = 0.80): Final Sale Price=$168.00×0.80=$134.40\text{Final Sale Price} = \$168.00 \times 0.80 = \$134.40
  3. Combine using overall chained multiplier: Net Multiplier=0.70×0.80=0.56\text{Net Multiplier} = 0.70 \times 0.80 = 0.56 Final Price=$240×0.56=$134.40\text{Final Price} = \$240 \times 0.56 = \$134.40
  4. Determine effective single discount rate: Effective Discount=(10.56)×100%=44%\text{Effective Discount} = (1 - 0.56) \times 100\% = 44\%

(Exam Trap Alert: The effective discount is 44%44\%, NOT 30%+20%=50%30\% + 20\% = 50\%. If a 50%50\% discount were applied, the price would be $120.00\$120.00, undercharging by $14.40\$14.40.)


Retail Markup vs. Gross Profit Margin

In retail business arithmetic, students must distinguish between markup on cost and gross profit margin.

MetricMathematical FormulaBase Value (Denominator)Business Meaning
Markup Rate (mm)Selling PriceCostCost×100%\frac{\text{Selling Price} - \text{Cost}}{\text{Cost}} \times 100\%Wholesale CostPercentage added onto cost to set retail price
Gross Profit MarginSelling PriceCostSelling Price×100%\frac{\text{Selling Price} - \text{Cost}}{\text{Selling Price}} \times 100\%Selling Price (Revenue)Percentage of each revenue dollar retained as profit

Worked Example 3: Markup vs. Margin

A boutique electronics retailer purchases wireless headphones from a wholesale distributor for $60.00\$60.00 per unit and applies a 65%65\% markup on cost. Calculate the retail selling price and the retailer's gross profit margin.

  1. Calculate selling price with 65%65\% markup: Selling Price=Cost×(1+0.65)=$60.00×1.65=$99.00\text{Selling Price} = \text{Cost} \times (1 + 0.65) = \$60.00 \times 1.65 = \$99.00
  2. Determine gross dollar profit: Profit=$99.00$60.00=$39.00\text{Profit} = \$99.00 - \$60.00 = \$39.00
  3. Compute gross profit margin: Gross Margin=$39.00$99.00×100%=0.3939×100%39.39%\text{Gross Margin} = \frac{\$39.00}{\$99.00} \times 100\% = 0.3939\dots \times 100\% \approx 39.39\%

Simple Interest (I=PrtI = Prt)

Simple interest is interest calculated solely on the original principal amount deposited or borrowed, ignoring any interest compounding over time.

The Simple Interest Formula

I=PrtI = P \cdot r \cdot t

  • II (Interest): The dollar amount of interest earned by an investor or paid by a borrower.
  • PP (Principal): The original starting capital deposited or borrowed.
  • rr (Annual Interest Rate): The stated annual interest rate expressed in decimal form (e.g., 5.25%=0.05255.25\% = 0.0525).
  • tt (Time in Years): The duration of the loan or investment expressed in years.

Converting Time Intervals to Years

  • If time is given in months (mm): t=m12t = \frac{m}{12} (Example: 18 months=1812=1.5 years18\text{ months} = \frac{18}{12} = 1.5\text{ years};   9 months=912=0.75 years\; 9\text{ months} = \frac{9}{12} = 0.75\text{ years})
  • If time is given in days (dd): t=d365t = \frac{d}{365} (or d360\frac{d}{360} if using ordinary interest conventions)

Total Accumulated Balance (AA)

The total future value or repayment balance AA combines the original principal with the total interest earned:

A=P+I=P+Prt=P(1+rt)A = P + I = P + Prt = P(1 + rt)

Worked Example 4: Calculating Simple Interest Loan Repayment

A small business owner secures a $12,000\$12,000 equipment loan with a simple annual interest rate of 6.5%6.5\% for a term of 42 months42\text{ months}. Calculate the total interest accrued over the life of the loan and the total amount required to settle the balance.

  1. Convert duration 42 months42\text{ months} to years: t=4212=3.5 yearst = \frac{42}{12} = 3.5\text{ years}
  2. Calculate total interest accrued (I=PrtI = Prt): I=$12,000×0.065×3.5=$2,730.00I = \$12,000 \times 0.065 \times 3.5 = \$2,730.00
  3. Calculate total future repayment balance (A=P+IA = P + I): A=$12,000+$2,730=$14,730.00A = \$12,000 + \$2,730 = \$14,730.00

Worked Example 5: Solving for the Unknown Interest Rate

An investor deposits $5,000\$5,000 into a guaranteed fixed-rate certificate of deposit. After 4 years4\text{ years}, the total balance in the account grows to $5,900\$5,900. What was the annual simple interest rate paid by the certificate?

  1. Find total interest earned (I=API = A - P): I=$5,900$5,000=$900I = \$5,900 - \$5,000 = \$900
  2. Set up the simple interest formula to isolate rr: I=PrtI = P \cdot r \cdot t $900=$5,000r4\$900 = \$5,000 \cdot r \cdot 4 900=20,000r900 = 20,000 \cdot r
  3. Solve for rr and convert to percent: r=90020,000=0.045=4.5% per yearr = \frac{900}{20,000} = 0.045 = 4.5\%\text{ per year}

Common Pitfalls & ACCUPLACER Exam Traps

  1. Base Confusion in Percent Increase/Decrease: Always divide the difference Δ\Delta by the original starting value. If an item drops from $100\$100 to $80\$80, the decrease is 20100=20%\frac{20}{100} = 20\%. If it rises back from $80\$80 to $100\$100, the increase is 2080=25%\frac{20}{80} = 25\%, NOT 20%20\%.
  2. Linear Addition of Successive Percentages: Remember that a 20%20\% increase followed by a 20%20\% decrease does NOT return you to the original value: (1+0.20)(10.20)=1.20×0.80=0.96(1 + 0.20)(1 - 0.20) = 1.20 \times 0.80 = 0.96 (a net 4%4\% loss).
  3. Using Months Directly for tt in I=PrtI = Prt: If a loan lasts 18 months18\text{ months}, plugging in t=18t = 18 calculates interest for 18 years18\text{ years}! Always convert months to years (t=1812=1.5t = \frac{18}{12} = 1.5).
  4. Applying Sales Tax to Discounted vs. Original Price: In retail problems, sales tax is almost universally assessed on the discounted subtotal, not the pre-sale original sticker price.
Loading diagram...
Taxonomy of Percent and Commercial Calculations
Test Your Knowledge

A department store offers a promotional coupon for 25% off any item. A customer uses the coupon to purchase a power tool originally priced at $160.00. At the checkout register, a local sales tax of 8% is applied to the discounted sale price. What is the total final amount paid by the customer?

A
B
C
D
Test Your Knowledge

After receiving a 20% promotional discount on its sticker price, a tablet computer is sold for $384.00 before sales tax. What was the original retail sticker price of the tablet computer before the discount was applied?

A
B
C
D
Test Your Knowledge

An investor deposits $8,400 into a fixed-income account that pays an annual simple interest rate of 4.5%. How much total simple interest will the account accumulate after 30 months?

A
B
C
D