Question
A man took a loan at a rate of 18% per annum simple
interest. After 42 months, he paid Rs. 9,240 to clear his dues. Find the initial loan amount.Solution
ATQ,
Let the loan amount be Rs ‘x’.
ATQ;
(9240 – x) = (x × 18 × 42) ÷ (100 × 12)
Or, (9240 – x) = (21x/35)
Or, 9240 = {(21x/35) + x}
Or, 9240 = (56x/35)
So, x = 5775
Therefore, the initial loan amount was Rs. 5,775.
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?