Question
"R" put Rs.(r + 5000) into a SIP that offered 12% annual
simple interest for four years. He also made a three-year investment of Rs. (r - 5000) in the same SIP. If the interest received from the two investments differs by Rs. (0.4r). Find out what 'r' is worth.Solution
ATQ, Simple interest = (Sum × rate of interest × time period in years) ÷ 100 So, interest earned from first investment = (r + 5000) × 12 × 4 ÷ 100 = Rs. (r + 5000) × (12/25) And, interest earned from second investment = (r - 5000) × 12 × 3 ÷ 100 = (r - 5000) × (9/25) So, (r + 5000) × (12/25) - (r - 5000) × (9/25) = 0.4r Or, 12 × (r + 5000) - 9 × (r - 5000) = 10r Or, 12r + 60000 - 9r + 45000 = 10r Or, 105000 = 7r So, r = 15000
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?