Question
After increase in the price of coffee by 15%, a person
is able to buy 3 kg less for Rs. 1,840. Find the original and increased price of the coffee per kg?Solution
Let the original price (O.P.) be Rs. x per kg.
New price (N.P.) = 115% of x = Rs. 23x/20 per kg.
Quantity of coffee the person could buy at original price = 1840/ x kg.
Quantity of coffee he can buy at new price = 1840 Γ 20/ (23x) = 1600/x kg
Given that difference between the quantity at original price and at new price is 3 kg.
1840/ x - 1600/ x = 3 β Β 240/ x = 3 β x = 80
O.P. = Rs.80 and N.P. = Rs. 23x/ 20 = 23 Γ 80/20 = Rs.92
Alternate method:
Increase price = RS Γ change in price change in quanity = (1840Γ15%)/ 3 = 92
Now original price : increased price Β = 100 : 115 = x : 92
So x Β = 100Γ92/115 = Rs 80
So original price = Rs 80 & increased price = Rs. 92
Which of the following techniques is most suitable for handling and organizing an unstructured dataset with textual data?
In Python, which library is most commonly used for data manipulation?
You are analyzing sales data and notice missing values in some of the records. What is the most appropriate first step to take during the data analysis ...
What does the Dickey-Fuller test primarily assess in a time series dataset?
In regex, ^abc matches:
Which of the following methods is most effective in reducing selection bias during the sampling process?
Which of the following Python libraries is most appropriate for creating statistical visualizations such as violin plots and heatmaps?
An e-commerce company wants to understand the trend of holiday season sales over the past decade to forecast future sales. Which analysis method should ...
Given the following SQL query:
SELECT department _ id, COUNT(*) AS employee _ count
FROM employees
GROUP BY department_id
HA...
Which data modeling technique is used to represent the relationships between entities in a database?