Question
Raj and Simran each invested a sum of ₹10,000 for
three years at 25% compound interest per annum. However, while for Raj the interest was compounded annually, for Simran it was compounded every six months. How much more will Simran receive as interest compared to Raj at the end of the three years?Solution
For Raj (compounded annually): Rate = 25% Time = 3 years A = ₹10,000 (1 + 25/100)3 = 10,000 × (5/4)3 = ₹19,531.25 Interest = A – P =19,531.25-10000 = ₹9,531.25 For Simran (compounded semi-annually): Rate for six months = 25 × 6/12 = 12.5% Time for Simran = 3 × 2 = 6 periods - A = ₹10,000 (1 + 12.5/100) 6 = 10,000 × (9/8)6 = ₹19,987.37 Interest = A – P =19987.37-10000 = ₹9,987.37 Difference in interest = ₹9,987.37 - ₹9,531.25 = ₹456
What is the main purpose of the parity bit in error detection?
What does below UNIX command do?
cat filename
Performance of cache memory is frequently measured in terms of
Which bus is responsible for transferring data between the CPU and memory?
Which layer of the OSI model provides services for file transfer, email, and network management?
Which network topology connects all nodes in a linear fashion?
What is an identifier in C language?
Which data analytics technique is suitable for handling missing data points in a dataset?
Efficiency of the token ring is high if-
How is dynamic memory deallocated in Java?