👁 Preview — Study, Practice and Revise are open; mock tests and the rest of the syllabus unlock on subscription. Unlock all · ₹4,999
← Back to Arithmetic Basics
Study mode

Discount

Understanding Discount: The Basics

Imagine you go shopping for a new backpack that has a price tag of Rs.2,000. However, the shopkeeper tells you there's a discount offered, which means you can buy it for less than Rs.2,000. This "less price" offered by subtracting a certain amount or percentage from the original price is what we call a discount.

Before diving deeper, let's learn some basic terms you'll see often:

  • List Price (or Marked Price): The original price printed on the product before any reductions. In our example, it is Rs.2,000.
  • Cost Price: The price at which the shopkeeper bought the product (usually from the manufacturer or wholesaler). This helps the shopkeeper decide the selling price.
  • Selling Price: The actual price at which the product is sold to you after considering any discounts.
  • Discount: The reduction given on the list price, either as a fixed amount or a percentage, to attract buyers.

Discounts are given to encourage sales, clear old stock, or reward loyal customers. They help customers save money, making shopping more attractive.

Basic Discount Formula

To find out how much you save and eventually pay, we use these relationships between list price, discount, and selling price.

If the List Price is Rs.LP, and the shopkeeper offers a discount of Rs.D or discount percentage \( d\% \), your Selling Price \( SP \) is:

Selling Price from Discount

SP = LP - D

Selling price is the list price minus the discount amount

SP = Selling Price
LP = List Price
D = Discount Amount

Since discounts are often given as percentages, you can calculate the discount amount using:

Discount Amount from Percentage

\[D = \frac{d}{100} \times LP\]

Discount amount is the given percent of the list price

D = Discount Amount
d = Discount Percentage
LP = List Price

Combining both, the formula for selling price using discount percentage is:

List Price (LP) Minus Discount (D) = Selling Price (SP)

Or mathematically,

\( SP = LP \times \left(1 - \frac{d}{100}\right) \)

Successive Discounts

Sometimes, a shop offers not just one, but multiple discounts one after another. For example, "10% off and then an additional 5% off." These are called successive discounts.

The important thing to remember: you do not simply add the discount percentages (i.e., 10% + 5% = 15%). Instead, the second discount is applied to the reduced price after the first discount.

graph TD    A[List Price = LP] --> B[Apply first discount d1%]    B --> C[Price after first discount = LP x (1 - d1/100)]    C --> D[Apply second discount d2%]    D --> E[Selling Price = LP x (1 - d1/100) x (1 - d2/100)]

The formula for selling price after successive discounts \( d_1\% \) and \( d_2\% \) is:

\( SP = LP \times \left(1 - \frac{d_1}{100}\right) \times \left(1 - \frac{d_2}{100}\right) \)

You can also find the equivalent single discount percentage \( D \% \) that gives the same final effect as successive discounts:

\( D = d_1 + d_2 - \frac{d_1 \times d_2}{100} \)

Worked Examples

Example 1: Calculating Simple Discount Easy
A backpack marked at Rs.2,000 is sold with a 20% discount. Find the discount amount and the selling price.

Step 1: Identify the list price and discount percentage.

List Price, \( LP = Rs.2000 \), Discount, \( d = 20\% \).

Step 2: Calculate the discount amount.

\( D = \frac{d}{100} \times LP = \frac{20}{100} \times 2000 = Rs.400 \)

Step 3: Calculate the selling price.

\( SP = LP - D = 2000 - 400 = Rs.1600 \)

Answer: Discount amount is Rs.400 and selling price is Rs.1600.

Example 2: Finding Discount Percentage from Prices Medium
A jacket is sold at Rs.1200 after a discount on the list price of Rs.1500. Find the discount percentage.

Step 1: Calculate the discount amount.

\( D = LP - SP = 1500 - 1200 = Rs.300 \)

Step 2: Calculate the discount percentage.

\( d = \frac{D}{LP} \times 100 = \frac{300}{1500} \times 100 = 20\% \)

Answer: The discount percentage is 20%.

Example 3: Applying Successive Discounts Medium
An article has a list price of Rs.1000. It is sold after two successive discounts of 10% and 5%. Find the final selling price.

Step 1: Calculate price after first discount.

\( SP_1 = 1000 \times \left(1 - \frac{10}{100}\right) = 1000 \times 0.90 = Rs.900 \)

