Question
A book is sold at two different prices. When sold at a
loss of 22%, it fetches Rs. 165 less than when it is sold at a profit of 11%. What would be the selling price of the book if it is sold with a profit margin of 25%?ÂSolution
Let the cost price of the book be Rs. '100y' ATQ: (100y X 1.11) - (100y X 0.78) = 165 Or, 111y - 78y = 165 Or, 33y = 165 So, 'y' = (165/33) = 5 So, cost price of the book = 5 X 100 = Rs. 500 Therefore, required selling price at a profit of 25%: = 100y X 1.25 = 100 X 5 X 1.25 = Rs. 625
A team leader requests a dashboard to display key performance indicators (KPIs) for the sales department. What is the most important consideration when ...
In time series analysis, which component is best described as the long-term movement in data values that is not affected by seasonal or random fluctuati...
In the context of risk modeling for credit scoring, which of the following factors is least likely to be used in predicting a person’s creditworthines...
Which of the following is the best example of metadata in a database system?
In OOP, which concept allows a subclass to provide a specific implementation of a method already defined in its parent class?
Which storage method is most suitable for managing large-scale unstructured data like videos or social media posts?
Which of the following best describes the main purpose of Exploratory Data Analysis (EDA) in data analysis?
Which of the following is the correct decomposition of time series data into its components?
In R, which function from the ggplot2 package would be best suited for creating a scatter plot with different colors representing different categories?
Which of the following scenarios illustrates runtime polymorphism?