Question
The selling price of 8 shirts is the same as the cost
price of 9 shirts. If each shirt is marked at 50% above its cost price, calculate the percentage discount given on each shirt sold.Solution
Let the cost price of a shirt = Rs. '16x' Then, cost price of 9 shirts = 16x X 9 = Rs. '144x' Selling price of 1 shirt = 144x ÷ 8 = Rs. '18x' Marked price of each shirt = 16x X 1.5 = Rs. '24x' So, discount offered on each shirt = {(24x - 18x) ÷ 24x} X 100 = (6/24) X 100 = 25% Alternate Solution Ratio of cost price to marked price to selling price = 8:{(1.5 X 8)}:9 = 8:12:9 Required percentage = {(12 - 9)/12} X 100 = 25%
Which of the following best explains the role of an independent variable in data analysis?
Which characteristic of cloud computing ensures resources can be scaled up or down based on user demand?
Which function in R creates a data frame?
Which of the following is an example of semi-structured data?
In requirement analysis, which of the following best defines functional requirements?
Which of the following characteristics is unique to TCP as opposed to UDP in a network communication scenario?
What is a defining characteristic of big data compared to traditional data?
A marketing team wants to segment customers based on their purchasing frequency and average transaction value. Which framework is most appropriate for ...
You have a dataset with sales data for multiple regions and months. You want to calculate the total sales per region and then filter the regions with to...
Which Python library is primarily used for data manipulation and analysis, offering tools for reshaping, merging, and aggregating datasets?