Question
'X' invested Rs. 18,000, splitting the amount between
two SIPs: 'P' offering 8% per annum simple interest and 'Q' offering 10% per annum compound interest, compounded annually. Determine the amount invested in SIP 'Q' if 'X' earned a total interest of Rs. 4,775 after three years.Solution
ATQ, Let the amount invested in SIP 'Q' be = Rs.'p' So the amount invested in SIP 'P' = Rs. β18000 β pβ Interest earned from SIP P = (18000 β p) Γ 0.08 Γ 3 = Rs. β4,320 β 0.24pβ Interest earned from SIP Q = p Γ {(1 + 0.10)3 β 1} = Rs. 0.331p According to question: 4320 β 0.24p + 0.331p = 4775 0.091p = 455 p = 5000 So the amount invested in SIP Q = Rs.5,000
- Machine Learning
Which Machine Learning model is best suited for predicting stock market trends based on sequential time-series data?
In CI/CD pipelines, which of the following is NOT a key benefit of Continuous Integration (CI)?
Given the IP address 192.168.10.5 and the subnet mask 255.255.255.240 , what is the range of valid host addresses in this subnet?
Which of the following is the most effective method to ensure data confidentiality when transmitting sensitive information over a public network?
What is a key advantage of containerization over traditional virtual machines?
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
Which data structure is used in recursion?
Which testing type evaluates internal code logic and control flow?
Best case complexity of insertion sort is:
Which of the following statements is true about ACID properties in database transactions?