Question
The simple interest earned on investing Rs. (80X + 2000)
at simple interest of 15% p.a. for 36 months is Rs. 576 less than the total amount received on investing Rs. (64X + 300) for 90 months at simple interest of 8% p.a. What will be the interest received on investing Rs. 16000 for 2 years at simple interest of 'X%'?Solution
Simple interest earned investing Rs. (80X + 2000)= (80X + 2000) X 0.15 X (36/12) = (36X + 900) Total amount received on investing Rs. (64X + 300)= (64X + 300) + {(64X + 300) X 0.08 X (90/12) } = (64X + 300) + (38.4X + 180) = Rs. (102.4X + 480) Given that, 36X + 900 + 576 = 102.4X + 480 Or, 66.4X = 996 Or X = 996 ÷ 66.4 = 15 So, required simple interest = 16000 X 2 X 0.15 = Rs. 4800
Which of the following integrity constraints ensures that every non-null foreign key value must reference an existing primary key value in another tabl...
Hashing is used for:
The amortized cost of appending an element at the end of a dynamic array is:
Consider the following stack operations. What will be the content of the stack after executing all the operations?
Stackstack = new Stack... Which of the following is NOT among the OWASP Top 10 Web Security Risks?
In Python, what will be the output of the following code snippet, considering scope rules?
x = 5
In asymmetric encryption, which of the following statements is correct?
Which algorithm constructs a suffix tree in linear time?
What is the primary purpose of a B+ Tree in a database management system?
Which sorting algorithm has O(n log n) average case?