Question
A shopkeeper bought 1200 units of a product at ₹25 per
unit and sold them at ₹35 per unit. After selling 40% of the total units, he increased the selling price by 20%. Calculate the total profit earned by the shopkeeper.Solution
The cost price of 1200 units = 1200 * 25 = ₹30000. Initially, the selling price of each unit = ₹35. Total revenue from the first 40% of units = 1200 * 0.40 * 35 = 480 * 35 = ₹16800. The selling price of remaining 60% units increases by 20%. New selling price = ₹35 * 1.20 = ₹42. Revenue from the remaining 60% of units = 1200 * 0.60 * 42 = 720 * 42 = ₹30240. Total revenue = ₹16800 + ₹30240 = ₹47040. Profit = Total revenue - Cost price = ₹47040 - ₹30000 = ₹17040. Answer: d) ₹17040
Which of the following is the primary purpose of exploratory data analysis (EDA)?
What will be the output of the following C code?
#include < stdio.h >
void main ( ) {
int x = 10, y = 20, *p1 = &x, *p2 = &y;...
Which test is commonly applied in time series analysis to determine whether a series is stationary?
Which of the following is an example of continuous data?
In time series analysis, which component is characterized by predictable, cyclical patterns that repeat at fixed intervals?
Which of the following is the primary reason why bias occurs in sampling?
A data analyst is tasked with understanding customer churn for a subscription-based business. Which of the following steps should they prioritize immedi...
In data transformation, what is the primary purpose of standardization?
Which of the following methods is most suitable for forecasting future sales based on historical sales data that exhibits seasonal trends ?
...Which of the following statements about asymmetric encryption is true?