Step 2: Apply second discount on Rs.900.

\( SP = 900 \times \left(1 - \frac{5}{100}\right) = 900 \times 0.95 = Rs.855 \)

Answer: The selling price after successive discounts is Rs.855.

Example 4: Using Complement Percentage to Find Selling Price Easy
Find the selling price of an item priced at Rs.4000, given a 25% discount using the complement method.

Step 1: Find the complement of discount percentage.

Complement = \( 100\% - 25\% = 75\% \)

Step 2: Multiply the list price by the complement decimal.

\( SP = 4000 \times \frac{75}{100} = 4000 \times 0.75 = Rs.3000 \)

Answer: The selling price is Rs.3000.

Example 5: Trade Discount Problem Hard
A wholesaler gives a trade discount of 15% on the list price of Rs.5000. Find the cost price for the retailer and the price paid by a customer if the retailer sells the item with a 10% discount on his cost price.

Step 1: Calculate the cost price for the retailer after trade discount.

\( \text{Cost Price (CP)} = 5000 \times \left(1 - \frac{15}{100}\right) = 5000 \times 0.85 = Rs.4250 \)

Step 2: Retailer gives a 10% discount on cost price.

\( \text{Selling Price (SP)} = 4250 \times \left(1 - \frac{10}{100}\right) = 4250 \times 0.90 = Rs.3825 \)

Answer:
Retailer's cost price is Rs.4250.
Customer pays Rs.3825 after retailer's discount.

Formula Bank

Discount Amount
\[ D = LP - SP \]
where: D = Discount amount, LP = List Price, SP = Selling Price
Discount Percentage
\[ \text{Discount \%} = \frac{D}{LP} \times 100 \]
where: D = Discount amount, LP = List Price
Selling Price from Discount Percentage
\[ SP = LP \times \left(1 - \frac{d}{100}\right) \]
where: SP = Selling Price, LP = List Price, d = Discount percentage
Successive Discounts
\[ SP = LP \times \left(1 - \frac{d_1}{100}\right) \times \left(1 - \frac{d_2}{100}\right) \]
where: SP = Selling Price, LP = List Price, d₁ = first discount %, d₂ = second discount %
Equivalent Single Discount
\[ D = d_1 + d_2 - \frac{d_1 \times d_2}{100} \]
where: D = Equivalent discount %, d₁ = first discount %, d₂ = second discount %

Tips & Tricks

Tip: Use the complement of the discount percentage (100% - discount%) to calculate selling price quickly.

When to use: Whenever you have a discount percentage and need to find selling price efficiently.

Tip: For successive discounts, multiply the complements of each discount instead of adding percentages directly.

When to use: When two or more discounts are applied one after another.

Tip: Remember the formula for equivalent single discount to find the net effect without detailed calculations.

When to use: To quickly compare successive discounts or simplify calculations.

Tip: Always note the units and currency in problems - use INR and metric units consistently.

When to use: In exams and practice to avoid mistakes linked to unit confusion.

Common Mistakes to Avoid

❌ Adding successive discount percentages directly instead of using the correct formula.
✓ Use the formula for equivalent single discount or multiply complements to get the correct net discount.
Why: Students assume discounts add linearly, ignoring the updated base price after each discount.
❌ Confusing cost price and list price and applying the discount on the wrong amount.
✓ Always apply discounts on the list (marked) price unless otherwise specified.
Why: Misunderstanding sales terms leads to incorrect calculations and answers.
❌ Calculating discount amount but not converting it into discount percentage when asked.
✓ Always relate discount amount back to list price to find the accurate discount percentage.
Why: Students stop short after finding the discount amount and miss the percentage step.
❌ Ignoring units or currency in word problems, leading to inconsistent or incorrect answers.
✓ Always double-check units and use INR and metric units consistently in solutions.
Why: Careless reading or skipping unit details causes calculation errors.
Curated videos per subtopic
Top YouTube explainers, AI-ranked for your exam and language. Unlocks with subscription.
Unlock

Try Practice next.

Progress tracking is paywalled — subscribe to mark subtopics as understood and save your streak.

Go to practice →
Ask a doubt
Discount · 10 free messages
Ask me anything about this subtopic. You have 10 free messages this session — chat history isn't saved in preview.