Question
A sum of ₹ 2,400 compounded annually at a certain rate
of compound interest in 2 years amounts to ₹ 2,904. What will be the simple interest (in ₹) on the amount at the same time and the interest at the rate of 5% more?Solution
A=2904, P=2400. n=2 years. A=P(1+r/100) ² (2904/2400) =(1+r/100) ² 121/100=(1+r/100) ² r/100= (11/10)-1 r/100=1/10 r=10%. R=10+5=15% SI = (2400×15×2)/100 =720 Rs.
Which of the following methods is most commonly used during data wrangling to handle missing values in a dataset?
What is the primary difference between recursion and iteration in programming?
Which of the following is an effective method for handling inconsistent data in a merged dataset?
Which of the following is the primary purpose of exploratory data analysis (EDA)?
Which data visualization tool is most suitable for creating interactive dashboards and sharing visual insights with stakeholders ?
Why is sampling an essential technique in data analysis?
Which function in R creates a data frame?
Which of the following correctly handles multiple exceptions in Java?
A company divides its employees into departments (e.g., HR, IT, Marketing) and then selects random samples from each department for a satisfaction surve...
Which searching algorithm is most suitable for a balanced binary search tree (BST) when the goal is minimal comparison?