3.2 Percentages, Percent Change & Markup/Discount
Key Takeaways
- The fundamental percent equation is $\text{Part} = \text{Percent (in decimal form)} \times \text{Whole}$, where the 'Whole' follows the word 'of' and represents the base ($100\%$).
- Percent change is calculated as $\frac{\text{New Value} - \text{Original Value}}{\text{Original Value}} \times 100\%$; the original starting value is always the denominator, regardless of whether the change is an increase or decrease.
- Successive discounts cannot be added together: consecutive reductions of $20\%$ and $10\%$ result in an overall discount of $28\%$ because the second discount applies to the reduced intermediate price ($0.80 \times 0.90 = 0.72$).
- Retail markup and discount problems are efficiently solved using single decimal multipliers: a $35\%$ markup corresponds to multiplying by $1.35$, while a $25\%$ markdown corresponds to multiplying by $0.75$.
- Commission earnings often combine a fixed base salary with tiered percentage rates on sales exceeding specified baseline thresholds: $\text{Gross Earnings} = \text{Base} + [\text{Rate} \times (\text{Total Sales} - \text{Quota})]$.
Percentage Fundamentals: Conversions and the Percent Equation
A percent represents a fraction or ratio whose denominator is always $100$. The word percent originates from the Latin per centum, meaning "by the hundred." On the HiSET exam, percentages link foundational arithmetic to algebraic equations and practical financial scenarios.
The Three Equivalent Forms
Every percentage can be expressed interchangeably as a fraction, decimal, or percent:
- Percent to Decimal: Shift the decimal point two places to the left and drop the $%$ sign ($42.5% = 0.425$; $6% = 0.06$).
- Decimal to Percent: Shift the decimal point two places to the right and append the $%$ sign ($0.085 = 8.5%$; $1.45 = 145%$).
- Fraction to Percent: Convert the fraction to a decimal via division, then convert to a percent ($\frac{3}{8} = 0.375 = 37.5%$).
The Fundamental Percent Equation
All standard percent problems involve three elements: the Base (Whole), the Rate (Percent), and the Amount (Part):
Alternatively, this relationship can be structured as the Percent Proportion:
The Percent Triangle Formula Helper
/ \
/ A \ A = Part (Amount)
/───────\ P = Percent (as decimal)
/ P │ W \ W = Whole (Base)
/─────┴─────\
• Cover A ──► A = P × W
• Cover P ──► P = A / W
• Cover W ──► W = A / P
Solving the Three Core Percent Cases
| Problem Type | Standard Question Format | Algebraic Setup | Solution Method |
|---|---|---|---|
| Finding the Part ($A$) | What is $18%$ of $350$? | $A = 0.18 \times 350$ | $A = 63$ |
| Finding the Percent ($P$) | $45$ is what percent of $180$? | $P = \frac{45}{180}$ | $P = 0.25 = 25%$ |
| Finding the Whole ($W$) | $84$ is $70%$ of what number? | $84 = 0.70 \times W \implies W = \frac{84}{0.70}$ | $W = 120$ |
Percent Change: Measuring Increase and Decrease
Percent change quantifies the relative difference between an original value and a new value over time. Standardized tests frequently assess whether test-takers correctly identify the original baseline value.
- If $\text{New} > \text{Original}$, the result is positive, indicating a percent increase.
- If $\text{New} < \text{Original}$, the result is negative, indicating a percent decrease.
Universal Rule: The denominator of the percent change formula is always the original starting value, never the final or new value.
The Multiplier Shortcut for Percent Changes
Rather than computing the change in two separate steps (calculating the dollar change and adding/subtracting from the original), use single decimal multipliers:
- For an increase of $r%$: Multiply the base by $(1 + r)$. For a $15%$ increase, multiply by $1 + 0.15 = 1.15$.
- For a decrease of $r%$: Multiply the base by $(1 - r)$. For a $20%$ decrease, multiply by $1 - 0.20 = 0.80$.
The Asymmetry Trap of Percent Increase vs. Decrease
A common misconception is assuming that equal percentage increases and decreases cancel each other out. They do not, because each percentage applies to a different base value.
The 25% Increase vs. 20% Decrease Asymmetry
Start Value: $100
│
▼ (+25% increase on $100)
Value: $125
│
▼ (-20% decrease on $125)
Final Value: $125 × 0.80 = $100 (Back to start!)
Notice: A 25% drop from $125 would be $125 × 0.75 = $93.75, NOT $100!
Worked Example: Price Increase and Reversal
An item priced at $$80$ is increased by $25%$. What percent must the new price be decreased to return to the original $$80$ price?
- Calculate the increased price:
- Calculate the required dollar reduction:
- Compute the percent decrease relative to the NEW base of $$100$:
Thus, a $25%$ increase requires a $20%$ decrease to return to the initial value.
Retail Mathematics: Markups, Discounts, and Working Backwards
Retail arithmetic on the HiSET focuses on the relationships between wholesale cost, retail list price, discount rates, and final sale prices.
Key Retail Formulas
- Markup Equation:
- Discount (Sale Price) Equation:
Working Backwards to Find the Original Price
When a problem provides the discounted sale price and the discount percentage, students often make the fatal error of taking the discount percentage of the sale price and adding it back. That produces an incorrect result because the discount was originally calculated on the larger, unknown starting price.
Worked Example: Reconstructing Original Tag Price
A winter coat is sold during an end-of-season clearance for $$105$ after a $30%$ discount. What was the original tag price of the coat?
- Identify the percent relationship: A $30%$ discount means the customer paid $100% - 30% = 70%$ of the original tag price $P$.
- Write the algebraic equation:
- Solve for $P$ by dividing by $0.70$:
- Check the result:
(Error Check: Taking $30%$ of $$105$ gives $$31.50$, and $$105 + $31.50 = $136.50$, which is completely incorrect).
Successive (Compound) Discounts and Markups
In real-world retail, multiple promotions often apply sequentially (e.g., a clearance markdown plus a store coupon). Successive discounts cannot be added directly together. A $20%$ discount followed by an additional $10%$ coupon does not equal a $30%$ discount.
The Successive Multiplier Rule
To find the final price after consecutive percentage changes, multiply the original price by the product of individual decimal multipliers:
Mathematical Demonstration
Suppose an item has an initial retail price of $$200$, is discounted by $20%$, and then an extra $10%$ coupon is applied at the register:
- Step-by-Step Method:
- First discount: $$200 \times 0.20 = $40$ off $\implies \text{Intermediate Price} = $200 - $40 = $160$
- Second discount ($10%$ on $$160$): $$160 \times 0.10 = $16$ off $\implies \text{Final Price} = $160 - $16 = $144$
- Multiplier Method:
- Effective Overall Discount:
The true combined savings is $28%$, not $30%$ ($20% + 10%$), because the second discount applied only to the already-reduced $$160$ subtotal.
Sales Tax, Gratuities, and Commission Calculations
Sales Tax and Gratuities (Tips)
Sales tax and tips represent percentage additions to a transaction's subtotal:
- Tax or Tip Amount: $\text{Add-on} = \text{Subtotal} \times \text{Rate}$
- Total Bill (Single Multiplier): $\text{Total} = \text{Subtotal} \times (1 + \text{Tax Rate} + \text{Tip Rate})$ (when tip is based on pre-tax subtotal)
Worked Example: Dining Receipt
A restaurant bill subtotal is $$68.00$. A sales tax of $8.5%$ is added, and the customer leaves an $18%$ tip calculated on the pre-tax food subtotal. What is the total expenditure?
- Calculate Tax Amount: $$68.00 \times 0.085 = $5.78$
- Calculate Tip Amount: $$68.00 \times 0.18 = $12.24$
- Sum the Total: $\text{Total} = $68.00 + $5.78 + $12.24 = $86.02$
Commission Compensation Structures
Sales representatives are frequently compensated using percentage commissions. Standard compensation structures include:
- Straight Commission: $\text{Earnings} = \text{Sales Volume} \times \text{Commission Rate}$
- Salary Plus Commission: $\text{Earnings} = \text{Base Salary} + (\text{Sales Volume} \times \text{Commission Rate})$
- Quota-Tiered Commission: $\text{Earnings} = \text{Base Salary} + [(\text{Sales Volume} - \text{Quota Threshold}) \times \text{Commission Rate}]$
An electronics retailer reduced the price of a high-definition monitor from $850 to $646 during a holiday sale. What was the percent decrease in the price of the monitor?
A power tool with an original tag price of $240 is placed on clearance at 25% off. A preferred customer uses an additional 15% discount coupon applied to the clearance price at checkout. What is the final price paid for the power tool before sales tax?
During a promotional sale, a leather jacket is sold for $168 after a 30% discount from its original retail price. What was the original retail price of the jacket?
A sales representative receives a monthly base salary of $2,200 plus a 6% commission on all sales exceeding a monthly quota threshold of $15,000. If the representative generates $42,000 in total sales during October, what is their total gross monthly pay?