Question
Anil borrowed Rs.20000 on CI at the rate of 10% for
three years. He paid at the end of first year (1/8)th of amount and end of second year (1/5)th of amount. How much amount Anil have to pay at the end of third year to complete his debt?Solution
Amount after one year = (20000 + 20000 × 10/100) × 7/8 = Rs.19250 Amount after second year = (19250 + 19250 × 10/100) × 4/5 = Rs.16940 Amount have to pay at the end of third year = (16940 + 16940 × 10/100) = Rs.18634
Which searching algorithm is most suitable for a balanced binary search tree (BST) when the goal is minimal comparison?
Which of the following best describes the difference between simple moving averages and exponential smoothing in forecasting?
What is the purpose of calculating an appropriate sample size in data analysis?
A data analyst at an insurance company is tasked with assessing the probability of fraudulent claims by analyzing customer transaction data and claim hi...
Which of the following correctly handles multiple exceptions in Java?
Which of the following Big Data processing models is based on the concept of continuous data flow processing?
Which data transformation technique would be best for converting categorical variables, such as “Gender” (Male, Female), into a format usable in mac...
What is the primary purpose of data cleaning in the data analysis process?
In a machine learning experiment, the company wants to predict future sales based on advertising spend. What is the dependent variable in this scenario?
In Exploratory Data Analysis (EDA), which of the following is the primary purpose of using histograms?