Start learning 50% faster. Sign in now
Let the first part be x and the second part be y The first part after 12 years = x ( 1 + 25/200 )¹² The second part after 8 years = y ( 1 + 25/200 )⁸ As given in the problem these two amounts are equal. So, y ( 1 + 25/200 )⁸ = x ( 1 + 25/200 )¹² Or y/x = (1 + 25/200 )⁴ Or y/x = 6561/4096 We have the x + y = Rs. 53, 285 Using the ratio formula, y = 6561/(6561 + 4096) × 53,285 = Rs. 32,805 x = 4096/(6561 + 4096) × 53,285 = Rs. 20,480
In the context of Management Information Systems (MIS), which of the following best describes the role of a decision support system (DSS)?
Which of the following represents the Preorder Traversal of the binary tree given below?
A / \ B C ...In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
...
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
Which sorting algorithm is the most efficient for large datasets and uses a divide-and-conquer approach?
What is the best-case time complexity of the binary search algorithm ?
Which type of database key is a candidate key that has not been chosen as the primary key?
Which of the following is the primary reason why polymorphism is useful in Object-Oriented Programming (OOP)?
What is the primary purpose of a B+ Tree in a database management system?
What is the primary goal of the OWASP Top 10 project?