Question
Find the rate percent? I. The ratio of difference
of C.I and S.I for 2 years and 3 years is 19:6. II. The difference between C.I and S.I on a certain sum of money of Rs 5,000 for 2 years is Rs 72. For each of the following questions statements I and II are given. Use the data of those statements and then determine which of the following statements is necessary to answer the question:Solution
From Statement I (PR²/4 (3+R/100))/(PR²/4) = 19/6 ⇒ (3+ R/100) = 19/6 ⇒ 3 + ( R)/100 = 19/6 ⇒ ( R)/100 = 19/6 - 3 ⇒ ( R)/100 = 1/6 ∴ R = 100/6 = 16 2/3 % per annum From statement II Rate = √((difference )/(principle )) × 100 Rate = √((72 )/(5000 ) ) × 100 = √((144 )/(10000 ) ) × 100 = 0.12×100 = 12% per annum
Which of the following is a major advantage of using a Mesh Network topology over a Star topology in large-scale networks?Â
Which of the following action is treated as Anomaly while understanding User activity logs?
Which of the following sorting algorithms has the best worst-case time complexity of O(n log n)?
Complete the Python code snippet to initialize an array arr of size N with all zeros, and then iterate through it from the second element (index 1) up t...
The kelvin double bridge is used for______
Which probability distribution is most widely used to model quantization noise in pulse code modulation ?
Which of the following element in XSLT is used to apply a template repeatedly on each node?
State true or false
A ping of death attack involves sending a malformed packet to a targeted machine, resulting in deleterious behavior such ...
Which of these is an open-source container orchestration platform?
Which data structure is best suited for implementing a Breadth-First Search (BFS) algorithm?