4.3 Percentages, Interest, Profit, and Financial Math

Key Takeaways

  • Percentage relationships are governed by the Percent Triangle: Part = Percent × Whole, Percent = Part / Whole, and Whole = Part / Percent.
  • Percent change must strictly be calculated against the original starting baseline: Percent Change = ((New - Old) / Old) × 100%; dividing by the new value is a classic distractor trap.
  • Successive (chain) discounts compound multiplicatively on remaining balances rather than adding linearly; a 20% discount followed by a 10% discount yields an effective total discount of 28%, NOT 30%.
  • Simple interest accumulates linearly according to I = P · r · t, with total maturity value A = P(1 + rt), where time t must be expressed strictly in years or fractions of a year.
  • Retail markup, markdown, profit margin, and sales tax calculations require systematic decimal multipliers without intermediate scratch-paper rounding.
Last updated: August 2026

4.3 Percentages, Interest, Profit, and Financial Math

Core Principle: Financial and commercial arithmetic on the ASVAB evaluates your ability to navigate parts-to-whole relationships, percentage growth and decay, compounding discount chains, and capital accumulation via simple interest ($I = Prt$). Solving these problems accurately without a calculator requires mastering fraction-to-decimal benchmarks and multiplier mechanics.


Percentage Fundamentals & The Percent Triangle

A percent translates to "per one hundred" ($x% = \frac{x}{100} = 0.01x$). All percentage problems involve three interrelated mathematical variables:

  1. The Base (Whole): The total initial reference quantity ($100%$).
  2. The Rate (Percent): The fractional proportion expressed per hundred.
  3. The Percentage (Part): The resulting numerical portion of the base.
+---------------------------------------------------------------------------------------------------+
|                                     THE PERCENT TRIANGLE                                          |
|                                                                                                   |
|                                              / \                                                 |
|                                             /   \                                                |
|                                            / PART\                                               |
|                                           /───────\                                              |
|                                          / % │ BASE\                                             |
|                                         /────┴──────\                                            |
|                                                                                                   |
|         Part = % × Base           % = Part / Base           Base = Part / %                       |
+---------------------------------------------------------------------------------------------------+

The Three Fundamental Percent Equations

  1. Finding the Part: What is $15%$ of $240$? Part=0.15×240=36\text{Part} = 0.15 \times 240 = 36 (Mental shortcut: $10% \text{ of } 240 = 24$; $5% \text{ of } 240 = 12$; $24 + 12 = 36$).

  2. Finding the Percent: $45$ is what percent of $180$? Rate=45180=14=0.25=25%\text{Rate} = \frac{45}{180} = \frac{1}{4} = 0.25 = 25\%

  3. Finding the Base (Whole): $36$ is $12%$ of what number? Base=360.12=3,60012=300\text{Base} = \frac{36}{0.12} = \frac{3,600}{12} = 300

Essential Fraction-Decimal-Percent Conversion Benchmarks

FractionDecimalPercentageFractionDecimalPercentage
1/20.5050%1/80.12512.5%
1/30.333...33.33%3/80.37537.5%
2/30.666...66.67%5/80.62562.5%
1/40.2525%7/80.87587.5%
3/40.7575%1/100.1010%
1/50.2020%1/60.166...16.67%
2/50.4040%5/60.833...83.33%
3/50.6060%1/120.0833...8.33%
4/50.8080%1/200.055%

Percent Increase and Percent Decrease

Percent change measures the relative variation of a quantity compared to its original baseline value.

Percent Change=New ValueOriginal ValueOriginal Value×100%\text{Percent Change} = \frac{\text{New Value} - \text{Original Value}}{\text{Original Value}} \times 100\% Percent Change=Amount of ChangeOriginal Starting Baseline×100%\text{Percent Change} = \frac{\text{Amount of Change}}{\text{Original Starting Baseline}} \times 100\%

