Question
An item is sold with a 20% loss.
If the cost price is reduced by Rs. 8 and the selling price is raised by Rs. 20, a profit of 20% would be achieved. What is the initial selling price of the item?Solution
ATQ, Let the cost price of the item be Rs. '10p' So, selling price = Rs. 8p ATQ, (10p - 8) × (6/5) = (8p + 20) Or, 60p - 48 = 40p + 100 Or, 20p = 148 So, 'p' = 7.4 So, original selling price = 8p = 8 × 7.4 = Rs.59.20
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?