Question
If an article is marked 60% above the cost price. If
discount of x% is given on the marked price of the article then final profit of 12% is obtained. Now if CP of a new article is Rs.120 and x% profit is desired then what should be the selling price of that new article?Solution
Let CP = 100 and MP = 160 SP = 160 × (100 – x)/100 SP = (8/5) × (100 – x) SP = 160 - 8x/5 According to question, => (160 – 8x/5) × 100/112 = 100 => (160 – 8x/5) = 112 => x = 30% Now, => SP = (130/100) × 120 => SP = Rs. 156 Alternate method: => +60 – x – (60x/100) = +12 => -160x/100 = - 48 => x = 30% Now, => SP = (130/100) × 120 => SP = Rs. 156
Which Python library is most commonly used to calculate the correlation matrix of a dataset in preparation for predictive modeling?
Which of the following is a key difference between Big Data and Traditional Data?
Consider the following Python code snippet:
class Employee:
  def __init__(self, name, age):
    self.name = name
<...Which technique best ensures that data storytelling is impactful for business stakeholders?
Which of the following statements correctly differentiates between continuous and categorical data?
What is the primary purpose of data cleaning in the data analysis process?
Why is metadata critical for managing large datasets?
In Huffman Coding, which property ensures that no code is a prefix of another?
In descriptive statistics, what is the main advantage of using the median over the mean as a measure of central tendency in data analysis?
Which of the following data visualization tools would be best suited for creating interactive dashboards to track real-time business metrics?