Question
A shopkeeper sold an article after offering two
successive discounts of 15% and 10%, respectively. The marked price of the article is Rs. 2200. If the cost price of the article is 2000, then find the profit/loss percentage in the whole transaction.Solution
Marked price of the article = Rs. 2200 Selling price of the article = 2200 × 0.85 × 0.9 = Rs. 1683 Cost price of the article = Rs. 1683 So, loss percentage = [(2000 – 1683)/2000] × 100 = 15.85%
In Python, which method removes missing values?
A dataset contains "USA," "United States," and "U.S." as country entries. What is the best way to resolve these inconsistencies?
In OOP, what term best describes the relationship where one object is a part of another but cannot exist independently?
Which of the following is an example of semi-structured data ?
In the context of presenting data insights, which approach is most effective?
In Python, missing values in DataFrame are represented as:
Which statistical method is most suitable for quantifying the strength and direction of a linear relationship between two continuous variables?
...Which of the following is a key advantage of 5G technology over 4G in mobile computing?
A data analyst is tasked with understanding customer churn for a subscription-based business. Which of the following steps should they prioritize immedi...
Which of the following best represents the role of data wrangling in the data analysis process?