Advanced Percent Word Problems: Comprehensive Exercises & Solutions

Master advanced percent word problems: percentage change, compound percentages, percent of percent, mixture problems, and profit/loss calculations through these 5 detailed exercises.

Core Concepts & Formulas
\(\text{Percentage} = \frac{\text{Part}}{\text{Whole}} \times 100\%\)
Basic Percentage Formula
\(\text{Percent Change} = \frac{\text{New Value} - \text{Original Value}}{\text{Original Value}} \times 100\%\)
Percentage Change Formula
\(\text{Compound Percentage} = \text{Initial Value} \times (1 + r_1) \times (1 + r_2) \times \ldots\)
Compound Percentage Formula
Increase
\(\text{New Value} = \text{Original} \times (1 + \frac{\%}{100})\)
When value increases
Decrease
\(\text{New Value} = \text{Original} \times (1 - \frac{\%}{100})\)
When value decreases
Profit/Loss
\(\text{Profit \%} = \frac{\text{Selling Price} - \text{Cost Price}}{\text{Cost Price}} \times 100\%\)
Profit and loss calculation
Key Definitions:

Percentage: A ratio expressed as a fraction of 100

Percent Change: The relative change from an original value

Compound Percentage: Multiple percentage changes applied sequentially

Percent of Percent: Taking a percentage of another percentage

Tip 1: Always identify the "base" or "original" value when calculating percentages.
Tip 2: Convert percentages to decimals by dividing by 100 (e.g., 25% = 0.25).
Tip 3: For multiple percentage changes, multiply the factors, don't add the percentages.
Advanced Exercises 1-3
1 Compound Percentage Change
Exercise 1
A store increases its prices by 20% in January, then by another 15% in February. If an item originally cost $80, what is its final price?
Definition:

Compound Percentage Change: Multiple percentage changes applied sequentially to the same base

Method:
  1. Apply the first percentage change to the original value
  2. Apply subsequent percentage changes to the new value
  3. Alternatively, multiply all change factors together
Original Price
$80
After 20%
$96
After 15%
$110.40
Step 1: Apply 20% increase in January

New price = Original × (1 + 0.20) = $80 × 1.20 = $96

Step 2: Apply 15% increase in February

New price = Previous × (1 + 0.15) = $96 × 1.15 = $110.40

Step 3: Alternative calculation (factor method)

Total factor = 1.20 × 1.15 = 1.38

Final price = $80 × 1.38 = $110.40

Final price = $110.40
Final answer:

The final price is $110.40 after both increases.

Applied rules:

Compound Percentage: Multiply change factors: (1 + r₁) × (1 + r₂)

Sequential Application: Apply each change to the previous result

Decimal Conversion: Convert percentages to decimals (20% = 0.20)

2 Percent Change with Unknown Original
Exercise 2
After a 25% discount, a jacket costs $60. What was the original price before the discount?
Definition:

Reverse Percentage Calculation: Finding the original value given the final value and percentage change

Discount Applied
25% off
Current Price
$60
Original Price
$80
Step 1: Set up the equation

If discount is 25%, then customer pays 75% of original price

Current price = Original × (1 - 0.25) = Original × 0.75

Step 2: Solve for original price

$60 = Original × 0.75

Original = $60 ÷ 0.75 = $80

Step 3: Verify the answer

Check: $80 - (25% of $80) = $80 - $20 = $60 ✓

Original price = $80
Final answer:

The original price was $80 before the 25% discount.

Applied rules:

Reverse Calculation: Original = Final ÷ (1 - discount rate)

Discount Logic: Final price = Original × (1 - discount %)

Verification: Always check your answer by working forward

3 Percent of Percent
Exercise 3
In a school, 60% of students are girls. Of these girls, 25% participate in sports. What percent of all students are girls who participate in sports?
Definition:

Percent of Percent: Taking a percentage of another percentage (multiplication of fractions)

Total Students
100%
Girls
60%
Girls in Sports
15%
Step 1: Identify the sequence of percentages

First: 60% of all students are girls

Second: 25% of these girls participate in sports

Step 2: Calculate percent of percent

Girls in sports = 25% of 60% of total students

Girls in sports = 0.25 × 0.60 = 0.15 = 15%

Step 3: Alternative approach with actual numbers

Assume 100 total students: 60 girls, 25% of 60 = 15 girls in sports

15 out of 100 = 15%

15% of all students are girls who participate in sports
Final answer:

15% of all students are girls who participate in sports.

Applied rules:

Percent of Percent: Multiply the percentages (not add)

Sequential Logic: Apply percentages in the order given

Verification: Use specific numbers to confirm the calculation

Advanced Exercises 4-5
4 Mixture Problem
Exercise 4
A chemist needs to make 200 mL of a 15% acid solution by mixing a 10% acid solution with a 25% acid solution. How much of each solution should be used?
Definition:

Mixture Problem: Combining two or more substances with different concentrations to achieve a desired concentration

Target Volume
200 mL
Target Concentration
15%
Final Amounts
50mL + 150mL
Step 1: Define variables

Let x = volume of 10% solution (in mL)

Then (200 - x) = volume of 25% solution (in mL)

Step 2: Set up the equation

Amount of acid in 10% solution + Amount in 25% solution = Amount in 15% solution

0.10x + 0.25(200 - x) = 0.15(200)

Step 3: Solve the equation

0.10x + 50 - 0.25x = 30

-0.15x = -20

x = 133.33 mL (10% solution)

200 - x = 66.67 mL (25% solution)

133.33 mL of 10% solution + 66.67 mL of 25% solution
Final answer:

Use 133.33 mL of the 10% solution and 66.67 mL of the 25% solution.

