Question
If the difference between compound interest (compounded
annually) and simple interest earned in two years at 15% p.a., is Rs. 450, then find the sum invested.Solution
Let the sum invested be Rs. 'P' Simple interest earned = {(P × 15 × 2)/100} = Rs. '0.3P' Compound interest = P × [{1 + (15/100)}² – 1] = Rs. '0.3225P' ATQ; 0.3225P – 0.3P = 450 Or, 0.0225P = 450 So, P = 20,000
Consider a code flow where a large dataset is stored in an array. If frequent insertions and deletions are required at arbitrary positions within the ar...
In a compiler's code flow, which operation is primarily used to manage function call contexts (local variables, return addresses) during program execution?
- Artificial Intelligence
Which of the following statements best describes the role of a reinforcement learning agent in a complex environment?
... Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following best exemplifies a critical advantage of Mobile Edge Computing (MEC) over traditional cloud computing?
Which SQL command is used to remove only specific rows from a table while preserving the structure and other rows?
Which of the following accurately describes the role of a "foreign key" in a relational database system?
What is a key challenge in applying Natural Language Processing (NLP) techniques to real-world text data?
In the context of artificial intelligence (AI), which type of learning requires labeled data to train models?