4.2 Percentages and Rates

Key Takeaways

  • Single discounts reduce a list price by a percentage, whereas successive discounts are applied sequentially and are never added together directly.
  • Sales tax is calculated on the discounted net subtotal and is added to determine the final invoice or transaction cost.
  • Simple interest is calculated using the principal, annual rate, and elapsed time, which must be expressed as a fraction of a year.
  • Percentage change calculations must always use the original starting value as the divisor to accurately measure growth or reduction over time.
Last updated: July 2026

Percentages and rates are fundamental to office administration, budget tracking, and procurement. Administrative staff routinely compute price discounts, add sales tax, calculate interest on late payments, determine percentage changes in office expenditures, and compare vendor rates to find the most cost-effective options. On civil service examinations, percentage problems test both direct calculation skills and your ability to apply multi-step algebraic reasoning to workplace scenarios.

Foundations of Percentages and Rates

A percentage represents a fraction of 100. Mathematically, the term 'percent' literally means 'per hundred.' To solve clerical percentage problems, you must be comfortable converting numbers between fractions, decimals, and percentages:

  • Percentage to Decimal: Move the decimal point two places to the left and remove the percent sign (e.g., $7.5% = 0.075$).
  • Decimal to Percentage: Move the decimal point two places to the right and add a percent sign (e.g., $0.125 = 12.5%$).
  • Fraction to Percentage: Divide the numerator by the denominator to get a decimal, then convert to a percentage (e.g., $3/5 = 0.60 = 60%$).

In rate calculations, the 'base' represents the whole, the 'rate' represents the percentage, and the 'part' represents the portion of the base. The relationship is governed by the formula:

Part=Base×Rate\text{Part} = \text{Base} \times \text{Rate}

For example, if an agency's total budget (base) is $120,000 and they spend 15% (rate) on office supplies, the part spent on supplies is $$120,000 \times 0.15 = $18,000$.

Calculating Single and Successive Discounts

Procurement processes often involve discounts offered by vendors for bulk purchases or promotional events. A single discount is computed by multiplying the list price by the discount rate to find the savings, then subtracting those savings from the list price. Alternatively, you can multiply the list price by the complement of the discount rate (the percentage you actually pay):

Sale Price=List Price×(1Discount Rate)\text{Sale Price} = \text{List Price} \times (1 - \text{Discount Rate})

If a desk list price is $400.00 and has a 15% discount, you pay 85% of the list price: $$400.00 \times 0.85 = $340.00$.

Successive (Double) Discounts

Often, vendors offer successive discounts, such as a 20% trade discount followed by a 5% early payment discount.

[!IMPORTANT] Successive discounts are never added together. You cannot combine a 20% discount and a 5% discount to make a 25% discount. Instead, they must be calculated sequentially.

To calculate successive discounts:

  1. Apply the first discount to the original list price to find the intermediate price.
  2. Apply the second discount to that new intermediate price to find the final price.

For example, on a $1,000.00 order with successive discounts of 20% and 5%:

  • First discount: $20%$ of $$1,000.00 = $200.00$. Intermediate price = $$1,000.00 - $200.00 = $800.00$.
  • Second discount: $5%$ of the intermediate price of $$800.00 = $40.00$. Final price = $$800.00 - $40.00 = $760.00$.

If you had mistakenly added the discounts to 25%, the final price would have been $750.00, which is incorrect and represents an underpayment to the vendor.

Computing Sales Tax and Total Transaction Costs

Sales tax is calculated as a percentage of the final purchase price (after all discounts have been deducted). The formula for sales tax is:

Sales Tax=Purchase Price×Tax Rate\text{Sales Tax} = \text{Purchase Price} \times \text{Tax Rate}

To find the total transaction cost in a single step, multiply the purchase price by $(1 + \text{Tax Rate})$:

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

If an office assistant buys a laptop for $600.00 in a city with an 8.5% sales tax, the total cost is $$600.00 imes 1.085 = $651.00$.

Reversing Sales Tax Calculations

Occasionally, an assistant is given a total invoice amount that includes tax and must calculate the original pre-tax price of the items. To find the pre-tax price, divide the total cost by $(1 + \text{Tax Rate})$:

