Question
The total investment by P and Q is Rs. 7500. P invests
his amount at a simple interest rate of 30% per annum for 4 years, while Q invests his amount at a compound interest rate of 40% per annum, compounded annually for 2 years. The combined interest received by both is Rs. 7800. Determine the amount received by P.Solution
ATQ, Let the sum invested by P be Rs.'p' Therefore, sum invested by Q = Rs. (7500 – p) According to the question, (p × 4 × 30)/100 + (7500 – p)(1 + 40/100)2 – (7500 – p) = 7800 Or, (6p/5) + 0.96(7500 – p) = 7800 Or, p = 3000/1.2 = Rs.2500 Therefore, amount received by P = (2500 × 30 × 4)/100 + 2500 = Rs. 5500
Which of the following is a valid operation on a linked list data structure?
Which software development methodology emphasizes iterative development and customer feedback? Â Â Â Â Â Â Â
...- Which of the following is a core feature of Cloud Computing that distinguishes it from traditional computing models?
 What is the output of the following code: x = 5; y = 2; print(x ** y)?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
Which type of Memory is typically the fastest in a computer system?
- Which network device operates at the Data Link Layer of the OSI model and helps to filter and forward data between LAN segments?
Which of the following systems is typically designed to support managerial decision-making? Â Â Â Â Â Â
Which of the following algorithms is most commonly used in Operating Systems for deadlock prevention?