Question
Suresh earned an interest of Rs. 1161 on principal
amount of Rs. 3600 at some rate of compound interest in 2 years. How much more/less interest would he have earned on Rs. 4000 at the same rate of simple interest for the same duration?Solution
Let, rate of interest be βrβ% per annum So, 1161 = 3600 Γ {(1 + r/100)2 β 1} 129/400 = {(1 + r/100)2 β 1} 529/400 = (1 + r/100)2 (23/20)2 = (1 + r/100)2 23/20 = 1 + r/100 3/20 = r/100, r = 15 So, simple interest earned = 4000 Γ 0.15 Γ 2 = Rs. 1200 Required amount = 1200 β 1161 = Rs. 39
A PL/SQL `TRIGGER` is a stored program that automatically executes in response to:
Which SQL command is used to retrieve data from a table?
Which SQL clause is used to group rows based on one or more columns?
Which type of attack exploits software bugs to execute arbitrary code on a system?
A system is in a safe state when:
A "diamond" shape in an E-R Diagram typically represents a:
Which of the following is a significant disadvantage of using a traditional file system compared to an RDBMS?
What is a page fault?
What will re.findall(r'\d+', 'abc123def45ghi') return?Β
Which of the following is a type of phishing attack?