Question
An article Marked price is 30% above its cost price and
it is sold at a discount of 10% making a profit of Rs.850.Then, what will be the selling price of an article if it is sold at a profit of 20%?Solution
ATQ, we can say that Let the initial cost price of an article is = 100x Then marked price will be = 130x Then SP of an article will be =117x Then Profit will be =117x – 100x=17x Hence, the Cost price of article will be = (850/17) x 100 = 5000 So, the Selling price of an article will be = 5000 × (12/10) = Rs.6000
If a time series exhibits a cyclical pattern that does not follow a fixed period (e.g., economic cycles), which of the following decomposition methods w...
What is the purpose of the break statement in Python?
A data analyst is working on a survey dataset that records customer feedback as "Very Satisfied," "Satisfied," "Neutral," "Dissatisfied," and "Very Diss...
A dataset contains customer email addresses, and you need to validate the email format. Which of the following methods is most suitable for this task? <...
Which of the following methods is used to ensure stationarity in time series data, a critical prerequisite for ARIMA modeling?
What is the primary objective of Exploratory Data Analysis (EDA) in a data analysis workflow?
A company notices a sudden spike in product returns during a specific quarter. Which type of analysis should be conducted to identify the root cause an...
What is the primary advantage of using CIDR (Classless Inter-Domain Routing) in IP addressing?
When identifying business problems, what is the first step a data analyst should take to ensure clarity and effectiveness in solving the problem?
Which regex symbol matches zero or more occurrences of the preceding character?