Question
'K' distributed his investments among two distinct
funds, Mutual Fund X and Mutual Fund Y, in the respective ratio of 9:8. While Mutual Fund X generates simple interest, Mutual Fund Y yields compound interest, compounded annually, both at a 20% annual rate for a duration of two years. Afterward, the cumulative interest accrued amounts to Rs. 3560. Calculate the total sum that 'K' initially invested?Solution
ATQ, Let the sum invested at simple interest be Rs. 9p And, the sum invested at compound interest be Rs. 8p According to the question, (9p × 20 × 2)/100 + 8p(1 + 0.2)^2 – 8p = 3560 Or, 18p/5 + 3.52p = 3560 Or, 35.6p = 17800 Or, p = 17800/35.6 = Rs.500 Therefore, total sum invested by 'K' = 9p + 8p = 17p = Rs.8500
Which command removes all rows but keeps table structure?
Which operator is used for pattern matching in SQL?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?
ROW_NUMBER() OVER (PARTITION BY dept ORDER BY salary DESC) assigns:
In SQL, the ROWS BETWEEN UNBOUNDED PRECEDING AND CURRENT ROW clause applies to:
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
Deadlock in DBMS can be prevented using:
What is an SQL `VIEW`?
Which type of index physically reorders the data rows in the table itself based on the index key, meaning the data is stored in the order of the index?
In PL/SQL, what type of parameter allows a procedure to both receive a value from the calling environment and return a modified value back to it?