Question
A sum of money amounts to Rs 2420 in 2 years and Rs 2662
in 3 years at compound interest. Find the rate of interest per annum and the principal.Solution
Let principal = P, rate = r% per annum. Amount after 2 years: A₂ = P(1 + r)² = 2420 Amount after 3 years: A₃ = P(1 + r)³ = 2662 Divide A₃ by A₂: A₃/A₂ = (1 + r)³ / (1 + r)² = 1 + r So 2662/2420 = 1 + r Check ratio: 2420 × 1.1 = 2662 ⇒ 2662/2420 = 1.1 Thus 1 + r = 1.1 ⇒ r = 0.1 = 10% Now P(1.1)² = 2420 P(1.21) = 2420 ⇒ P = 2420 / 1.21 = 2000 Rate = 10% p.a., Principal = Rs 2000.
Which of the following protocol is a network layer protocol and used for reporting errors?
What is the primary advantage of using an Object-Oriented Programming approach?
What is the main drawback of the Minimax algorithm?
The concept of demand paging relies on:
What is the main purpose of disk scheduling in an operating system?
CDATA is used in XML to:
Which operation adds an element to the rear of a queue?
The output of the circuit below is _______
Polymorphism, meaning "many forms," allows objects of different classes to be treated as objects of a common superclass. Which of the following best des...
Complete the Java code to replace all occurrences of a specific word (case-insensitive) in a string.
public class RegexReplacer {
  pu...