Question
Arun deposited Rs 18000 in PNB for 3 years and got a total
amount of Rs 23400 whereas Varun deposited Rs 25000 in SBI and got a total interest of Rs 4000 after 2 years. What is the difference between the rate of interest offered by both the banks in the given time period if the amounts are calculated on simple interest basis?Solution
Total interest offered by PNB after 3 years = Rs (23400 - 18000) = Rs 5400
Hence rate of interest offered by PNB = (5400 X 100)/(18000 X 3)% = 10% similarly rate of interest offered by SBI = (4000 X 100)/(25000 X 2)% = 8%
Hence difference between rate of interest offered = (10 - 8) % = 2%
What is a common method to handle missing data in a dataset?
In R, which function is used to perform a t-test for comparing the means of two independent samples?
Which of the following best distinguishes random sampling from non-random sampling ?
Which of the following SQL commands is classified as a Data Definition Language (DDL) command?
Which of the following is the most critical factor for implementing predictive analytics in the finance industry for risk modeling?
Which of the following synchronization techniques is used to resolve the Readers-Writers Problem efficiently?
What is the result of the following SQL query?
ย SELECT department, COUNT (employee_id)ย
FROM employees GROUPBY department HAVING COUNT (e...Which of the following data visualization tools is specifically designed for creating interactive dashboards for business analytics?
Which of the following R functions is used to perform a t-test for comparing the means of two independent samples?
What is a defining characteristic of big data compared to traditional data?