Question
A sum of money is invested at a rate of 12% per annum
compound interest for 2 years. If the total amount after 2 years is ₹11,520, what is the principal amount?Solution
Let the principal amount be P. The formula for compound interest is: A = P(1 + r/100)^t Where A is the amount, r is the rate, and t is the time period. Given: Amount A = 11,520 Rate r = 12% Time t = 2 years Substitute the values into the compound interest formula: 11,520 = P(1 + 12/100)^2 11,520 = P × (1.12)^2 11,520 = P × 1.2544 P = 11,520 / 1.2544 = 9,183.67 Correct Option: d
What is the primary objective of the Producer-Consumer problem in concurrent programming?
Using a bottom-up dynamic programming approach to calculate the 6th Fibonacci number (F(0)=0, F(1)=1), what are the values stored in the DP table F at i...
Which access specifier allows data to be accessed only within the class?
Which is computer object code?
Which model uses probability of word occurrence based on previous n-1 words?
In a perfectly balanced Binary Search Tree with N nodes, what is the worst-case time complexity for searching for an element?
Python's built-in dict (dictionary) data structure is typically implemented using a hash table. What is the average-case time complexity for get, set, a...
Which of the following language is used for specifying style sheets for XML documents?Â
In C++, what mechanism is primarily used to achieve runtime polymorphism?
Which of the following uses Latent Dirichlet Allocation (LDA)?