The Original Base Trap: The most common error in percent change problems is dividing the change by the new value instead of the original starting value. If an inventory increases from 80 rifles to 100 rifles, the percent increase is $\frac{100 - 80}{80} = \frac{20}{80} = 25%$, NOT $\frac{20}{100} = 20%$.

Multiplier Shortcuts for Single-Step Calculation

  • To increase a quantity by $x%$: Multiply by $(1 + x)$ (e.g., Increase by $15% \implies \times 1.15$).
  • To decrease a quantity by $x%$: Multiply by $(1 - x)$ (e.g., Decrease by $20% \implies \times 0.80$).
  • Reverse Percentage Calculation: If a price after a $20%$ increase is $$240$, the original price is $\frac{$240}{1.20} = $200$ (NOT $$240 \times 0.80 = $192$).

The Successive (Compound) Discounts Trap

Commercial math items on the ASVAB frequently feature consecutive discounts, such as a store sale followed by an employee or military discount.

The Trap: A store offers a $20%$ clearance discount, and an active-duty military member receives an additional $10%$ discount at checkout. Examinees instinctively add the percentages: $20% + 10% = 30%$ total discount. THIS IS INCORRECT.

The Multiplicative Remainder Method

Each successive discount applies strictly to the remaining balance, not to the original list price.

Final Price Multiplier=(1d1)×(1d2)\text{Final Price Multiplier} = (1 - d_1) \times (1 - d_2) Final Price Multiplier=(10.20)×(10.10)=0.80×0.90=0.72\text{Final Price Multiplier} = (1 - 0.20) \times (1 - 0.10) = 0.80 \times 0.90 = 0.72

  • Final Price: $72%$ of original list price.
  • True Effective Discount: $1.00 - 0.72 = 0.28 = 28%$ (NOT $30%$).

Step-by-Step Numerical Walkthrough

Assume a tactical gear bag has an original list price of $$100$:

  1. Apply First Discount ($20%$): $20% \text{ of } $100 = $20 \implies \text{New Price} = $80$.
  2. Apply Second Discount ($10%$): $10% \text{ of } $80 = $8 \implies \text{Final Price} = $80 - $8 = $72$.
  3. Total Dollar Savings: $$20 + $8 = $28$ savings on $$100$ ($28%$).

Simple Interest & Loan Repayment ($I = Prt$)

On the ASVAB, all interest calculations involve simple interest (compound interest formulas requiring exponentiation are not tested without calculators).

Interest=Principal×Annual Rate×Time(I=Prt)\text{Interest} = \text{Principal} \times \text{Annual Rate} \times \text{Time} \quad (I = P \cdot r \cdot t)

Where:

  • $I$ = Total interest accrued (in dollars)
  • $P$ = Principal (initial dollar amount invested or borrowed)
  • $r$ = Annual interest rate (expressed as a decimal, e.g., $6.5% = 0.065$)
  • $t$ = Time in years

Total Maturity Value (Amount Repaid)

When an item asks for the total amount repaid or future account balance, add the accumulated interest to the starting principal:

Total Amount (A)=P+I=P(1+rt)\text{Total Amount } (A) = P + I = P(1 + rt)

The Time Conversion Trap in Interest Problems