Applied rules:

Mixture Equation: (Concentration₁ × Volume₁) + (Concentration₂ × Volume₂) = (Final Concentration × Total Volume)

Variable Definition: Assign variables to unknown quantities

Algebraic Solution: Solve linear equations systematically

5 Profit/Loss Calculation
Exercise 5
A shopkeeper buys an article for $120. He marks it up by 25% and then offers a discount of 10%. What is his profit percentage?
Definition:

Profit/Loss Percentage: Calculated based on the cost price as the reference point

Cost Price
$120
Marked Price
$150
Final Selling Price
$135
Step 1: Calculate marked price after 25% markup

Marked price = Cost price × (1 + 0.25) = $120 × 1.25 = $150

Step 2: Calculate selling price after 10% discount

Selling price = Marked price × (1 - 0.10) = $150 × 0.90 = $135

Step 3: Calculate profit percentage

Profit = Selling price - Cost price = $135 - $120 = $15

Profit % = ($15/$120) × 100% = 12.5%

Step 4: Alternative calculation using factors

Overall factor = 1.25 × 0.90 = 1.125

Final price = $120 × 1.125 = $135

Profit % = (1.125 - 1) × 100% = 12.5%

Profit percentage = 12.5%
Final answer:

The shopkeeper makes a profit of 12.5%.

Applied rules:

Markup Calculation: New price = Original × (1 + markup %)

Discount Calculation: Final price = Marked price × (1 - discount %)

Profit %: (Profit ÷ Cost price) × 100%

Advanced Percent Problem Solving Guide
\(\text{Percentage Change} = \frac{\text{New} - \text{Old}}{\text{Old}} \times 100\%\)
Percentage Change Formula
Advanced Concepts:

Successive Percentage Changes: When multiple percentages are applied sequentially, multiply the factors rather than adding percentages

Percent of Percent: Calculating a percentage of another percentage requires multiplication

Weighted Percentages: Different weights for different parts of a whole

Problem-Solving Strategy:
  1. Identify the type: Determine if it's basic percentage, change, compound, or mixture
  2. Define variables: Assign symbols to unknown quantities
  3. Set up equations: Translate words into mathematical relationships
  4. Solve systematically: Follow algebraic steps carefully
  5. Verify answer: Check if the solution makes sense in context
Tip 1: For percentage increases/decreases, use (1 + r) and (1 - r) respectively.
Tip 2: Always identify what the percentage is taken of (the base value).
Tip 3: In mixture problems, the amount of pure substance remains constant in each part.
Tip 4: Profit/loss percentages are always calculated on the cost price, not selling price.
Common Mistakes: Adding percentage changes instead of multiplying factors, using wrong base value, forgetting to convert percentages to decimals.
Key Formulas: Successive changes: (1+r₁)(1+r₂)..., Mixture: C₁V₁+C₂V₂=C₃V₃, Profit %: (SP-CP)/CP×100%
Critical Thinking Points:

Context Matters: Understand whether you're finding part of a whole or comparing changes

Multiple Steps: Complex problems often require multiple percentage calculations

Verification: Always check if your answer is reasonable in the context

Alternative Methods: Try different approaches to confirm your answer

Percent Problem Types

📊
Increase/Decrease
New = Original × (1 ± %/100)
Example: 20% increase = Original × 1.20
Successive Changes
Multiply the factors
Example: 10% then 20% = ×1.10 × 1.20 = ×1.32
Mixtures
(C₁×V₁) + (C₂×V₂) = (C₃×V₃)
Concentration × Volume = Pure amount
Percent of Percent
Multiply the percentages
Example: 25% of 60% = 0.25 × 0.60 = 0.15 = 15%

Questions & Answers

Question: Why can't I just add the percentages when calculating successive percentage changes? For example, if something increases by 10% and then by 20%, why isn't it a 30% total increase?

Answer: Great question! The reason you can't simply add percentages is because each percentage change is applied to a different base value.

Example: Start with $100

  • First 10% increase: $100 × 1.10 = $110
  • Then 20% increase: $110 × 1.20 = $132
  • Total change: ($132 - $100) / $100 = 32%, not 30%!

If you added the percentages: 10% + 20% = 30%, giving $100 × 1.30 = $130

The 20% increase is applied to $110 (the new base), not the original $100. This is why we multiply the factors: 1.10 × 1.20 = 1.32, representing a 32% increase.

Question: In mixture problems, how do I know what to set as my variable? Should I always let the variable represent the smaller quantity?

Answer: You can set the variable to represent any unknown quantity that helps solve the problem! It doesn't have to be the smaller one.

For mixture problems, common strategies include:

  • Let x = volume of first solution, then (total - x) = volume of second solution
  • Let x = volume of each solution separately (requires two equations)
  • Let x = the final amount of pure substance

The key is ensuring you have enough equations to solve for your variables. In the standard two-solution mixture problem, using one variable (x) for one solution and (total - x) for the other creates a single equation that's easy to solve.

Example: For 200mL total, let x = mL of 10% solution, then (200-x) = mL of 25% solution.

Question: When calculating profit percentage, why do we divide by the cost price instead of the selling price?

Answer: Profit percentage is calculated based on the cost price because it represents the return on investment relative to what was initially spent.

Think of it this way:

  • You invest $100 (cost price) to buy an item
  • You sell it for $120 (selling price)
  • Your profit is $20
  • Your return on investment = ($20 profit / $100 investment) × 100% = 20%

If we divided by selling price: ($20 / $120) × 100% = 16.67%, which doesn't accurately reflect your return on the original investment.

The cost price is the baseline because it represents the capital you risked. This standardization allows for consistent comparison of profitability across different transactions.