Question
What was the total compound interest on a sum after
three years? Statement I - The interest after one year was Rs. 200 and the sum was Rs. 1000. Statement II - The difference between simple interest and compound interest on a sum of Rs. 2000 at the end of two years was Rs. 20Solution
From statement I: r = (200 × 100)/1000 = 20% P = Rs. 1000 , r = 20%, t = 3 years Hence, from statement I we can find CI. From statement II: SI = (2000 × r × 2)/100 = 40r CI = 2000 [(1+(r/100)2) – 1] Therefore, CI – SI = 2000 [(1+(r/100)2) – 1] – 40r We can find the value of r from the above equation. Hence , CI can be determined.
In SQL, which of the following best describes the role of a subquery within a SELECT statement?
Which of the following best illustrates the concept of polymorphism in Object-Oriented Programming (OOP)?
Which of the following is the most accurate description of semi-structured data ?
Which of the following is the main characteristic that differentiates random sampling from non-random sampling techniques?
In a min-heap, what is the complexity of removing the smallest element and restoring the heap property?
A company’s network experiences intermittent connectivity issues. Upon analysis, the network technician observes frequent CRC (Cyclic Redundancy Check...
Which Python library is primarily used for data manipulation and cleaning?
Which of the following is an example of non-random sampling?
What factor is the most critical when determining the appropriate sample size for a study?
Which of the following query will return the third-highest salary from an Employee table in SQL?