Question
Ashakti invested the same amount of money in two
distinct Systematic Investment Plans (SIPs), SIP 'X' and SIP 'Y,' both for a duration of 2 years. SIP 'X' yields simple interest at a rate of 'R%' per annum, and SIP 'Y' provides compound interest (compounded annually) at the same interest rate as SIP 'X'. If the ratio of the interest earned on SIP 'X' to that on SIP 'Y' is 100:109, determine the value of 'R'.Solution
ATQ, Let, the interest received on SIP 'X' and SIP 'Y' be Rs.'100x' and Rs.'109x', respectively. In case of simple interest, equal interest is received in each year at same rate of interest. So, the simple interest received on first and second year both = (100x/2) = Rs.'50x' At same rate of interest, Simple interest received in first year = Compound interest received in first year = (100x/2) = Rs.'50x' So, the compound interest received on second year = 109x - 50x = Rs.'59x' So, the interest in second year received on interest received on first year at 'R%' p.a.,= 59x - 50x = Rs.'9x' So, the rate of interest, 'R' = (9x/50x) × 100 = 18%
Consider a system with 4 CPU cores. If there are 8 user-level threads in a single process, what is the maximum number of these threads that can execute ...
Which type of polymorphism in Java is achieved through method overloading?
Which of these is a key characteristic of SaaS (Software as a Service)?
In public-private key encryption , which of the following is true regarding the private key ?
Which I/O scheduling algorithm is designed to reduce the average response time for disk operations by prioritizing requests based on proximity to the cu...
Which statement is FALSE regarding DRAM memory?
Which of the following is a property of an admissible heuristic in A* search?
Fill in the correct option for 28 blank space.
In a backtracking algorithm, what happens when a partial solution is found to violate a constraint?
The Naive Pattern Searching algorithm has a worst-case time complexity of O(MN), where 'M' is the length of the pattern and 'N' is the length of the tex...