Question
What is the interest earned when Rs. 8000 is invested
for 18 months in a scheme which offers compound interest (compounded every 6 months) of 20% p.a.Solution
Time period = 18 ÷ 6 = 3 terms of 6 months each Effective rate of interest = 20 × (6/12) = 10% So, interest earned = 8000(1 + 10/100)³ – 8000
= 8000 × (110/100)³ – 8000
= 8000 × 1.331 – 8000
= 10648 – 8000 = Rs. 2648
Which of the following methods is most commonly used for predicting patient outcomes in healthcare settings, such as diagnosing diseases or assessing re...
Which of the following transformations is most appropriate to bring all feature values into the range [0,1] for a machine learning model?
...Why is metadata crucial in the management of data?
Which of the following best differentiates random sampling from non-random sampling techniques?
A company collects sales data from different regions, but the "Revenue" column uses inconsistent currency formats (USD, EUR, INR). What is the best appr...
What is the primary purpose of the Reduce phase in MapReduce?
What is polymorphism in Python?
Which of the following is the most appropriate method to handle missing data in a dataset for predictive modeling?
Why is sampling an essential method in data analysis, especially when dealing with large datasets?
In SQL, which of the following best describes the role of a subquery within a SELECT statement?