Question
Find the sum? Statement I : The difference
between Compound Interest and Simple Interest for 2 years is 420. Statement II : If the Compound Interest for 3 years at the rate of 15% is 945. Statement III : If the principal becomes 1.21 Times in 2 years at Compound Interest. In each of the following questions, a question is followed by three statements numbered I, II and III. Read all the statements and answer accordingly.Solution
From I: By using the formula, CI - SI = P (rate/100)2 × (300 + r)/100 = 420 From II: By using the formula, CI = {P (1+rate/100)3 -1 } = 945 From III: By using the formula, 1.21P= {P (1+rate/100)2 } So 1.21 = (1+rate/100)2 or R =10% So we can find principal by any of the two statements.
Time complexity of heap sort is:
Which type of database key is a candidate key that has not been chosen as the primary key?
Which data structure uses LIFO (Last In, First Out) principle?
In a data warehousing environment, what is the primary purpose of an OLAP (Online Analytical Processing) cube?
- Which of the following is the primary characteristic of Infrastructure as a Service (IaaS) in cloud computing?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
Deletion in Red-Black Trees maintains balance using:
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
In the dynamic programming approach for LCS, the base cases are crucial for correctly initializing the dp table.
Consider the following Python co...
RISC stands for: