- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find a single discount equivalent to two successive discount of 20% and 5%
Given:
Two successive discount of 20% and 5%.
To do:
We have to find the single discount equivalent to two successive discounts of 20% and 5%.
Solution:
Let the marked price be Rs. 100.
First discount $= 20 \%$
$20 \%$of 100 $= \frac{20}{100}\times100=20$
Price $=100 - 20 = 80$
Second discount $= 5 \%$
$5 \%$ of 80 $= \frac{5}{100}\times80$
$=4$
Final price $= 80-4$
$= 76$
Let the single equivalent discount be $x$.
Single equivalent Discount $= MP - SP$
$= 100 -76$
$= 24$
The single discount equivalent to two successive discounts of 20% and 5% is 24%.
- Related Articles
- Which is a better deal for a customer, a single discount of 14% or two successive discount of 12% and 2%
- An article says, “Buy 5 T-shirts, get 4 free and an additional 20% discount”. Find the final discount.
- If p 5 12 and 20 are in proportion find the value of p.
- Risk-Adjusted Discount Rate Vs. Certainty-Equivalent Methods
- Find the sp when :na. MP=1200, discount =15%nb. MP=550, discount =12%
- Find MP:SP $=Rs. 544$, Discount $= 15 %$
- What is accretion of a discount?
- Find the value of '$p$' if the numbers $x, 2x+p, 3x+p$ are three successive terms of the A.P.
- If the marked price of an article is ₹18000 and the discount is 10%, then find the discount amount.
- Program to find the Discount Percentage in C++
- Find the value of $p$ if ( 5 p+2=17 ).
- The marked price of a pair of shoes is Rs 5000 and the shopkeeper allows 15% discount . Find the selling price of shoes after discount.
- Find the value of $p$ if $5+6(p+1)=35$.
- A point $A( 0, 2)$ is equidistant from the points $B( 3, p)$ and $C( p, 5)$, then find the value of P.
- What are pure discount bonds?

Advertisements