Question
Divesh invested Rs. ‘x’ in a scheme that provides
simple interest at a rate of 12% per annum for a period of three years. Meanwhile, Ronit invested Rs. ‘x + 3000’ in a scheme that offers compound interest at a rate of 10% per annum for three years. The interest earned by Ronit exceeds the interest earned by Divesh by Rs. 761. Determine the value of ‘x’.Solution
Interest earned by Divesh = x × 0.12 × 3 = Rs. 0.36x
Interest earned by Ronit = (x + 3000) {(1 + 0.10) 3 – 1} = (x + 300) × 0.331 = Rs. (0.331x + 993)
According to question,
0.331x + 993 – 0.36 = 761
0.029x = 232
x = 8000
So, the value of ‘x’ is Rs. 8,000
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Tarjan’s algorithm is used to find:
Which data structure is most suitable for implementing a priority queue with logarithmic time complexity for insertion and deletion?
- Machine Learning
Which Machine Learning model is best suited for predicting stock market trends based on sequential time-series data?
In a graph, what is the maximum number of edges in a simple undirected graph with 'n' vertices?
If an algorithm takes $5n² + 3n + 10$ steps for an input of size n, its Big O notation would be:
Which of the following statements about normalization in relational databases is correct?
What is the primary purpose of a B+ Tree in a database management system?
What is the primary purpose of an abstract class?
Which of the following represents the Preorder Traversal of the binary tree given below?
A / \ B C ...