Question
Rohit invested a sum on compound interest at 'R%' per
annum (compounded annually), which amounts to ₹8,000 and ₹11,520 in 2 years and 4 years respectively. Find the value of 'R'.Solution
So, Principal × [1 + (rate/100)]⁴ = 11,520 ---- (I)
And, Principal × [1 + (rate/100)]² = 8,000 ---- (II)
On dividing equation I and II,
We get, [1 + (rate/100)]² = (11,520 ÷ 8,000)
Or, [1 + (rate/100)]² = 1.44
Or, [1 + (rate/100)]² = (1.2)²
Or, 1 + (rate/100) = 1.2
Or, (rate/100) = 0.2
Or, rate = 20%
So, 'R' = 20
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?