Time $t$ must always be expressed in years:

  • 6 months: $t = \frac{6}{12} = 0.5 \text{ years}$
  • 18 months: $t = \frac{18}{12} = 1.5 \text{ years}$
  • 90 days: $t = \frac{90}{360} = 0.25 \text{ years}$ (using the standard 360-day commercial banker's year)

Retail Markup, Profit Margins & Commissions

1. Wholesale Cost and Retail Selling Price

Selling Price=Cost+Markup Amount\text{Selling Price} = \text{Cost} + \text{Markup Amount} Markup Amount=Cost×Markup Rate\text{Markup Amount} = \text{Cost} \times \text{Markup Rate} Selling Price=Cost×(1+Markup Rate)\text{Selling Price} = \text{Cost} \times (1 + \text{Markup Rate})

2. Net Profit and Profit Margin

Net Profit=Selling PriceTotal Cost\text{Net Profit} = \text{Selling Price} - \text{Total Cost} Profit Margin=Net ProfitSelling Price×100%\text{Profit Margin} = \frac{\text{Net Profit}}{\text{Selling Price}} \times 100\%

3. Sales Tax Calculation

Total Paid=Purchase Price×(1+Sales Tax Rate)\text{Total Paid} = \text{Purchase Price} \times (1 + \text{Sales Tax Rate})

4. Tiered Commission Structures

Total Earnings=Base Salary+[Commission Rate×(Total SalesQuota Threshold)]\text{Total Earnings} = \text{Base Salary} + [\text{Commission Rate} \times (\text{Total Sales} - \text{Quota Threshold})]


Step-by-Step Worked Examination Problems

Problem 1: Tiered Sales Commission & Base Salary

A defense equipment sales representative receives a guaranteed monthly base salary of $2,400, plus an 8% commission on all sales revenue exceeding a monthly quota threshold of $15,000. In March, the representative generates $42,000 in total sales. What is the representative's total gross income for March?

Solution Execution:

  1. Determine Commissionable Sales: Sales Subject to Commission=Total SalesQuota Threshold=$42,000$15,000=$27,000\text{Sales Subject to Commission} = \text{Total Sales} - \text{Quota Threshold} = \$42,000 - \$15,000 = \$27,000
  2. Calculate Commission Earned: Commission=0.08×$27,000=8×270=$2,160\text{Commission} = 0.08 \times \$27,000 = 8 \times 270 = \$2,160 (Mental shortcut: $10% \text{ of } 27,000 = 2,700$; $1% = 270$; $8% = 2,700 - 540 = 2,160$).
  3. Compute Total Gross Earnings: Total Earnings=Base Salary+Commission=$2,400+$2,160=$4,560\text{Total Earnings} = \text{Base Salary} + \text{Commission} = \$2,400 + \$2,160 = \$4,560

Problem 2: Multi-Stage Commercial Price Adjustments

A military bookstore purchases a technical tactical manual from a publisher for $50. The store marks up the manual by 30% for retail display. During a promotion, the store discounts the marked price by 10%. If a customer must also pay a 6% state sales tax on the final discounted price, what is the total amount the customer pays at checkout?

Solution Execution:

  1. Compute Marked Retail Price (30% Markup on $50): Retail Price=$50×1.30=$65.00\text{Retail Price} = \$50 \times 1.30 = \$65.00
  2. Apply Promotional Discount (10% off $65): Discounted Price=$65×0.90=$58.50\text{Discounted Price} = \$65 \times 0.90 = \$58.50
  3. Apply 6% Sales Tax: Total at Checkout=$58.50×1.06\text{Total at Checkout} = \$58.50 \times 1.06 (Mental arithmetic: $58.50 \times 0.06 = 3.51 \implies 58.50 + 3.51 = $62.01$).
Loading diagram...
Successive Discount Multiplier vs Additive Trap
Test Your Knowledge

A military surplus dealer purchases a batch of cold-weather boots at a wholesale cost of $60 per pair. The dealer marks up the wholesale cost by 40% to establish the standard retail price. During a seasonal inventory clearance, the dealer discounts the boots by 20% off the standard retail price. What is the dealer's net profit per pair of boots sold at the clearance price?

A
B
C
D
Test Your Knowledge

After receiving a 20% salary increase following a promotion, a non-commissioned officer's new monthly base pay is $3,600. What was the officer's monthly base pay prior to the promotion?

A
B
C
D
Test Your Knowledge

A service member purchases a tactical gear bundle with an original list price of $400. The store offers a storewide 25% promotional discount, and the service member applies an additional 10% military discount to the discounted total. What is the final price paid for the gear bundle before sales tax?

A
B
C
D
Test Your Knowledge

A soldier secures a simple interest personal emergency loan of $5,000 at an annual interest rate of 6%. If the loan principal and all accrued interest are paid off in a single lump sum after exactly 18 months, what is the total amount repaid?

A
B
C
D