Question
A certain sum of money invested at R% p.a. fetches a
compound interest (compounded annually) of 1620 and simple interest of Rs.1500 at the end of 2 years. Find the value of âRâ.Solution
Difference between compound interest and simple interest for 2 years = 1620 â 1500 = Rs.120 Simple interest for 1 year = 1500/2 = Rs.750 So, R = (120/750) Ă 100 = 16%
In hypothesis testing, what does a low p-value (e.g., p < 0.05) suggest about the null hypothesis?
Which technique best ensures that data storytelling is impactful for business stakeholders?
How do you open a file in read mode in Python?
Why is sampling an essential method in data analysis, especially when dealing with large datasets?
During the data analysis process, which step is crucial for ensuring data accuracy before any modeling or interpretation?
Which of the following best explains the role of an independent variable in data analysis?
What does the following list comprehension produce?
result = [x**2 for x in range(5) if x % 2 == 0]
print(result)
In Excel, when using a Pivot Table to analyze sales data by product and region, which feature allows you to apply different calculations (like average, ...
Which of the following best describes independent variables in a dataset?
In SQL, which of the following is the correct syntax for joining three tablesâcustomers, orders, and productsâwhere orders and products share the co...