Pre-Tax Price=Total Cost1+Tax Rate\text{Pre-Tax Price} = \frac{\text{Total Cost}}{1 + \text{Tax Rate}}

If a receipt shows a total charge of $108.00 including an 8% sales tax, the pre-tax cost of the items is $$108.00 / 1.08 = $100.00$. Do not simply calculate 8% of the final $108.00 ($8.64) and subtract it, as that would yield an incorrect pre-tax price of $99.36.

Calculating Simple Interest and Late Fees

Administrative duties often include tracking interest on late invoice payments or short-term departmental loans. Civil service exams test these concepts using the simple interest formula:

Interest(I)=Principal(P)×Rate(R)×Time(T)\text{Interest} (I) = \text{Principal} (P) \times \text{Rate} (R) \times \text{Time} (T)

  • Principal (P): The original amount of money borrowed or owed.
  • Rate (R): The annual interest rate, expressed as a decimal.
  • Time (T): The duration of the loan, expressed in years. If the time is given in months, it must be divided by 12 (e.g., 9 months = $9/12 = 0.75$ years).

For instance, if a vendor invoice of $5,000.00 is overdue by 90 days (which is $90/360$ or $0.25$ of a year using the standard 360-day commercial calendar), and the late fee interest rate is 8% per year, the interest charge is:

I=$5,000.00×0.08×0.25=$100.00I = \$5,000.00 \times 0.08 \times 0.25 = \$100.00

Percentage Increases and Decreases

Clerical staff frequently analyze changes in quantities over time, such as measuring the increase in public records requests or the reduction in office supply expenses. Reconciling these variations requires calculating the percentage change:

Percentage Change=Amount of ChangeOriginal Value×100\text{Percentage Change} = \frac{\text{Amount of Change}}{\text{Original Value}} \times 100

[!IMPORTANT] The denominator in a percentage change calculation is always the original (starting) value, never the new value.

Consider a municipal office that processed 150 passport applications in May and 180 passport applications in June:

  1. Find the absolute change: $180 - 150 = 30$ applications.
  2. Divide the change by the original value (May's count of 150): $30 / 150 = 0.20$.
  3. Convert to a percentage: $0.20 imes 100 = 20%$. The applications increased by 20%.

If the caseload then fell from 180 in June back to 150 in July, the percentage decrease is:

  1. Find the absolute change: $180 - 150 = 30$ applications.
  2. Divide the change by the original value (June's count of 180): $30 / 180 = 0.1667$.
  3. Convert to a percentage: $0.1667 imes 100 = 16.7%$. The applications decreased by 16.7%.

Administrative Rate Conversions and Unit Rates

To determine the best value for office purchases, clerks calculate unit rates (the cost of a single unit of a product). Comparing unit rates allows for objective purchasing decisions.

Unit Rate=Total CostNumber of Units\text{Unit Rate} = \frac{\text{Total Cost}}{\text{Number of Units}}

If Vendor A offers a box of 5,000 envelopes for $85.00, and Vendor B offers a pack of 1,200 envelopes for $21.00:

  • Vendor A's unit rate: $$85.00 / 5,000 = $0.0170$ per envelope.
  • Vendor B's unit rate: $$21.00 / 1,200 = $0.0175$ per envelope.

Vendor A is the more cost-effective option, saving the department $0.0005 per envelope.

Test Your Knowledge

A government department reduced its monthly consumption of copier paper from 260 boxes in June to 221 boxes in July. What is the percentage decrease in paper consumption?

A
B
C
D
Test Your Knowledge

An agency purchases a computer server with a list price of $550.00. The vendor offers a 20% discount on the server. If a state sales tax of 8% is applied to the discounted price, what is the final cost of the server?

A
B
C
D
Test Your Knowledge

An office finances the purchase of a commercial copier costing $6,000.00 at a simple interest rate of 7% per year. If the loan is paid off in a single lump sum after 6 months, how much interest has accumulated?

A
B
C
D
Test Your Knowledge

An administrative department orders office furniture listed at $3,000.00. The vendor offers a "double discount" structure: a primary discount of 20% for government bulk purchase, followed by an additional 10% discount for early payment. What is the final price of the furniture after both discounts are applied?

A
B
C
D