Question
What is the principal sum if the
difference between simple interest (SI) and compound interest (CI), compounded annually, on a certain amount over 2 years at an annual rate of 15% is Rs. 90?Solution
ATQ,
Let, the sum of money is Rs. 100x CI earned at the end of 2 years = [(1.15)2 – 1] × 100x = Rs. 32.25x SI earned at the end of 2 years = 0.15 × 2 × 100x = Rs. 30x So, 32.25x – 30x = 90 Or, 2.25x = 90 Or, x = 40 Desired sum = 40 × 100 = Rs.4000
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?