Question
Amish invested 2500 Rupees in each of these schemes,
offering simple interest of 12% per annum. 16% P.A. and 15% PA. respectively. Find the total interest received from given three schemes together after eight years.Solution
amount received from this scheme which offer Interest at the rate of 12% per annum = (2500*0.12*8)+2500 = 4900 Amount received from the schemes, which offers interest at the rate of 16% per annum = (2500 *0.16 *8)+2500 = 5700 Amount received from this scheme, which offers interest at the rate of 15% per annum = ( 2500*0.15*8) +2500 = 5500 Therefore, total interest received = (4900+5700+5500)-2500*3 = Rs. 8600
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array