Question
Rs. 5000 when invested at simple interest of r% p.a.
amounts to Rs. 7200 in 24 months. If the same sum had been invested for 1 year at compound interest of (r + 20) % p.a. (compounded in every 4 months), then the amount received would be?Solution
According to the question, 7200 – 5000 = (5000 × r × 24) ÷ (12 × 100) Or, 2200 = 100 × r Or, r = 22 When the sum is invested at compound interest, Effective rate of interest = (r + 20) ÷ 3 = (22 + 20) ÷ 3 = 14% Effective time period = 1 × 3 = 3 units Amount received = Principal × {1 + (r/100)}time period = 5000 × {1 + (14/100)}3 = 5000 × (1.14)3 = 7402.72
Which of the following statements about normalization in relational databases is correct?
The amortized cost of appending an element at the end of a dynamic array is:
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
Which protocol is used by devices to obtain an IP address automatically in a network?
In a data warehouse, which of the following best describes the concept of "data granularity"?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which design pattern is best suited for managing the creation of objects without specifying their concrete classes?
Which SOLID principle emphasizes that a class should have only one reason to change?
Which of the following best illustrates Encapsulation in Object-Oriented Programming?