- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
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
Calculate the compound interest on Rs. 80,000 for 3 years if the rate of interest for the 3 successive years are 4%, 5% and 10% respectively.
Given:
Principal $P=Rs.\ 80000$
Rate of interest for 3 successive years $R_1, R_2$ and $R_3$ are $4 \%, 5 \%$ and $10 \%$ respectively.
Time $T= 3$ years
To do:
We have to find compound interest.
Solution:
We know that,
$A = P(1 + \frac{R_1}{100}) (1 + \frac{R_2}{100})(1+\frac{R_3}{100})$
A - Amount
P - Principle
R - Rate of Interest
Here,
$P = 80000, R_1 = 4 \%, R_2 =5 \%, R_3=10 \%$
$A = 80000(1 + \frac{4}{100}) (1 + \frac{5}{100})(1 + \frac{10}{100})$
$A = 80000(1 + \frac{1}{25}) (1 + \frac{1}{20})(1 + \frac{1}{10})$
$A = 80000 (\frac{26}{25}) (\frac{21}{20})(\frac{11}{10})$
$A = \frac{80 \times 26 \times 21 \times 11}{5}$
$A = 16\times6006$
$A = 96096$
Amount $=Rs.\ 96096$
Compound Interest $=$Amount$-$Principal
Compound Interest $= Rs.\ (96096-80000)$
Compound Interest $=Rs.\ 16096$.
- Related Articles
- Find the amount and compound interest on RS 2500 in 2 years if the rates are 5% and 6% for successive years
- Find the compound interest at the rate of 5 % per annum for 3 years on that principal which in 3 years at the rate of 5 % per annum gives Rs 1200 as simple interest.
- Calculate the amount and compound interest on Rs. 10,800 for 3 years at \( 12 \frac{1}{2} \% \) per annum compounded annually.
- If a person borrow Rs 10,000 for 3 years at an interest rate of 10% compounded annually. Then what will be Compound Interest and the amount to be paid by him?
- Find the interest on a sum of Rs. 8250 for 3 years at a rate of 8% per annum.
- The difference between the simple interest and the compound interest on a sum of money for 3 years at 10% per annum is ₹ 558. Find the sum.
- Simple interest of $₹\ 400$ for one year is $₹\ 40$. What is the interest $₹\ 600$ for $5$ years if the rate of interest remains same?
- The difference between the simple interest and the compound interest on a sum of money for 3 years at 12% per annum is ₹216. Find the sum.
- C++ program to find the rate percentage from compound interest of consecutive years
- Find the compound interest on Rs. 6,000 for 1 year at the rate of 4% per annum if the interest is a) Compounded half-yearly b) compounded quarterly
- What rate gives $Rs.\ 280$ as interest on a sum of $Rs.\ 56,000$ in 2 years?
- How much compound interest is earned by investing $Rs.\ 20000$ for $6$ years at $5$ % per annum compounded annually?
- If the principle sum is Rs 5000 find the simple interest and the amount at the end of two years at the rate of 5%.
- If the principle sum is Rs 8000 find the simple interest and the amount at the end of two years at the rate of 5%.
- State T for true and \( \mathrm{F} \) for false.(i) Compound interest is calculated by using the formula, C.I. \( =P\left(1+\frac{r}{100}\right)^{n} \)(ii) The simple interest and the compound interest on the same principal for same time period \( (>1 \) year) and at the same rate of interest are not equal.(iii) If a sum of ₹ 2000 becomes ₹ 2600 after three years, then rate of simple interest is \( 10 \% \) per annum. (iv) In case of compound interest, the principal remains constant throughout the time period.
