Question
The ratio of cost prices of two articles βAβ and
βBβ is 7:3 respectively and the average cost price of articles βAβ and βBβ is Rs. 1200. If articles βAβ and βBβ are sold at profit of 22.5% and profit of Rs. 250.5 respectively, then what is the average selling price of the given two articles?Solution
Let the cost price of articles βAβ and βBβ be Rs. 7y and Rs. 3y respectively Sum of cost price of articles βAβ and βBβ = 1200 Γ 2 = 2400 => 7y + 3y = 2400 => 10y = 2400 => y = 240 So, cost price of article βAβ = 7y = Rs. 1680 Cost price of article βBβ = 3y = Rs. 720 Selling price of article βAβ = 1680 Γ (122.5/100) = Rs. 2058 Selling price of article βBβ = 720 + 250.5 = Rs. 970.5 So, average selling price of given two articles = (2058 + 970.5) Γ· 2 =Β Rs. 1514.25
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...
How does metadata contribute to effective data management in large-scale data systems?
A dataset contains "USA," "United States," and "U.S." as country entries. What is the best way to resolve these inconsistencies?
In wireless networking, what does the 802.11ac standard primarily improve over 802.11n?
Which of the following statements best describes the primary difference between big data and traditional data?
In SQL, which type of join returns all records from the left table and the matched records from the right table, and fills in NULL values for non-matchi...
Why is sampling often preferred over using the entire population for data analysis?
What is the result of the following SQL query?
Β SELECT department, COUNT (employee_id)Β
FROM employees GROUPBY department HAVING COUNT (e...Which of the following scenarios illustrates runtime polymorphism?
Which SQL query would return the top three departments with the highest total salaries from an employees table with columns department , salary , and em...